> 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: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org