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
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