Commit Graph

24947 Commits

Author SHA1 Message Date
Chris Hostetter 7be7e8beb9 CHANGES.txt corrections - new features go in the New Features section (SOLR-8782, SOLR-8765, SOLR-8842) 2016-04-19 09:43:28 -07:00
Karl Wright d5a2d251c6 Fix test to recognize null polygon response. 2016-04-19 12:07:33 -04:00
Karl Wright 4dd7c0c919 LUCENE-7212: Structural changes necessary to support distance-limited bounds. 2016-04-19 10:21:12 -04:00
Karl Wright e4012c6b32 LUCENE-7192: Catch the case where we have two points in the same poly that are not adjacent but identical. 2016-04-19 09:10:48 -04:00
Karl Wright 01a7ee4eeb LUCENE-7192: Revamp how coplanar points are detected and filtered, for OpenStreetMap compatibility. 2016-04-19 08:30:51 -04:00
Uwe Schindler b95bbb8092 Fix Java 9 problem with static field leakage 2016-04-19 10:16:12 +02:00
Noble Paul 3eb1ce6cf6 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-04-19 13:11:38 +05:30
Noble Paul ffbbfbbe10 SOLR-8349: trying to address test failures 2016-04-19 13:11:18 +05:30
Robert Muir d1acb92911 LUCENE-7229: Improve Polygon.relate for faster tree traversal/grid construction 2016-04-18 20:23:08 -04:00
Robert Muir cc463bf4f2 LUCENE-7185: fix buggy worst-case error and add test for absurd distances 2016-04-18 19:48:22 -04:00
Steve Rowe bce490c4b7 javadoc: DateField->TrieDateField 2016-04-18 17:00:38 -04:00
anshum 55de1ba539 SOLR-8983: Cleanup clusterstate in case of a failed CREATE collection call 2016-04-18 12:25:48 -07:00
Karl Wright 6d95c5b6d6 Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x 2016-04-18 13:56:58 -04:00
Karl Wright 1f23ca5ea4 LUCENE-7228: Bounds computations which use Lagrangian multipliers are inherently less precise, so make sure that the bounds values exceed the size of the shape by a comfortable amount. 2016-04-18 13:55:50 -04:00
Timothy Potter 57270a5fb5 SOLR-9007: remove mention of managed_schema_configs 2016-04-18 11:49:42 -06:00
Karl Wright 90debd8d2e LUCENE-7225: Detect nonsense polygon as an error rather than creating failures. 2016-04-18 13:31:15 -04:00
Robert Muir 5ceb0aadd1 Don't pick crazy compression parameters for this monsterish test 2016-04-18 11:29:39 -04:00
Noble Paul 999537f50e more logging to get which server failed 2016-04-18 19:46:51 +05:30
Robert Muir 045f2cad6f LUCENE-7185: handle underflow 2016-04-18 09:16:21 -04:00
Robert Muir beca96cd35 don't use DirectPostingsFormat for Legacy geopoint tests: it just uses tons of RAM 2016-04-18 08:52:26 -04:00
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