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


Probably your index analyzer (WordDelimiterFilterFactory) eating that single 
quote. You can verify this at admin/analysis.jsp page. In other words there is 
no such term begins with (lowe') in your index. You can try searching just lowe*


      

Reply via email to