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
Jan Høydahl
a7c171f512
LUCENE-7155: Script addVersion.py does not detect the new naming convention for bugfix branches
...
(cherry picked from commit 6e446c0
)
2016-04-12 12:51:01 +02:00
Karl Wright
882901dcf3
Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x
2016-04-12 06:08:59 -04:00
Mike McCandless
39d74d86cd
LUCENE-7189: improve geo debugging technology
2016-04-12 06:10:35 -04:00
Karl Wright
520c31f8ed
LUCENE-7203: Fix the javadoc broken in the previous commit.
2016-04-12 06:07:45 -04:00
Karl Wright
e4b26922ab
LUCENE-7203: Improve polygon intersection detection using a small amount of upfront work.
2016-04-12 06:06:55 -04:00
yonik
ace13b5728
LUCENE-7188: remove incorrect sanity check in NRTCachingDirectory.listAll() that throws IllegalStateException
2016-04-11 23:53:59 -04:00
Karl Wright
5f4af54f99
LUCENE-7201: Handle backside whole-world case for bbox generation.
2016-04-11 12:59:23 -04:00
Karl Wright
a03c0b806d
LUCENE-7201: Handle illegal rectangles during testing.
2016-04-11 12:57:37 -04:00
Adrien Grand
cf6c9c78bc
Fix javadoc generation.
2016-04-11 12:57:16 -04:00
Robert Muir
b21218e79f
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:37:22 -04:00
Varun Thacker
168e2d8406
SOLR-8967: UI should not show the replication tab in the core selector panel in cloud mode
2016-04-11 18:38:33 +05:30
Mike McCandless
9cbe3e761b
LUCENE-7189: use fewer sampling points for small earth-surface rectangles
2016-04-11 05:47:11 -04:00
Mike McCandless
4c984af8b5
fix silly stack-building test bug in BKD visitor forensics
2016-04-11 05:43:25 -04:00
Mike McCandless
2bf3d70bf1
fix rare test bug
2016-04-11 05:25:08 -04:00
Tommaso Teofili
4b20575cfe
LUCENE-7196 - added missing misc dependency
...
(cherry picked from commit 273d586
)
2016-04-11 10:13:08 +02:00
Tommaso Teofili
ff3661abda
LUCENE-7196 - guaranteed class coverage in split indexes through grouping by class
...
(cherry picked from commit 112078e
)
2016-04-11 10:12:57 +02:00
Martijn van Groningen
f18cb90104
LUCENE-7187: Block join queries' Weight#extractTerms(...) implementations should delegate to the wrapped weight.
2016-04-11 09:22:20 +02:00
Karl Wright
70ab80b341
LUCENE-7199: Use a more refined algorithm for picking the random pole used in clockwise/counterclockwise determination.
2016-04-10 08:59:20 -04:00
Karl Wright
f6be813308
LUCENE-7194: Roll our own toRadians() method, and also make it less likely we'll need to restaple the toString() tests.
2016-04-10 05:12:49 -04:00