25056 Commits

Author SHA1 Message Date
David Smiley
70bcd562f9 SOLR-5750: Add /admin/collections?action=BACKUP and RESTORE 2016-05-02 22:20:46 -04:00
Karl Wright
a48245a1bf Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-05-02 17:05:09 -04:00
Karl Wright
d7752408db LUCENE-7241: Fix intersection bounding so we don't get spurious non-matching crossings. 2016-05-02 17:04:55 -04:00
jbernste
bf08958a45 remove tabs from CHANGES.txt 2016-05-02 11:37:36 -04:00
jbernste
62a28dd0c7 SOLR-8986, SOLR-8925, SOLR-9027: Update CHANGES.txt 2016-05-02 11:23:31 -04:00
Adrien Grand
4fa2b29b20 LUCENE-7262: Leverage index statistics to make DocIdSetBuilder more efficient. 2016-05-02 15:04:27 +02:00
Karl Wright
645889f6b2 LUCENE-7241: Improve ability to find pole. 2016-05-01 11:20:10 -04:00
Karl Wright
ccc9057ea0 LUCENE-7241: Various changes towards making GeoComplexPolygon fully testable. 2016-05-01 09:35:00 -04:00
Karl Wright
7bc4859daf Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-05-01 06:09:51 -04:00
Karl Wright
516fb5d193 LUCENE-7241: Add basic unit tests for intersections and bounds. 2016-05-01 06:09:36 -04:00
Robert Muir
3b9aa4d5cc Improve exception message so you see expected/actual if lock file is messed with 2016-04-30 16:16:24 -04:00
Gregory Chanan
6e2d80d3a8 SOLR-9047: fix windows script 2016-04-29 15:00:01 -07:00
Gregory Chanan
0dec8f9415 SOLR-9047: zkcli should allow alternative locations for log4j configuration 2016-04-29 11:29:24 -07:00
Karl Wright
7ed472fb52 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-04-29 13:33:09 -04:00
Karl Wright
595a55bbb5 LUCENE-7241: Add public functionality for handling large polygons in geo3d. 2016-04-29 13:32:55 -04:00
Chris Hostetter
48f2b2a3bb SOLR-9028: relax the SSLHandshakeException expectation - in some platforms/java# diff IOExceptions are thrown 2016-04-29 09:54:56 -07:00
jbernste
3d3c3fb5fc SOLR-9027: Pull the TermsEnum once for each segment 2016-04-29 11:00:10 -04:00
jbernste
58ad591a64 SOLR-9027: Collect the TermContexts in createWeight 2016-04-29 10:13:37 -04:00
Adrien Grand
f7b333f105 LUCENE-7264: Fix test bug in TestReqExclBulkScorer. 2016-04-29 13:30:00 +02:00
Adrien Grand
aa81ba8642 LUCENE-7264: Fewer conditionals in DocIdSetBuilder. 2016-04-29 10:35:27 +02:00
anshum
54b873c2f9 LUCENE-7265: Fix addVersion to cherry-pick downstream changes by using the change id 2016-04-28 17:33:49 -07:00
Karl Wright
7bc50ec1ee Merge branch 'LUCENE-7241' 2016-04-28 20:00:19 -04:00
Karl Wright
7d33e774c2 Fix javadoc 2016-04-28 19:58:55 -04:00
Karl Wright
31176d1de2 Add more tests, and catch degenerate case early 2016-04-28 19:27:36 -04:00
Karl Wright
da896f803d Finish debugging simple case 2016-04-28 19:20:03 -04:00
Chris Hostetter
791d1e7393 SOLR-9028: Fixed some test related bugs preventing SSL + ClientAuth from ever being tested 2016-04-28 13:18:01 -07:00
yonik
c897917c71 SOLR-9034: fix atomic updates for copyField w/ docValues 2016-04-28 15:52:22 -04:00
Karl Wright
3d7fd5e1df Improve path determination code 2016-04-28 15:09:48 -04:00
jbernste
2c66d4b046 SOLR-9027: GraphTermsQuery optimizations and more explicit handling of non-caching behavior 2016-04-28 13:31:22 -04:00
Karl Wright
72d536cb11 Lots of fixes 2016-04-28 13:14:35 -04:00
Adrien Grand
ef45d4b2e1 LUCENE-7261: Speed up LSBRadixSorter. 2016-04-28 18:20:41 +02:00
Karl Wright
d990d975ac Rewrite tree handling to actually work. 2016-04-28 08:12:42 -04:00
Uwe Schindler
3e6de6059f SOLR-9046: Fix solr.cmd that wrongly assumes Jetty will always listen on 0.0.0.0 2016-04-28 06:05:52 +02:00
Karl Wright
86be6a67db Use more accurate version of inside cutoff planes. 2016-04-27 20:09:06 -04:00
Chris Hostetter
9ab76a1e41 SOLR-9040 / SOLR-4509: Fix default SchemaRegistryProvider so javax.net.ssl.* system properties are respected by default 2016-04-27 15:40:41 -07:00
Karl Wright
f896afc88b Fix initialization bugs that prevented the code from working. 2016-04-27 17:19:30 -04:00
Karl Wright
9dd7921f9d More robust logic for picking the intersection point and path 2016-04-27 13:54:28 -04:00
Robert Muir
ebd120465a LUCENE-7259: speed up MatchingPoints cost estimation 2016-04-27 12:02:27 -04:00
Karl Wright
be0fff05bc Flesh out remaining methods 2016-04-27 08:26:03 -04:00
Christine Poerschke
3b4ec73595 SOLR-9037: replace multiple "/replication" strings with one static constant 2016-04-27 13:09:28 +01:00
Karl Wright
7a4c077454 Finish handling for intersection point 2016-04-27 07:30:07 -04:00
Adrien Grand
c7cdf2832b LUCENE-7257: PointValues aggregated stats fail if the provided field does not have points on one of the leaves. 2016-04-27 11:41:04 +02:00
jbernste
9ce830d8f2 SOLR-8925: Integrate the GraphTermsQuery into the gatherNodes expression 2016-04-26 16:33:26 -04:00
jbernste
d66f5515e6 SOLR-9027: Add GraphTermsQuery to limit traversal on high frequency nodes 2016-04-26 16:33:26 -04:00
Karl Wright
117f79ddd2 Restructure DualCrossing counter so that the plane inside and outside boundaries are used to detect inside and outside crossings. Also identify the case for special treatment of edges lying on the intersection point. 2016-04-26 13:49:47 -04:00
Christine Poerschke
9c69c4cf12 LUCENE-7252: add TestCoreParser.testTermQueryEmptyXML test 2016-04-26 17:41:26 +01:00
Shai Erera
9166647918 SOLR-9016: Fix SolrIdentifierValidator to not accept empty identifiers 2016-04-26 18:20:47 +03:00
Christine Poerschke
9d8fad7a63 Make the static CoreParser.parseXML method package-private instead of private so that it's visible to and can be used by tests. 2016-04-26 15:10:58 +01:00
Noble Paul
506d61abe7 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-04-26 19:24:52 +05:30
Noble Paul
0233765c27 SOLR-9041: 'core-admin-read' and 'core-admin-edit' are well known permissions 2016-04-26 19:24:23 +05:30