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

2007-07-09 Thread Otis Gospodnetic
I am not sure if I understood you 100%, but it sounds like you might be looking for KeywordAnalyzer: http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/analysis/KeywordAnalyzer.html Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag -

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