this works, however WhitespaceAnalyzer is case sensitive. Is there a way to make it case insensitive?
On Sat, Jul 3, 2010 at 7:37 AM, Ahmet Arslan <[email protected]> wrote: > > I am using this analyzer: > > @Analyzer(impl = > > org.apache.lucene.analysis.standard.StandardAnalyzer.class) > > > > "$" is not inlcluded in the STOP_WORDS for this > > analyzer. Is there > > somewhere else i should be looking? When i use Luke > > with the > > standardAnalyzer, it does not parse the query. Is > > there a way to see why? > > "$" won't survive StandardAnalyzer. You can use WhitespaceAnalyzer instead. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
