On Wed, Jul 11, 2012 at 9:34 AM, Jamie <ja...@stimulussoft.com> 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: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to