My first guess: You've got some sort of stemming going on at index time so
tuinkamer is getting indexed as tuinkam or something. To find out, look
at you admin page, the "schema browser".

Another interesting page is admin/analysis, which can show you what happens
at each step of the indexing process (check the debug checkbox). Be a little
cautious with wildcards in the query though, the output may be a little
misleading.

You might try getting a copy of Luke to examine your index and see what's
actually in there. Often problems like this are a result of thinking what
actually got indexed is different than what actually was indexed.

Finally, you can use the &debugQuery=on to examine the query, although in
this particular case I don't think it would have helped.

Best
Erick

On Thu, Dec 23, 2010 at 2:20 PM, PeterKerk <vettepa...@hotmail.com> wrote:

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