Sorry to bother you again, but it still doesnt seem to work all the time...

This (what you solved earlier) works:
&q=title_search:Pappegay&defType=lucene&fl=id,title


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?
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/full-text-search-in-multiple-fields-tp1888328p2137983.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to