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

Reply via email to