Commit Graph

25 Commits

Author SHA1 Message Date
Adrien Grand 212b1d8462 LUCENE-7461: Refactor doc values queries to leverage the new iterator API. 2016-11-15 14:55:46 +01:00
Mike McCandless f7aa200d40 LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
Robert Muir 105c7eae87 LUCENE-7413: move legacy numeric support to backwards module 2016-08-17 09:28:45 -04:00
Adrien Grand 5def78ba10 LUCENE-7368: Remove queryNorm. 2016-07-12 14:38:36 +02:00
David Smiley b33d7176aa LUCENE-7291: Fix spatial HeatmapFacetCounter bug with dateline and large non-point shapes 2016-06-10 13:36:07 -04:00
Steve Rowe 3d22ea3492 LUCENE-7278: Get Clover working again 2016-05-27 13:50:00 -04:00
Dawid Weiss e44509f2df LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:33:15 +02:00
David Smiley 2accf12d71 LUCENE-7278: DRPT: fix test bug (when milli is 0) 2016-05-17 23:19:27 -04:00
David Smiley 1d35bd0ea8 LUCENE-7278: DRPT: fix bug in assert statement 2016-05-12 23:03:32 -04:00
David Smiley 062869626f LUCENE-7278: DateRangePrefixTree's Calendar is now configurable 2016-05-12 14:14:33 -04:00
David Smiley 91153b9627 LUCENE-7262: Fix NPE, this should lazy-init in start() 2016-05-02 22:39:32 -04:00
Adrien Grand 4fa2b29b20 LUCENE-7262: Leverage index statistics to make DocIdSetBuilder more efficient. 2016-05-02 15:04:27 +02:00
Karl Wright 5bb9084bd5 Fix test to recognize null polygon response. 2016-04-19 12:06:15 -04:00
Karl Wright e90ed57b94 LUCENE-7226: Remove independent check for backtrack, and remove GeoPolygonFactory methods that use point index for anything. 2016-04-17 15:37:02 -04:00
David Smiley f7f64c2172 LUCENE-7211: Use DocIdSetBuilder instead of FixedBitSet in spatial RPT intersects predicate. 2016-04-13 10:39:09 -04:00
Karl Wright e6fd37c4a1 LUCENE-7176: Hide GeoPath implementation in a factory/interface. 2016-04-05 03:41:48 -04:00
Karl Wright dc2f17483a LUCENE-7167: Re-enable test I disabled because of the package-private changes. 2016-04-05 03:00:15 -04:00
Karl Wright d900588887 LUCENE-7167: Fix spatial-extras tests that were broken by package private changes. One test is commented out while I search for a good way to do what it needs. 2016-04-04 13:59:10 -04:00
nknize e1b45568b4 * LUCENE-7094: BBoxStrategy and PointVectorStrategy now support PointValues (in addition to legacy numeric trie). Their APIs were changed a little and also made more consistent. PointValues/Trie is optional, DocValues is optional, stored value is optional. 2016-03-30 18:14:20 -05:00
Robert Muir d35d5694d8 LUCENE-7090, LUCENE-7075: deprecate single-valued LegacyNumerics fieldcaching, provide Points-based replacement. 2016-03-10 08:29:56 -05:00
David Smiley f7f81c3284 LUCENE-7056: Geo3D package re-org 2016-03-07 20:14:19 -05:00
Robert Muir 3ffeccab7e LUCENE-7063: add tests/docs for numericutils, rename confusing methods, remove overlap with LegacyNumericUtils 2016-03-03 21:52:12 -05:00
David Smiley 569b6ca9ca LUCENE-7060: Spatial4j 0.6 upgrade. Package com.spatial4j.core -> org.locationtech.spatial4j 2016-03-02 21:05:32 -05:00
Robert Muir dc39fc3e5a LUCENE-7015: "fix" package-info/javadocs issues across duplicated packages. 2016-02-29 19:49:29 -05:00
nknize 89db4950b9 LUCENE-7015: Refactor spatial module to spatial-extras
Refactors non GeoPoint* classes from existing spatial module to a new spatial-extras module. dev-tools, build, and project files are updated to include new spatial-extras module.
2016-02-29 16:18:39 -06:00