Cannot search on plain numbers

2005-06-07 Thread Peter T. Brown
Hello. I am using lucene 1.4.3 I am indexing a Java Long number using a Lucene Keyword field, but no matter what I do, I cannot find any documents I know have been indexed with this field. My logs show that the number "4" is being indexed as "4" but doing any searches in that field for "4" return

Re: Cannot search on plain numbers

2005-06-07 Thread Peter T. Brown
TED]> > Reply-To: > Date: Tue, 7 Jun 2005 22:27:09 +0200 > To: > Subject: Re: Cannot search on plain numbers > > On Tuesday 07 June 2005 22:19, Peter T. Brown wrote: > >> I am indexing a Java Long number using a Lucene Keyword field, but no >> matter what I do,

Using Custom Analyzer to create case sensitive queries

2005-08-04 Thread Peter T. Brown
I have a custom analyzer I've created so that certain fields, which are indexed as Keywords, can be search exactly as they are typed in. Using this custom analyzer however produces not hits. Using Luke, I can see that the field values are identical to the values passed in on the query... My query

Re: Using Custom Analyzer to create case sensitive queries

2005-08-04 Thread Peter T. Brown
Thank You. Yes, I did check that and the CharTokenizer is correctly being used for the field in question. How should I use PerFieldAnalyzerWrapper ? > From: Otis Gospodnetic <[EMAIL PROTECTED]> > Reply-To: > Date: Thu, 4 Aug 2005 10:25:36 -0700 (PDT) > To: > Subject: Re: Using Custom Anal