Doron;
You're entirely correct about the analyzer (I'm using one that breaks on
non-alphanumeric characters, so all punctuation is ignored). To be
honest, I hadn't thought about altering this, but I guess I could; just
reticent that there might be unforeseen consequences.
But I'm still curious a
-Original Message-
From: Steffen Heinrich [mailto:[EMAIL PROTECTED]
Sent: Fri 3/9/2007 4:31 PM
To: java-user@lucene.apache.org
Subject: Re: Wildcard query with untokenized punctuation
On 9 Mar 2007 at 15:10, McGuigan, Colin wrote:
>> I have a "filename" field in Luc
(Lucene 1.9.1)
I have a "filename" field in Lucene that holds a value, like this:
pagefile.sys
If I run searches through QueryParser, and I do a search for:
pagefile.sys
pagefile
pagefile.
This all works because it goes through getFieldQuery, which tokenizes
the string and generat