On Wed, Jul 11, 2012 at 9:34 AM, Jamie <[email protected]> wrote:
> I am busying attempting to integrate Lucene 4.0 Alpha into my code base. I
> have a custom QueryParser that extends QueryParser and overrides
> newRangeQuery and newTermQuery

Random pointer: for most special case field handling, one would want
to override getFieldQuery or newFieldQuery rather than the lower level
newTermQuery.

-Yonik
http://lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to