Re: No hits for longer search strings

2008-10-16 Thread Erick Erickson
query.toSting() is your friend, as is Luke's explain tab. I'd strongly recommend that you try those, because I suspect that you're not quite getting the search string you think. That said, why use StandardAnalyzer for this? I'd recommend KeywordAnalyzer instead (but watch the case). The wildcard

Re: No hits for longer search strings

2008-10-16 Thread Karsten F.
Hi Chris, most likely this is not a lucene problem. You looked with luke in the stored fields of your document? Please take a second look with luke in the terms of your field 'unique_id' (with "Show top terms"): What do you see? Best regards Karsten btw: why do you use the prefix search? Thi