replace values in index

2007-07-12 Thread Jeff
I have documents with lots of text. Part of the text is in the following format: word1,word2,word3,word4,word5 I am currently using the StandardAnalyzer and everything is working great with the other data, except I can't query for 'word3' as a ',' isn't a token seperator. Is there an easy way

Re: replace values in index

2007-07-12 Thread Mark Miller
While it is possible to alter the StandardAnalyzer, depending on more details of your source text, it may be better to use a different analyzer or make your own. The StandardAnalyzer is quite slow if you do not need all of its features, and modifying it will make it harder to keep up with bug