[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
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
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
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
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
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