RE: Wildcard query with untokenized punctuation

2007-03-10 Thread McGuigan, Colin
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

RE: Wildcard query with untokenized punctuation

2007-03-09 Thread McGuigan, Colin
-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

Wildcard query with untokenized punctuation

2007-03-09 Thread McGuigan, Colin
(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