Re: Checking which terms are already available in the index from a list of terms

2012-01-04 Thread lukai
There is some operator whose name is *OR*. Thanks, On 1/4/12, reeuv wrote: > I have a list of terms that I want to check which of them are already > available in the index > > for e.g I have a > which indexes the terms. > > And I have list of words e.g. Honda, Civic, 2001. > > I want to check w

Re: disable stemming on query parser.

2012-01-04 Thread lukai
What you mean is just disabling *stemming* in query phrase? If so, you can just specify different analysis behavior for query and index. In your *FieldType* configuration. If you just want to *partially* disable stemming, like some query do stemming, some dont. I recommend you to do pre-processing