Tommaso Teofili
4751b83c97
LUCENE-7161 - give enough similar docs for mlt to match
2016-04-18 11:47:46 +02:00
Robert Muir
c135e9a7d6
LUCENE-7185: improve random test point/box generation for spatial tests
2016-04-18 00:19:02 -04:00
Karl Wright
aafdc372d9
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-17 15:37:20 -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
Varun Thacker
727852fb78
SOLR-9004: Fix name field type definition in films example
2016-04-17 23:51:47 +05:30
Varun Thacker
44c9cd2fe8
SchemaManager waits correctly for replicas to be notified of a new change
2016-04-17 21:56:58 +05:30
Robert Muir
72cb73c6b9
LUCENE-7170: move BaseGeoPointTestCase to test-framework
2016-04-17 08:52:59 -04:00
Karl Wright
35e0e92bb3
LUCENE-7226: Clean polygon data, where feasible.
2016-04-17 08:13:44 -04:00
Karl Wright
c08f644841
LUCENE-7225: Undo unneeded conflict detection logic in test.
2016-04-16 16:11:49 -04:00
Karl Wright
7b6423c2c7
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-16 10:14:35 -04:00
Karl Wright
22a23f66f7
LUCENE-7225: Undo fancy visit code; it won't do anything useful anyway.
2016-04-16 10:12:53 -04:00
Karl Wright
8ffb2d19e8
LUCENE-7225: Handle case where we don't know what truth is properly.
2016-04-16 08:29:43 -04:00
Mike McCandless
aeea493311
catch user (me) silliness when using EarthDebugger
2016-04-16 05:35:19 -04:00
Karl Wright
922210401b
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-16 04:07:39 -04:00
Karl Wright
bf3f960e76
LUCENE-7225: Fix Geo3DRelations test to use the correct measure of 'truth' in assessing relationships.
2016-04-16 04:07:10 -04:00
David Smiley
7833f7f69a
SOLR-8946: fix bin/post stdin detection. faulty on Ubuntu; maybe others
2016-04-15 22:06:54 -04:00
Mike McCandless
ad86feca09
improve javadocs and argument validation for LatLonPoint.nearest
2016-04-15 16:55:38 -04:00
Robert Muir
d5e0b36d50
remove dead code
2016-04-15 14:55:33 -04:00
Robert Muir
3e6024ffdd
improve javadocs for LatLonPoint.nearest()
2016-04-15 14:45:22 -04:00
Mike McCandless
c7d4080820
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 13:34:16 -04:00
Steve Rowe
b513df6c41
IntelliJ config: remove obsolete 'Ant' library; remove non-existent 'Solr analytics library' from the Solr analytics contrib
2016-04-15 13:10:40 -04:00
Robert Muir
a60265ef5a
LUCENE-7222: Improve Polygon.contains()
2016-04-15 12:53:09 -04:00
Christine Poerschke
3ab579b7ec
SOLR-8938: add -x as short-form of --excluderegex ZkCLI arg
2016-04-15 15:52:53 +01:00
Noble Paul
09f92b7edf
SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas
2016-04-15 19:03:22 +05:30
Noble Paul
a07a8499d3
Merge remote-tracking branch 'origin/master'
2016-04-15 18:58:54 +05:30
Noble Paul
d830987ae2
SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas
2016-04-15 18:58:08 +05:30
Christine Poerschke
cb840f5242
LUCENE-7210: TestCoreParser.afterClass now resets (static) indexData/coreParser/analyzer to null.
2016-04-15 12:52:44 +01:00
Karl Wright
0e06e42ffa
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-15 07:11:36 -04:00
Karl Wright
5348504d45
LUCENE-7221: Do not attempt to carve out holes from bounds.
2016-04-15 07:11:15 -04:00
Noble Paul
9313a6304b
SOLR-8985: Added back support for 'includeDynamic' flag to /schema/fields endpoint
2016-04-15 13:23:51 +05:30
Karl Wright
a0bc1e6427
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2016-04-15 03:01:34 -04:00
Karl Wright
5f0245febe
LUCENE-7221: Fix broken bounds for GeoCircles.
2016-04-15 03:01:11 -04:00
Dennis Gove
b7c5482d3e
SOLR-8962: Fixes incorrectly attributed JIRA ticket in CHANGES.txt
2016-04-14 21:48:10 -04:00
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