Commit Graph

24957 Commits

Author SHA1 Message Date
Scott Blum 71a5870ae7 SOLR-8973: Zookeeper frenzy when a core is first created. 2016-04-19 20:46:34 -04:00
Dennis Gove 99ba1a8f99 SOLR-9015: Adds SelectStream as a default function in the StreamHandler 2016-04-19 20:43:45 -04:00
Dennis Gove e6e495c795 SOLR-8918: Corrects usage of a global variable in admin page's stream.js which was overriding the same variable in cloud.js 2016-04-19 20:33:06 -04:00
Karl Wright 939472985f Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-04-19 20:12:18 -04:00
Karl Wright 0221516716 LUCENE-7226: Slight improvements to filtering and pole discovery operations. 2016-04-19 20:12:05 -04:00
Chris Hostetter 16f905ff13 SOLR-8971: Preserve root cause when wrapping exceptions 2016-04-19 13:54:18 -07:00
Karl Wright 92f6a39ff5 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-04-19 14:19:08 -04:00
Chris Hostetter c574a91e3b SOLR-8990: Fix top term links from schema browser page to use {!term} parser 2016-04-19 11:17:10 -07:00
Karl Wright 2276b9f270 Fix javadoc error 2016-04-19 13:44:06 -04:00
Chris Hostetter 423ec09850 CHANGES.txt corrections - new features go in the New Features section (SOLR-8782, SOLR-8765, SOLR-8842) 2016-04-19 09:42:50 -07:00
Karl Wright 8ba1a3880b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-04-19 12:06:32 -04:00
Karl Wright 5bb9084bd5 Fix test to recognize null polygon response. 2016-04-19 12:06:15 -04:00
Dennis Gove af7dad6825 SOLR-8918: Adds Streaming to the admin page under the collections section
Includes ability to see graphically the expression explanation
2016-04-19 11:40:20 -04:00
Dennis Gove 2e95a54a52 SOLR-9009: Adds ability to get an Explanation of a Streaming Expression 2016-04-19 11:17:28 -04:00
Karl Wright 2342290816 LUCENE-7212: Structural changes necessary to support distance-limited bounds. 2016-04-19 10:20:00 -04:00
Karl Wright 02f1dacc3d LUCENE-7192: Catch the case where we have two points in the same poly that are not adjacent but identical. 2016-04-19 09:09:40 -04:00
Karl Wright 46062fbd86 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-04-19 08:28:36 -04:00
Karl Wright 75cdcbab10 LUCENE-7192: Revamp how coplanar points are detected and filtered, for OpenStreetMap compatibility. 2016-04-19 08:28:06 -04:00
Uwe Schindler 186df5788b Fix Java 9 problem with static field leakage 2016-04-19 10:15:03 +02:00
Noble Paul 456d5c04c8 SOLR-8349: trying to address test failures 2016-04-19 13:09:59 +05:30
Robert Muir af09c618eb LUCENE-7229: Improve Polygon.relate for faster tree traversal/grid construction 2016-04-18 20:22:40 -04:00
Robert Muir b839325740 LUCENE-7185: fix buggy worst-case error and add test for absurd distances 2016-04-18 19:47:22 -04:00
Steve Rowe 4ac2546e5b javadoc: DateField->TrieDateField 2016-04-18 16:59:46 -04:00
jbernste 7b5f12e622 SOLR-8996: Add Random Streaming Expression 2016-04-18 16:09:56 -04:00
jbernste 8659ea33d9 SOLR-8925: Add gatherNodes Streaming Expression to support breadth first traversals 2016-04-18 16:09:56 -04:00
anshum 84a6ff697e SOLR-8983: Cleanup clusterstate in case of a failed CREATE collection call 2016-04-18 11:19:50 -07:00
Karl Wright 9aefe193c9 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-04-18 13:54:16 -04:00
Karl Wright 7bd116c447 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:53:59 -04:00
Timothy Potter 9d0da3156c SOLR-9007: remove mention of managed_schema_configs 2016-04-18 11:32:04 -06:00
Karl Wright a7b138317a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-04-18 13:28:30 -04:00
Karl Wright 15f94c550f LUCENE-7225: Detect nonsense polygon as an error rather than creating failures. 2016-04-18 13:28:21 -04:00
Noble Paul 0ba3e922c2 Merge remote-tracking branch 'origin/master' 2016-04-18 19:44:22 +05:30
Noble Paul 079221db2d more logging to get which server failed 2016-04-18 19:44:07 +05:30
Robert Muir ddb8d077ec Don't pick crazy compression parameters for this monsterish test 2016-04-18 10:11:51 -04:00
Robert Muir cc099d8fc6 LUCENE-7185: handle underflow 2016-04-18 09:15:04 -04:00
Robert Muir 730a04723f don't use DirectPostingsFormat for Legacy geopoint tests: it just uses tons of RAM 2016-04-18 08:51:41 -04:00
Christine Poerschke c57db02580 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:09:31 +01:00
Noble Paul 9a1880aee8 SOLR-8349: Allow sharing of large in memory data structures across cores 2016-04-18 15:51:19 +05:30
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