Dennis Gove
eb74d814bb
SOLR-8962: Adds a Sort stream w/sort function name
2016-04-14 21:39:26 -04:00
Karl Wright
7c098913e2
LUCENE-7221: Merge issue
2016-04-14 20:55:54 -04:00
Karl Wright
ab906b5a74
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-14 20:47:05 -04:00
Karl Wright
1d76b2c49b
LUCENE-7221: Limit the number of requests to getRelationship() and isWithin() using bounds.
2016-04-14 20:46:38 -04:00
Upayavira
bdaddafcce
SOLR-8991 Fix ping when ms=0
2016-04-14 23:22:37 +01:00
Karl Wright
43b8456cdf
LUCENE-7221: Performance improvements for large polygons.
2016-04-14 16:23:20 -04:00
Christine Poerschke
88c4b095bc
LUCENE-7210: Add missing @Override to TestCorePlus(Queries|Extensions)Parser's newCoreParser method.
2016-04-14 19:38:43 +01:00
Mike McCandless
68e9efc7ac
LUCENE-7069: can't wrap with exotic readers when making IndexSearcher
2016-04-14 14:10:52 -04:00
David Smiley
037a40316c
SOLR-8937: bin/post (SimplePostTool) should tell JDK to stream stdin instead of fully buffer
2016-04-14 13:51:57 -04:00
Timothy Potter
b36a6ecbe4
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:17:42 -07:00
Mike McCandless
5238de937a
LUCENE-7069: woops, approxBestDistance was way too approximate when the point was inside the cell
2016-04-14 12:05:10 -04:00
Christine Poerschke
8d5d201343
LUCENE-7210: Make TestCore*Parser's analyzer choice override-able. (Christine Poerschke, Daniel Collins)
2016-04-14 16:03:11 +01:00
Mike McCandless
f6c7fc7a26
LUCENE-7069: add LatLonPoint.nearest to find N nearest points
2016-04-14 11:02:25 -04:00
Mike McCandless
af5742cc0a
LUCENE-7218: remove wrong comment
2016-04-14 05:55:15 -04:00
Mike McCandless
60033b308a
improve exception messages when requested slice is out of bounds
2016-04-14 05:52:53 -04:00
Robert Muir
2335a458d8
LUCENE-7215: don't invoke full haversin for LatLonPoint.newDistanceQuery
2016-04-13 19:02:11 -04:00
Robert Muir
1a1c8dbfb3
LUCENE-7213: fix test bug when LatLonPoint.newBoxQuery returns MatchNoDocsQuery.
2016-04-13 18:52:32 -04:00
Karl Wright
e4dcf423e3
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-13 16:15:53 -04:00
Karl Wright
6e5ec3bb4c
Disable GeoConvexPolygon and GeoConcavePolygon sanity checks, since these are now package private and the check happens in GeoPolygonFactory anyway.
2016-04-13 16:15:43 -04:00
Robert Muir
fc19c99e0e
LUCENE-7214: Remove two-phase iteration from LatLonPoint.newDistanceQuery
2016-04-13 15:57:04 -04:00
Anshum Gupta
689e9664c5
SOLR:8976: Add SolrJ support for REBALANCELEADERS Collections API
2016-04-13 12:10:26 -07:00
Shalin Shekhar Mangar
478a2a4c79
Fix incorrect 'upgrading from' version number in 7.0.0
2016-04-13 23:49:59 +05:30
markrmiller
0a5f7f8b5e
SOLR-7729: ConcurrentUpdateSolrClient ignores the collection parameter in some methods.
2016-04-13 10:55:21 -04:00
markrmiller
79195a8e54
SOLR-8899: Ignore thread leaks for this test - due to the HttpClient leak, the idle connection evictor thread can sometimes leak.
2016-04-13 10:45:09 -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
Robert Muir
cd673ebec9
LUCENE-7185: add proper tests for grid bugs found here, and fix related bugs still lurking
2016-04-13 10:33:26 -04:00
markrmiller
744b419b42
SOLR-8914: ZkStateReader's refreshLiveNodes(Watcher) is not thread safe.
2016-04-13 09:54:40 -04:00
markrmiller
6c9391df01
tests: raise wait time
2016-04-13 09:54:16 -04:00
Christine Poerschke
f2f484680f
LUCENE-7205: Remove repeated nl.getLength() calls in (Boolean|DisjunctionMax|FuzzyLikeThis)QueryBuilder.
2016-04-13 11:27:17 +01:00
Mike McCandless
e076b4c5b4
improve randomized polygon generation to sometimes include regular ngons
2016-04-13 05:51:38 -04:00
Shalin Shekhar Mangar
67f6283ce4
LUCENE-7196: Add dependency on grouping and misc modules to avoid compile failures in IntelliJ IDEA
2016-04-13 12:45:33 +05:30
Karl Wright
69f3d1fe5f
LUCENE-7204: Add a test for (and make a fix for) legitimately coplanar polygon points.
2016-04-13 02:51:25 -04:00
Karl Wright
9a150920a6
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-12 15:37:47 -04:00
Karl Wright
414bdea97a
LUCENE-7204: Add check for backtracking over polygon path.
2016-04-12 15:37:13 -04:00
Robert Muir
8f5ef078b0
LUCENE-7207: fix test bug. shrinking a box which is a line can create a cross-dateline query!
2016-04-12 09:27:30 -04:00
Mike McCandless
e034b04b06
LUCENE-7189: improve geo debugging technology
2016-04-12 06:10:08 -04:00
Karl Wright
a3ee984bc8
LUCENE-7203: Fix the javadoc broken in the previous commit.
2016-04-12 06:05:22 -04:00
Karl Wright
91f74ee254
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-12 06:03:24 -04:00
Karl Wright
aa4236a612
LUCENE-7203: Improve polygon intersection detection using a small amount of upfront work.
2016-04-12 06:03:04 -04:00
yonik
c1a70f31a6
LUCENE-7188: remove incorrect sanity check in NRTCachingDirectory.listAll() that throws IllegalStateException
2016-04-11 23:51:41 -04:00
Jan Høydahl
10c7757852
LUCENE-7155: Detect master/major branch using enum, abort on more errors
2016-04-11 23:22:40 +02:00
Karl Wright
61e3c4020c
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-11 12:55:38 -04:00
Karl Wright
83bde55865
LUCENE-7201: Handle illegal rectangles during testing.
2016-04-11 12:55:21 -04:00
Karl Wright
05dc90215a
LUCENE-7201: Handle backside whole-world case for bbox generation.
2016-04-11 12:52:48 -04:00
Adrien Grand
88965a0bec
Fix javadoc generation.
2016-04-11 18:46:47 +02:00
Robert Muir
901a3af301
LUCENE-7185: fix random number generation used for spatial tests.
...
Note that GeoPoint tests are still on the old RNG as we haven't get made them happy.
2016-04-11 10:36:10 -04:00
Varun Thacker
812c8da013
SOLR-8967: UI should not show the replication tab in the core selector panel in cloud mode
2016-04-11 17:17:55 +05:30
Mike McCandless
739c752cd3
LUCENE-7189: use fewer sampling points for small earth-surface rectangles
2016-04-11 05:45:42 -04:00
Mike McCandless
38bf7dd834
fix silly stack-building test bug in BKD visitor forensics
2016-04-11 05:42:59 -04:00
Mike McCandless
604fb28b58
fix rare test bug
2016-04-11 05:24:34 -04:00