RE: Lucene query question

2006-05-10 Thread Kinnar Kumar Sen, Noida
[mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 5:59 PM To: java-user@lucene.apache.org Subject: Re: Lucene query question I'll take a quick stab at it. What analyzer are you using with the query? In the search page of Luke, near the upper right there's the "Analyzer t

Re: Lucene query question

2006-05-10 Thread Mike Richmond
Hi Erick, I appreciate the help. I am using the "StandardAnalyzer" for both the query and for indexing. --Mike On 5/10/06, Erick Erickson <[EMAIL PROTECTED]> wrote: I'll take a quick stab at it. What analyzer are you using with the query? In the search page of Luke, near the upper right ther

Re: Lucene query question

2006-05-10 Thread Erick Erickson
I'll take a quick stab at it. What analyzer are you using with the query? In the search page of Luke, near the upper right there's the "Analyzer to use for query parsing:" box. You might try the WhitespaceAnalyzer, since that shouldn't do anything "interesting". Also, below the search box on the s

Re: Lucene query question

2006-05-10 Thread Mike Richmond
n idea what's happening with your test field. Otis - Original Message From: Mike Richmond <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, May 9, 2006 10:18:29 PM Subject: Lucene query question I am new to Lucene, but the behavior that I am seeing does not s

Re: Lucene query question

2006-05-09 Thread Otis Gospodnetic
From: Mike Richmond <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, May 9, 2006 10:18:29 PM Subject: Lucene query question I am new to Lucene, but the behavior that I am seeing does not seem to make sense to me. I am using the latest version of Lucene (1.9.1) and ex

Lucene query question

2006-05-09 Thread Mike Richmond
I am new to Lucene, but the behavior that I am seeing does not seem to make sense to me. I am using the latest version of Lucene (1.9.1) and executing the following code below which creates an index with a single document and only one field (named "test") with a value of "[EMAIL PROTECTED]". If