Commit Graph

25390 Commits

Author SHA1 Message Date
Adrien Grand 894a8b275c LUCENE-7322: Remove CompressionTools. 2016-06-20 09:21:30 +02:00
Noble Paul bd9005d562 SOLR-8995: replace SAM implementations with lambda 2016-06-20 11:11:18 +05:30
Uwe Schindler 0179b3fb2d LUCENE-7346: Update forbiddenapis to version 2.2 2016-06-19 21:27:34 +02:00
Robert Muir 0aec9dd248 LUCENE-7345: Fix more bugs in horrible test 2016-06-19 11:36:40 -04:00
Robert Muir 918acdfbc5 LUCENE-7345: fix test bug so jenkins isn't on fire anymore 2016-06-19 11:11:24 -04:00
Mike McCandless 4fae4184fd fix test bug: use an FSDirectory when there are too many docs 2016-06-19 06:03:29 -04:00
Steve Rowe 2d96fe17d6 SOLR-9220: Disable failing tests 2016-06-18 16:10:37 -04:00
Uwe Schindler a7f89cd843 SOLR-8981: Add changes entry 2016-06-18 19:27:39 +02:00
Uwe Schindler 19cb7404f5 SOLR-8981: Update TIKA to 1.13:
- This commit merges branch 'SOLR-8981' of https://github.com/tballison/lucene-solr
- Adds some modifications and reverts jackcess-encrypt addition (not yet working)
- Fixes order of ivy-versions.properties
- This closes #44
2016-06-18 12:23:28 +02:00
tballison dd09f0f42b SOLR-8981 add jackcess-encrypt 2016-06-17 15:32:19 -04:00
Mike McCandless 2cd77c735a fix test bug: we cannot rely on relative importance of 'shorter document' and 'higher term freq' to the similarity's scoring 2016-06-17 15:31:49 -04:00
tballison 785bebbcbd SOLR-8981 remove "don't test with java-9" commands; fix bug introduced by TIKA-995 -- doubling of body elements in HTML tags; add copyright info for Jackcess. 2016-06-17 14:40:21 -04:00
tballison 31c091b485 SOLR-8981 clean up new lines, upgrade isoparser, add notice in CHANGES.txt 2016-06-17 09:47:53 -04:00
Adrien Grand 90c544f6ba Add 6.1.0 indices to TestBackwardsCompatibility. 2016-06-17 14:39:53 +02:00
Mike McCandless 55fc01bc45 LUCENE-7335: IW's commit data is now late binding 2016-06-17 05:39:50 -04:00
tballison 1706b92790 SOLR-8981 clean up license and sha1 info 2016-06-16 15:36:52 -04:00
Steve Rowe a4455a4b14 LUCENE-6439: IntelliJ config 2016-06-16 12:58:40 -04:00
tballison ba0e717034 SOLR-8981 upgrade to Tika 1.13 2016-06-16 12:56:45 -04:00
Christine Poerschke 651499c82d SOLR-9195: remove unnecessary allocation and null check in UpdateRequestProcessorChain.getReqProcessors 2016-06-15 12:12:23 +01:00
Mike McCandless 87016b5f0c LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig 2016-06-14 16:38:04 -04:00
Mike McCandless a893c64595 LUCENE-6171: pass the StandardOpenOption.CREATE_NEW so the filesystem ensures Lucene really is write-once 2016-06-14 15:15:57 -04:00
Noble Paul 5eabffc797 SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh 2016-06-14 20:08:08 +05:30
Noble Paul 5ee4e8a614 SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh 2016-06-14 19:47:18 +05:30
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