Re: search for a string which begins with a '$' character

2010-07-09 Thread Nathaniel Auvil
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 wrote: > > I am using this analyzer: > > @Analyzer(impl = > > org.apache.lucene.analysis.standard.StandardAnalyzer.class) > > > > "$" is not inlclu

Re: search for a string which begins with a '$' character

2010-07-02 Thread Nathaniel Auvil
here a way to see why? On Fri, Jul 2, 2010 at 9:29 AM, Grant Ingersoll 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

search for a string which begins with a '$' character

2010-07-01 Thread Nathaniel Auvil
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 '$'. H