Hi Jokin.

Yes, I was very careful to use the StandardAnalyzer with Luke, as well.  I
know this error report sounds far fetched, but I saw this behaviour with
with my own two eyes.  Tried submitting the query text for "VAT_reg" as
upper case and lower case.  Still, no luck.

Thanks,
Mike



On 3/7/07, Jokin Cuadrado <[EMAIL PROTECTED]> wrote:

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

Reply via email to