Commit Graph

25067 Commits

Author SHA1 Message Date
jbernste fc6c24a9d4 SOLR-9059: NPE in SolrClientCache following collection reload 2016-05-03 13:04:21 -04:00
Noble Paul 184da9982c added a couple of extra methods 2016-05-03 20:34:36 +05:30
Jan Høydahl 0ebe6b0f79 SOLR-9053: Upgrade commons-fileupload to 1.3.1, fixing a potential vulnerability 2016-05-03 13:36:06 +02:00
Mike McCandless b0b8d5795e LUCENE-7269: also handle annoying schema ghost corner case where number of docs with points in a segment is 0 2016-05-03 07:31:11 -04:00
Karl Wright a492117576 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-05-03 06:46:01 -04:00
Karl Wright 9e09c5cbb0 LUCENE-7241: Fix large polygon test point logic to deal properly with holes. 2016-05-03 06:45:53 -04:00
Noble Paul cf16f5d13d SOLR-9049: RuleBasedAuthorizationPlugin supports regex in param values eg: "command" : "REGEX:(i?)create" 2016-05-03 15:56:25 +05:30
Christine Poerschke 2fe824fd6e LUCENE-7263: Make queryparser/xml/CoreParser's SpanQueryBuilderFactory accessible to deriving classes. (Daniel Collins via Christine Poerschke) 2016-05-03 10:05:02 +01:00
Karl Wright 21b87bc7c4 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-05-03 02:08:10 -04:00
Karl Wright 39e8e76c44 LUCENE-7241: Another round of tree debugging, and hook large polygons up to the random tester. 2016-05-03 02:07:59 -04:00
David Smiley 91153b9627 LUCENE-7262: Fix NPE, this should lazy-init in start() 2016-05-02 22:39:32 -04:00
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