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? On Fri, Jul 2, 2010 at 9:29 AM, Grant Ingersoll <gsing...@apache.org> wrote: > What analyzer are you using? Did you check that it is making it through > your analyzer? > > -Grant > > On Jul 1, 2010, at 2:56 PM, Nathaniel Auvil wrote: > > > i am trying to search for a value which begins with a '$' or even > sometimes > > '$$'. '$' is not listed as a special character and no matter what i try, > i > > can not get a search for $* to return anything. Using Luke, i browse my > > index and see several entries where the value exists with a leading '$'. > > How can i search for these? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >