Chris Fraschetti writes:
> Is there a way to via the parser or the query retrieve a list of the
> stop words removed by the analyzer? or should i just check my query
> against .STOPWORDS and do it myself?
>
Query parser does not provide that info.
Of course you might consider adding this inside query parser. Doing the
check yourself outside QP means, that have to parse a second time...
Morus
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org
|