Hi folks,

I'm sorely puzzled by the fact that my QParser implementation ceased to work 
after the latest Solr/Lucene trunk update.  My previous update was about ten 
days ago, right after Mike made his index changes.

The symptom is that, although the query parser is correctly called, and seems 
to have the right arguments, the Query it is returning seems to be ignored.  I 
always get zero results.  I eliminated any possibility of error by just 
hardwiring the return of a TermQuery, and that too always yields zero results.

I was able to confirm, using the standard handler with the default query 
parser, that the index is in fine shape.  So I was wondering if the contract 
for QParser had changed in some subtle way that I missed?

Karl

Reply via email to