Using solr over my sql db I query the following

http://localhost:8983/solr/products/select?q=require&wt=xml&indent=true&fl=*,score

where the queried word "require" is found in the index since I imported the
following:

"Each frame is hand-crafted in our Bothell facility to the optimum diameter
and wall-thickness *required *of a premium mountain frame. The heat-treated
welded aluminum frame has a larger diameter tube that absorbs the bumps."

required!=require

I try it in the analysis tool in the portal for debugging and I see in the
fierld value the PST (stem) filter does make a token from the required as
requir
I write required in the debug query field and when I click on Analyse
Values I see requir is highlited.


But the http query only return values when I wuery required. not require.


Thanks.

Reply via email to