> But for another location, which value in DB is: "de
> tuinkamer"
> 
> When I query the id of that location:
> &q=id:431&fl=id,title
> the location is found, so it IS indexed...
> 
> 
> But this query DOESNT work:
> 
> &q=title_search:tuinkamer*&defType=lucene&fl=id,title
> 
> And this one DOES:
> &q=title_search:tuin*&defType=lucene&fl=id,title
> 
> for me this is unexpected...what can it be?

As you can verify from /solr/admin/analysis.jsp, tuinkamer is reduced to 
tuinkam by EnglishPorterFilterFactory. So it expected/normal that 
&q=title_search:tuinkamer* won't return that document.  Remember tuinkamer* is 
not analyzed and tested against "what is indexed". That said, if you plan using 
wildcards, remove EnglishPorterFilterFactory from your analyzers.



      

Reply via email to