Karl Wright
69dfdb7711
LUCENE-7225: Undo fancy visit code; it won't do anything useful anyway.
2016-04-16 10:17:15 -04:00
Karl Wright
080e67c4f2
LUCENE-7225: Handle case where we don't know what truth is properly.
2016-04-16 10:15:58 -04:00
Mike McCandless
930d9f9125
catch user (me) silliness when using EarthDebugger
2016-04-16 05:35:54 -04:00
Karl Wright
9ab336ebb3
LUCENE-7225: Fix Geo3DRelations test to use the correct measure of 'truth' in assessing relationships.
2016-04-16 04:08:57 -04:00
David Smiley
e1a5665fee
SOLR-8946: fix bin/post stdin detection. faulty on Ubuntu; maybe others
...
(cherry picked from commit 7833f7f
)
2016-04-15 22:07:58 -04:00
Mike McCandless
9bcdb4724c
improve javadocs and argument validation for LatLonPoint.nearest
2016-04-15 16:56:08 -04:00
Robert Muir
d293e42413
remove dead code
2016-04-15 14:56:03 -04:00
Robert Muir
40e3e1e72e
improve javadocs for LatLonPoint.nearest()
2016-04-15 14:46:56 -04:00
Mike McCandless
8f2a3a5271
LUCENE-7223: improve XXXPoint javadocs to explain that a StoredField is needed if you want to retrieve the original value at search time
2016-04-15 14:20:18 -04:00
Robert Muir
57591bc379
LUCENE-7222: Improve Polygon.contains()
2016-04-15 13:29:30 -04:00
Steve Rowe
c9e64cf3a5
IntelliJ config: remove obsolete 'Ant' library; remove non-existent 'Solr analytics library' from the Solr analytics contrib
2016-04-15 13:15:37 -04:00
Christine Poerschke
d69274b5d6
SOLR-8938: add -x as short-form of --excluderegex ZkCLI arg
2016-04-15 16:22:45 +01:00
Noble Paul
b2a9a787b4
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-04-15 19:11:17 +05:30
Noble Paul
0e30fe1c39
SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas
2016-04-15 19:04:57 +05:30
Noble Paul
f82a27aa5c
SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas
2016-04-15 19:04:44 +05:30
Christine Poerschke
e6bcb131a7
LUCENE-7210: TestCoreParser.afterClass now resets (static) indexData/coreParser/analyzer to null.
2016-04-15 13:11:10 +01:00
Karl Wright
6ec1244467
LUCENE-7221: Do not attempt to carve out holes from bounds.
2016-04-15 07:13:19 -04:00
Christine Poerschke
22df9fc3b7
LUCENE-7210: Add missing @Override to TestCorePlus(Queries|Extensions)Parser's newCoreParser method.
2016-04-15 09:47:31 +01:00
Christine Poerschke
296d96e4c6
LUCENE-7210: Make TestCore*Parser's analyzer choice override-able. (Christine Poerschke, Daniel Collins)
2016-04-15 09:47:23 +01:00
Noble Paul
6c74669375
SOLR-8985: Added back support for 'includeDynamic' flag to /schema/fields endpoint
2016-04-15 13:25:10 +05:30
Karl Wright
258fa8876c
LUCENE-7221: Fix broken bounds for GeoCircles.
2016-04-15 03:02:57 -04:00
Dennis Gove
020f15f437
SOLR-8962: Adds a Sort stream w/sort function name
2016-04-14 21:46:48 -04:00
Karl Wright
d5b1260740
LUCENE-7221: Merge issue
2016-04-14 20:56:47 -04:00
Karl Wright
0b0e442010
LUCENE-7221: Limit the number of requests to getRelationship() and isWithin() using bounds.
2016-04-14 20:48:00 -04:00
Upayavira
d34dc47c82
SOLR-8991 Fix ping when ms=0
2016-04-14 23:23:51 +01:00
Karl Wright
1ca288e5e9
LUCENE-7221: Performance improvements for large polygons.
2016-04-14 16:24:21 -04:00
Mike McCandless
e2c451e6f2
LUCENE-7069: can't wrap with exotic readers when making IndexSearcher
2016-04-14 14:11:28 -04:00
David Smiley
f488dfac9c
SOLR-8937: bin/post (SimplePostTool) should tell JDK to stream stdin instead of fully buffer
...
(cherry picked from commit 037a403
)
2016-04-14 13:53:00 -04:00
Timothy Potter
af8a962417
SOLR-8908: Fixed OnReconnect listener management in ZkController to allow for de-registering listeners.
...
Here's what this commit includes:
* Added the removeOnReconnectListener method to ZkController to allow OnReconnect listener implementations to de-register; avoids a memory leak
* Updated ZkIndexSchemaReader to add a CloseHook to the SolrCore it supports to de-register as an OnReconnect listener
* Added unit test to verify that after reloading and deleting a SolrCore in managed schema mode, the associated ZkIndexSchemaReader gets de-registered correctly
2016-04-14 10:25:14 -07:00
Mike McCandless
41da63eee3
LUCENE-7069: woops, approxBestDistance was way too approximate when the point was inside the cell
2016-04-14 12:05:43 -04:00
Mike McCandless
5bbb5e7748
LUCENE-7069: add LatLonPoint.nearest to find N nearest points
2016-04-14 11:03:04 -04:00
Mike McCandless
feee5e1400
LUCENE-7218: remove wrong comment
2016-04-14 05:56:11 -04:00
Mike McCandless
6109ac2549
improve exception messages when requested slice is out of bounds
2016-04-14 05:53:19 -04:00
Robert Muir
87069500fb
LUCENE-7215: don't invoke full haversin for LatLonPoint.newDistanceQuery
2016-04-13 19:03:13 -04:00
Anshum Gupta
5baf311c38
SOLR-8976: Add SolrJ support for REBALANCELEADERS Collections API
2016-04-13 15:58:04 -07:00
Robert Muir
1c8164f7c0
LUCENE-7213: fix test bug when LatLonPoint.newBoxQuery returns MatchNoDocsQuery.
2016-04-13 18:53:44 -04:00
Karl Wright
d5cd3d6e2e
Disable GeoConvexPolygon and GeoConcavePolygon sanity checks, since these are now package private and the check happens in GeoPolygonFactory anyway.
2016-04-13 16:16:57 -04:00
markrmiller
bf984af6f0
SOLR-7729: ConcurrentUpdateSolrClient ignores the collection parameter in some methods.
2016-04-13 16:12:18 -04:00
Robert Muir
097e063af7
LUCENE-7214: Remove two-phase iteration from LatLonPoint.newDistanceQuery
2016-04-13 15:58:01 -04:00
David Smiley
ce094ebd76
LUCENE-7211: Use DocIdSetBuilder instead of FixedBitSet in spatial RPT intersects predicate.
...
(cherry picked from commit f7f64c2
)
2016-04-13 10:42:39 -04:00
Robert Muir
acf0a57940
LUCENE-7185: add proper tests for grid bugs found here, and fix related bugs still lurking
2016-04-13 10:33:57 -04:00
markrmiller
fe85885868
SOLR-8914: ZkStateReader's refreshLiveNodes(Watcher) is not thread safe.
2016-04-13 09:56:49 -04:00
markrmiller
4b50c6f9ac
tests: raise wait time
2016-04-13 09:56:40 -04:00
Christine Poerschke
87d7de0d98
LUCENE-7205: Remove repeated nl.getLength() calls in (Boolean|DisjunctionMax|FuzzyLikeThis)QueryBuilder.
2016-04-13 13:31:09 +01:00
Mike McCandless
ca83f60438
improve randomized polygon generation to sometimes include regular ngons
2016-04-13 05:52:06 -04:00
Shalin Shekhar Mangar
721ae15a65
LUCENE-7196: Add dependency on grouping and misc modules to avoid compile failures in IntelliJ IDEA
...
(cherry picked from commit 67f6283
)
2016-04-13 12:46:46 +05:30
Karl Wright
c0698952b2
LUCENE-7204: Add a test for (and make a fix for) legitimately coplanar polygon points.
2016-04-13 02:52:46 -04:00
Karl Wright
0696a7e0c7
LUCENE-7204: Add check for backtracking over polygon path.
2016-04-12 15:39:06 -04:00
Robert Muir
e7a270c6b3
LUCENE-7207: fix test bug. shrinking a box which is a line can create a cross-dateline query!
2016-04-12 09:28:37 -04:00
Jan Høydahl
485fd48c30
LUCENE-7155: Detect master/major branch using enum, abort on more errors
...
(cherry picked from commit 10c7757
)
2016-04-12 12:51:43 +02:00