> I'm having some trouble with a query using some wildcard
> and I was wondering if anyone could tell me why these two
> similar queries do not return the same number of results.
> Basically, the query I'm making should return all docs whose
> title starts
> (or contain) the string "lowe'". I suspect some analyzer is
> causing this behaviour and I'd like to know if there is a
> way to fix this problem.
> 
> 1)
> select?q=*:*&fq=title:(+lowe')&debugQuery=on&rows=0

"wildcard queries are not analyzed" http://search-lucene.com/m/pnmlH14o6eM1/


      

Reply via email to