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.
using a search string like (unique_id:(t10001c63241985103*) ) and > standard analyzers to run the search. Does anyone have any ideas why the > increased search string length would affect things like this? > > -- > Chris Mannion > iCasework and LocalAlert implementa

No hits for longer search strings

2008-10-16 Thread Chris Mannion
Hi All I have a bit of a puzzle in the Lucene system we've been running. Part of our use involves inserting documents indexed by a unique key and then running exact searches to find that single document again later to display (the documents are also indexed by several other fields and used in a b