Have you looked at: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
Best Erick On Fri, Dec 31, 2010 at 6:12 AM, Benzion G <benzi...@yahoo.com> wrote: > Hi, > > I need to parse the Java log files with Lucene 3.0.3. The StandardAnalyzer > is > OK, except it's handling of dots. > > E.g. it handles "java.lang.NullPointerException" as one word and searching > for > "NullPointerException" will bring nothing. > > I need an Analyzer that will work as StandardAnalyzer,but will handle dots > as > word separators (e.g. as it handles commas). > > Please advice. > > Thanks. > > Regards, > Benzion. > > >