On Thu, Jan 14, 2010 at 3:23 AM, Jake Mannix <[email protected]> wrote: > > StandardAnalyzer doesn't do stemming, but if you want a little faster than > that one, SimpleAnalyzer is just letter-char tokenizing + lowercasing (you > want > that one!) is pretty damn fast. >
SimpleAnalyzer skips numbers. --shashi
