Here result with &debugQuery:

For term annual:
<result name="response" numFound="0" start="0"/> 
<lst name="debug"> 
 <str name="rawquerystring">annual</str> 
 <str name="querystring">annual</str> 
 <str name="parsedquery">text:year text:twelve-month text:onceayear
text:yearbook</str> 
 <str name="parsedquery_toString">text:year text:twelve-month text:onceayear
text:yearbook</str> 
 <lst name="explain"/> 
 <str name="QParser">LuceneQParser</str> 
 <lst name="timing"> 
  <double name="time">63.0</double> ....

For term welcome:
<lst name="debug"> 
 <str name="rawquerystring">welcome</str> 
 <str name="querystring">welcome</str> 
 <str name="parsedquery">text:welcom</str> 
 <str name="parsedquery_toString">text:welcom</str> 
 <lst name="explain"> 
  <str name="17"> 
0.10848885 = (MATCH) fieldWeight(text:welcom in 0), product of:
  1.4142135 = tf(termFreq(text:welcom)=2)
  0.30685282 = idf(docFreq=1, maxDocs=1)
  0.25 = fieldNorm(field=text, doc=0)
</str> 
 </lst> 
 <str name="QParser">LuceneQParser</str> 
 <lst name="timing"> 
  <double name="time">16.0</double> ...

Before this I remove SynonymFilterFactory from  <analyzer type="query">.
My query analizer for term 'annual':
annual
annual
annual
annual
annual
annual
My query analizer for term 'welcome':
welcome
welcome
welcome
welcome
welcom
welcom

How I get this parsedquery for term annual? Or there are another problems?
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/search-strangeness-tp1986895p1991262.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to