Re: 3.0.3 Contrib Query Parser : Custom Field Name Builder

2011-01-08 Thread Lance Norskog
Bravo! On Fri, Jan 7, 2011 at 10:39 PM, Adriano Crestani wrote: > I created a JIRA to fix this problem: > https://issues.apache.org/jira/browse/LUCENE-2855 > > On Sat, Jan 8, 2011 at 1:32 AM, Adriano Crestani > wrote: > >> Hi Christopher, >> >> Thanks for raising this problem, I always thought a

Re: 3.0.3 Contrib Query Parser : Custom Field Name Builder

2011-01-07 Thread Adriano Crestani
I created a JIRA to fix this problem: https://issues.apache.org/jira/browse/LUCENE-2855 On Sat, Jan 8, 2011 at 1:32 AM, Adriano Crestani wrote: > Hi Christopher, > > Thanks for raising this problem, I always thought a little bit strange to > use CharSequence as map key. Then a just did a little b

Re: 3.0.3 Contrib Query Parser : Custom Field Name Builder

2011-01-07 Thread Adriano Crestani
Hi Christopher, Thanks for raising this problem, I always thought a little bit strange to use CharSequence as map key. Then a just did a little bit of research and found this on CharSequence javadoc: "This interface does not refine the general contracts of the equals