Commit Graph

25367 Commits

Author SHA1 Message Date
Noble Paul 2e101c42ca SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh 2016-06-14 19:43:48 +05:30
Noble Paul ccf2070e53 Merge remote-tracking branch 'origin/master' 2016-06-14 19:38:23 +05:30
Noble Paul 97e696dd50 SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh 2016-06-14 19:37:45 +05:30
Tommaso Teofili 82a9244193 LUCENE-6968 - MinHash filter, thanks to Andy Hind and Cao Manh Dat for patches 2016-06-14 11:49:53 +02:00
Adrien Grand bd7ddb8fbf SOLR-9204: Remove unused imports. 2016-06-14 10:25:23 +02:00
Mike McCandless 5a0321680f LUCENE-7302: ensure IW.getMaxCompletedSequenceNumber only reflects a change after NRT reader refresh would also see it 2016-06-14 04:09:27 -04:00
Steve Rowe 843adfb7ba Address Solr Changes.html problems: 1) In solr/CHANGES.txt, add a 'Versions of Major Components' section to the 6.2.0 and 6.1.0 releases; 2) In addVersion.py: when adding a new version to solr/CHANGES.txt, add a line referring to LUCENE_CHANGES.txt, and add a 'Versions of Major Components' section with versions interpolated from ivy-versions.properties; and 3) In changes2html.pl: allow section names to have up to 6 words (to handle 'Upgrading from Solr any prior release') 2016-06-13 20:13:14 -04:00
Steve Rowe a2a1bd2a4a LUCENE-7338: Fix javadocs package and overview description section anchor names to the Java8 style: s/*_description/*.description/ 2016-06-13 16:10:49 -04:00
markrmiller 08c14f1356 SOLR-9204: Improve performance of getting directory size with hdfs. 2016-06-13 12:22:50 -04:00
Adrien Grand 72914198e6 LUCENE-7330: Speed up conjunctions. 2016-06-13 17:27:44 +02:00
Adrien Grand af2ae05d6e LUCENE-7329: Simplify CharacterUtils. 2016-06-13 15:24:22 +02:00
Adrien Grand 5e2677e0fb LUCENE-7319: Remove more unused imports. 2016-06-13 15:24:10 +02:00
Christine Poerschke 038fe9378d SOLR-9161: change SolrPluginUtils.invokeSetters implementation to accommodate setter variants 2016-06-13 13:05:08 +01:00
Christine Poerschke 95c7e6d716 LUCENE-7319: remove one more unused import 2016-06-13 11:11:02 +01:00
Christine Poerschke c8911ccc77 LUCENE-7320: fail precommit on unusedImport 2016-06-13 10:44:30 +01:00
Christine Poerschke 52f5c50246 LUCENE-7319: remove unused imports 2016-06-13 09:59:14 +01:00
Mike McCandless b9ded92295 don't use MockDirectoryWrapper here: it can cause testThreadSafety thread starvation so test times out after 2 hours 2016-06-13 04:42:11 -04:00
Mikhail Khludnev fce10ae109 SOLR-2199: DataImportHandler (DIH) JdbcDataSource supports multiple resultsets per query 2016-06-13 00:11:27 +03:00
Mike McCandless 664e39292b LUCENE-5931: detect when segments were (illegally) replaced when re-opening an IndexReader 2016-06-12 16:56:54 -04:00
Uwe Schindler 02c65547e2 LUCENE-7334: Update ASM dependency to 5.1 2016-06-12 14:20:56 +02:00
Noble Paul 232b44e283 SOLR-8744: Minimize the impact on ZK when there are a lot of blocked tasks 2016-06-12 13:11:07 +05:30
Erick Erickson 844ca4a348 SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields 2016-06-11 17:38:19 -07:00
Erick Erickson 79d1b8c227 SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields 2016-06-11 17:33:25 -07:00
Mike McCandless 32c8dfaad5 LUCENE-7302: move CHANGES entry to the right place 2016-06-11 15:39:14 -04:00
Mike McCandless 8bd27977dd LUCENE-6766: add changes 2016-06-11 11:50:47 -04:00
Uwe Schindler cc7cede7a5 LUCENE-7333: Fix test bug where randomSimpleString() generated a filename that is a reserved device name on Windows 2016-06-11 11:31:12 +02:00
Nicholas Knize c0f047abc0 remove unused GeoPointTestUtil 2016-06-10 12:53:07 -05:00
Nicholas Knize f767855da3 LUCENE-7331: Remove GeoPointTestUtil from TestGeoPointQuery. 2016-06-10 12:49:52 -05:00
David Smiley b33d7176aa LUCENE-7291: Fix spatial HeatmapFacetCounter bug with dateline and large non-point shapes 2016-06-10 13:36:07 -04:00
Nicholas Knize e4db256d3f LUCENE-7328: Remove LegacyNumericEncoding from GeoPointField 2016-06-10 11:41:06 -05:00
Mike McCandless 816fae9622 LUCENE-7326: don't use postings format by name in this test 2016-06-10 11:57:41 -04:00
Alan Woodward 0eacfe87c2 SOLR-9176: Fix facet method fallback selection 2016-06-10 15:40:25 +01:00
Mike McCandless a923d945b4 LUCENE-7327: fix rare test bug 2016-06-10 10:18:01 -04:00
Adrien Grand e418bd0eb3 LUCENE-7286: Added support for highlighting SynonymQuery. 2016-06-10 09:11:15 +02:00
Steve Rowe 3871439976 SOLR-8812: edismax: turn off mm processing if no explicit mm spec is provided and there are explicit operators (except for AND) - addresses problems caused by SOLR-2649 2016-06-10 02:29:26 -04:00
Mike McCandless 963206969e LatLonPoint no longer needs to fork core's PointRangeQuery 2016-06-09 19:22:24 -04:00
Gregory Chanan d55cc8f293 SOLR-9199: ZkController#publishAndWaitForDownStates logic is inefficient 2016-06-09 13:24:29 -07:00
Mike McCandless 067fb25e43 LUCENE-7323: compound file writing now verifies checksum and segment ID for the incoming sub-files, to catch hardware issues or filesystem bugs earlier 2016-06-09 14:48:58 -04:00
Scott Blum 7e86ba8c73 SOLR-9191: use a Predicate instead of a Function 2016-06-09 13:57:11 -04:00
Adrien Grand 09fd65b015 LUCENE-4787: Fixed some highlighting javadocs. 2016-06-09 16:17:25 +02:00
Adrien Grand 3de727786d LUCENE-6662: Fixed typo in the CHANGES entry. 2016-06-09 15:50:08 +02:00
Adrien Grand b6c6d5e9ff LUCENE-6662: Fixd potential resource leaks. 2016-06-09 15:48:10 +02:00
Noble Paul 98f7ab5137 Merge remote-tracking branch 'origin/master' 2016-06-09 11:47:23 +05:30
Noble Paul 84c6e9a477 SOLR-7123: echo shows wrong output, and added a test for multi level nesting 2016-06-09 11:47:04 +05:30
Noble Paul fdf2bbbdb1 SOLR-7123: echo shows wrong output, and added a test for multi level nesting 2016-06-09 11:34:06 +05:30
Scott Blum ed2621de84 SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed 2016-06-09 00:59:03 -04:00
Steve Rowe 6c0331b830 CHANGES.txt-s: Move issues released with 6.0.1 into the 6.0.1 sections 2016-06-08 17:01:58 -04:00
Noble Paul be01109744 SOLR-9198: config APIs unable to add multiple values with same name 2016-06-09 00:32:35 +05:30
Steve Rowe 86c053dd10 SOLR-9107: When creating a randomized SSL test config, 100% effective odds of using SSL and/or client auth should never be trumped by chance. 2016-06-08 14:39:01 -04:00
Adrien Grand 18ac2978a9 Add Version.LUCENE_6_2_0. 2016-06-08 14:33:49 +02:00