On 2010-11-11, at 3:45 PM, Ahmet Arslan wrote:

>> 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/
> 

Yeah I found out about this a couple of minutes after I posted my problem. If 
there is no analyzer then
why is Solr not finding any documents when a single quote precedes the wildcard?

Reply via email to