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