/[Apache-SVN]
ViewVC logotype

Revision 797741


Jump to revision: Previous Next
Author: uschindler
Date: Sat Jul 25 10:54:30 2009 UTC (15 years, 3 months ago)
Changed paths: 4
Log Message:
Some additional changes to LUCENE-1644 / MTQ:
- Deprecate one ctor of MultiTermQuery(Term), as Term field is deprecated
- Add readResolve also for the default auto rewrite method (not really needed because equals/hashcode impl, but singleton status is preserved)
- Some changes in NumericRangeQueryTests (now they use always constant score boolean/filter rewrite in basic tests, the default in all other tests)
- Add some explanations for the rewriteMethod used in NumericRangeQery's ctor (term enum seeks and so on). I also made a switch statement of the valSize (like at other places in this class, this is for later 8 or 16 bit valSize extensions)

Changed paths

Path Details
Directorylucene/java/trunk/src/java/org/apache/lucene/search/MultiTermQuery.java modified , text changed
Directorylucene/java/trunk/src/java/org/apache/lucene/search/NumericRangeQuery.java modified , text changed
Directorylucene/java/trunk/src/test/org/apache/lucene/search/TestNumericRangeQuery32.java modified , text changed
Directorylucene/java/trunk/src/test/org/apache/lucene/search/TestNumericRangeQuery64.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26