What is analysis.jsp showing to you, when you query the words?
Due to stemming the input, there could be the mistake.
What happens, if you search for "aviation" without wildcards?
--
View this message in context:
http://old.nabble.com/Problem-with-text-field-in-Solr-tp27175346p271
Hi,
from a first glance on your configuration it appears that run run
into the
following:
You use a wildcard query to query a stemmed term (aviation becomes
aviat)
in the index. Now if you provide a wildcard query with the trailing
asterisk as the only wildcard, this wildcard query is rewrit
HI,
I am using Solr in which I have BODY field as text.
But when i am searching with BODY having word like *aviation*
when i am Searching *BODY:avia** (aviation is coming)
when i am Searching *BODY:aviat** (aviation is coming)
when i am searching *BODY:aviati** (aviation is not coming)
when i am