you used also the same analizer on luke? the default analyzer is the keyword analyzer, that left the query as is, but the standaranalyzer lowercase the tokens, so GB123xyz would be gb123xyz, and the index search is case sensitive.
-- regards Jokin On 3/6/07, Michael Barbarelli <[EMAIL PROTECTED]> wrote:
George, No, I didn't encounter an error of any kind. Here's the scenario in broad strokes. 1. Index Oracle DB using Lucene.NET, StandardAnalyzer 2. Open index with Luke, all fields appear to have been stored and are visible. 3. However, if I submit a query using either of the two fields I mentioned, no records are ever returned even if the query value is valid. For example, neither of the following worked in Luke. VAT_Reg:GB123xyz status_desc:Live
