Christine Poerschke
ed6f8ad9b8
LUCENE-7219: Make queryparser/xml (Point|LegacyNumeric)RangeQuery builders match the underlying queries' (lower|upper)Term optionality logic. (Kaneshanathan Srivisagan, Christine Poerschke)
2016-04-18 12:11:40 +01:00
Noble Paul
5b680de13a
SOLR-8349: Allow sharing of large in memory data structures across cores
2016-04-18 16:15:26 +05:30
Noble Paul
489acdb509
SOLR-8349: Allow sharing of large in memory data structures across cores
2016-04-18 16:13:53 +05:30
Tommaso Teofili
a62752699a
LUCENE-7161 - give enough similar docs for mlt to match
...
(cherry picked from commit 4751b83
)
2016-04-18 11:49:21 +02:00
Robert Muir
2138bc0536
LUCENE-7185: improve random test point/box generation for spatial tests
2016-04-18 00:19:28 -04:00
Karl Wright
a0221f4695
Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x
2016-04-17 15:40:22 -04:00
Karl Wright
34e968afc6
LUCENE-7226: Remove independent check for backtrack, and remove GeoPolygonFactory methods that use point index for anything.
2016-04-17 15:38:24 -04:00
Varun Thacker
3b7325c529
SOLR-9004: Fix name field type definition in films example
2016-04-17 23:52:26 +05:30
Varun Thacker
ece296224c
SchemaManager waits correctly for replicas to be notified of a new change
2016-04-17 21:58:21 +05:30
Robert Muir
e0fe7babd9
LUCENE-7170: move BaseGeoPointTestCase to test-framework
2016-04-17 08:53:58 -04:00
Karl Wright
6f960ca4aa
LUCENE-7226: Clean polygon data, where feasible.
2016-04-17 08:12:51 -04:00
Karl Wright
4abba2d453
LUCENE-7225: Undo unneeded conflict detection logic in test.
2016-04-16 16:12:46 -04:00
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