Re: getRangeQuery

2014-07-24 Thread Aric Coady
27;, 'getLowercaseExpandedTerms', > 'getMultiTermRewriteMethod', 'getNextToken', 'getPhraseSlop', > 'getPrefixQuery', 'getTimeZone', 'getToken', 'getWildcardQuery', 'hashCode', > 'init',

getRangeQuery

2014-07-24 Thread Marc Jeurissen
x27;getFieldQuery_slop_super', 'getFuzzyMinSim', 'getFuzzyPrefixLength', 'getFuzzyQuery', 'getLocale', 'getLowercaseExpandedTerms', 'getMultiTermRewriteMethod', 'getNextToken', 'getPhraseSlop', 'getPrefixQuer

Re: overriding getRangeQuery

2014-01-09 Thread Shawn Grant
alyzer to make sure that field doesn't get lowercased but it's getting ignored and sent to the default analyzer. On 01/03/2014 05:38 PM, Andi Vajda wrote: On Jan 3, 2014, at 21:35, Shawn Grant wrote: whoops, bad link expansion. Was supposed to be: getRangeQuery(String field, Strin

Re: overriding getRangeQuery

2014-01-03 Thread Andi Vajda
> On Jan 3, 2014, at 21:35, Shawn Grant wrote: > > whoops, bad link expansion. Was supposed to be: > getRangeQuery(String field, String part1, String part2, boolean > startInclusive, boolean endInclusive); Yes, that would be the problem. The signature changed but the exte

overriding getRangeQuery

2014-01-03 Thread Shawn Grant
I have a subclass of PythonQueryParser that overrides several methods but I can't seem to get it to use getRangeQuery. I noticed that the method definition in PythonQueryParser is: getRangeQuery(String field, String part1, String part2, boolean inclusive); but the lucene definitio

Re: overriding getRangeQuery

2014-01-03 Thread Shawn Grant
whoops, bad link expansion. Was supposed to be: getRangeQuery(String field, String part1, String part2, boolean startInclusive, boolean endInclusive); On 01/03/2014 04:33 PM, Shawn Grant wrote: I have a subclass of PythonQueryParser that overrides several methods but I can't seem to g