Re: Search that supports all valid characters in a Unix filename

2007-07-09 Thread Otis Gospodnetic
- Search - Share - Original Message From: Ed Murray <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, July 9, 2007 6:52:01 AM Subject: Search that supports all valid characters in a Unix filename Could someone let me know the best Analyzer to use to get an exact

Re: Search that supports all valid characters in a Unix filename

2007-07-09 Thread Steven Rowe
Hi Ed, Ed Murray wrote: > Could > someone let me know the best Analyzer to use to get an exact match on a Unix > filename when it is inserted into an untokened field. > > Filenames > obviously contain spaces and forward slashes along with other characters. I > am using > a WhitespaceAnalyzer bu

Search that supports all valid characters in a Unix filename

2007-07-08 Thread Ed Murray
Could someone let me know the best Analyzer to use to get an exact match on a Unix filename when it is inserted into an untokened field. Filenames obviously contain spaces and forward slashes along with other characters. I am using a WhitespaceAnalyzer but when the query is parsed it is chopp