Commit Graph

9535 Commits

Author SHA1 Message Date
David Smiley 2e948fea30 LUCENE-7575: Add UnifiedHighlighter field matcher predicate (AKA requireFieldMatch=false) 2016-12-05 16:11:57 -05:00
Mike McCandless bd8b191505 LUCENE-7563: remove redundant array copy in PackedIndexTree.clone 2016-12-05 06:45:16 -05:00
Mike McCandless 5e8db2e068 LUCENE-7563: use a compressed format for the in-heap BKD index 2016-12-04 05:18:04 -05:00
Mike McCandless 8cbcbc9d95 LUCENE-7576: fix other codecs to detect when special case automaton is passed to Terms.intersect 2016-12-02 17:42:50 -05:00
Mike McCandless 58476b1675 improve IW javadocs 2016-12-02 15:31:01 -05:00
Mike McCandless fcccd317dd LUCENE-7576: detect when special case automaton is passed to Terms.intersect 2016-12-02 15:26:04 -05:00
Anshum Gupta c61268f7cd SOLR-9819: Upgrade Apache commons-fileupload to 1.3.2, fixing a security vulnerability 2016-12-02 12:14:35 -08:00
Shalin Shekhar Mangar 5228c8e140 SOLR-9801: Upgrade jetty to 9.3.14.v20161028 2016-11-26 00:51:03 +05:30
Adrien Grand d0b5d41f5c LUCENE-7574: Fix more index sorting test failures. 2016-11-25 16:24:00 +01:00
Tommaso Teofili 96489d2384 SOLR-8871 - adjusted header positioning 2016-11-24 23:46:20 +01:00
Adrien Grand be74f4f7a7 LUCENE-7569: Fix index sorting test failures. 2016-11-24 14:10:19 +01:00
Mike McCandless 21735161dc LUCENE-7568: Optimize merging when index sorting is used but the index is already sorted 2016-11-22 14:10:16 -05:00
Shalin Shekhar Mangar ff6da66601 SOLR-8785: Use Dropwizard Metrics library for core metrics 2016-11-22 14:37:33 +05:30
Steve Rowe c5aa9b9ada LUCENE-7543: Parse DOAP RDF files with Ant <xmlproperty> rather than Perl XML::Simple 2016-11-21 20:48:32 -05:00
Steve Rowe 33ff6cde9b LUCENE-7543: Make changes-to-html target an offline operation, by moving the Lucene and Solr DOAP RDF files into the Git source repository under dev-tools/doap/ and then pulling release dates from those files, rather than from JIRA. 2016-11-21 16:47:54 -05:00
Mike McCandless bb3278dd17 LUCENE-7560: make QueryBuilder.analyzeXXX methods protected 2016-11-21 06:29:33 -05:00
yonik b426838e8f LUCENE-7567: don't clone BooleanClause in builder 2016-11-20 22:56:38 -05:00
Tommaso Teofili c3f172a408 LUCENE-7466 - adjusted changes.txt to reflect added axiomatic sim 2016-11-20 14:21:42 +01:00
Tommaso Teofili 4236da27d1 LUCENE-7466 - added axiomatic similarity, patch from Peilin Yang 2016-11-19 08:28:25 +01:00
Mike McCandless 5e062d209a make PrimaryNode's IndexWriter protected 2016-11-18 06:22:56 -05:00
Adrien Grand 6d540b9d7a LUCENE-7536: ASCIIFoldingFilterFactory.getMultiTermComponent can emit two tokens. 2016-11-18 10:07:09 +01:00
Steve Rowe 8938c9f3d0 LUCENE-7533: Classic query parser: disallow autoGeneratePhraseQueries=true when splitOnWhitespace=false (and vice-versa). 2016-11-17 19:18:18 -05:00
David Smiley cbc83929e7 LUCENE-7559: fix indentation of entire file 2016-11-17 11:23:40 -05:00
David Smiley c51e89014a LUCENE-7559: UnifiedHighlighter: Increase Passage visibility 2016-11-17 11:19:54 -05:00
Steve Rowe f9a0693bf9 LUCENE-7564: AnalyzingInfixSuggester should close its IndexWriter by default at the end of build() 2016-11-16 18:03:51 -05:00
Mike McCandless 774e31b6dd add basic sorted index bwc test 2016-11-16 11:55:29 -05:00
Mike McCandless d675518da4 LUCENE-7560: make QueryBuilder.createFieldQuery not final anymore 2016-11-16 06:10:25 -05:00
Mike McCandless 24b5a624bb LUCENE-7652: improve BasePostingsFormatTestCase with a level 2 ghost test 2016-11-16 05:19:05 -05:00
Mike McCandless 6ec68ddbe0 LUCENE-7562: don't throw NPE when encountering a level 2 ghost field 2016-11-16 04:53:50 -05:00
Mike McCandless 6c3c6bc379 LUCENE-7537: Index time sorting now supports multi-valued sorts using selectors (MIN, MAX, etc.) 2016-11-15 16:22:51 -05:00
David Smiley 7af454ad76 LUCENE-7526: UnifiedHighlighter: enhance MTQ passage relevancy. TokenStreamFromTermVector isn't used by the UH anymore. Refactor AnalysisOffsetStrategy into TokenStream and MemoryIndex strategies, and related refactorings from that. 2016-11-15 16:16:46 -05:00
Chris Hostetter 280cbfd8fb LUCENE-7387: fix defaultCodec in build.xml to account for the line ending
this not only fixes the link in the javadoc to be correct, but also gets precommit working with ant 1.9.6
2016-11-15 12:24:54 -07:00
Adrien Grand 212b1d8462 LUCENE-7461: Refactor doc values queries to leverage the new iterator API. 2016-11-15 14:55:46 +01:00
Mike McCandless a86f807685 LUCENE-6664: add getter 2016-11-14 06:33:11 -05:00
Mike McCandless c0f9bdf3c3 don't use BooleanSimilarity in RandomSimilarity 2016-11-13 18:41:18 -05:00
Mike McCandless 4a47c5720d Revert the last change so we continue using randomize similarity for this test. 2016-11-13 17:15:13 -05:00
Mike McCandless 4619727f8a Revert the last change so we continue using randomize similarity for this test. 2016-11-13 17:14:21 -05:00
Mike McCandless 8104468de4 Revert the last change so we continue using randomize similarity for this test. 2016-11-13 17:13:06 -05:00
Mike McCandless 8fa08f6d32 Revert the last change so we continue using randomize similarity for this test. 2016-11-13 17:12:07 -05:00
Mike McCandless 672d7e013e LUCENE-7554: use BM25Similarity for this test 2016-11-12 13:32:48 -05:00
Mike McCandless 7523d580ed LUCENE-7556: use BM25Similarity for this test 2016-11-12 13:31:14 -05:00
Mike McCandless 4d9451034d LUCENE-7558: use BM25Similarity for this test 2016-11-12 10:53:14 -05:00
Mike McCandless b0c43d5fd8 LUCENE-7557: use BM25Similarity for this test 2016-11-12 10:44:56 -05:00
Mikhail Khludnev a209c4e8c2 LUCENE-7534: fix smokeTestRelease.py to work on Cygwin 2016-11-11 19:37:16 +00:00
Mike McCandless bd6c0523c2 LUCENE-7547: close the dictionary file so we don't leak file handles 2016-11-11 13:42:06 -05:00
David Smiley 77605fe7b7 LUCENE-7546: people.apache.org -> home.apache.org 2016-11-11 13:00:37 -05:00
Adrien Grand c4c5e868d2 LUCENE-7531: Removed packing support from FST. 2016-11-10 15:01:49 +01:00
Adrien Grand 6b9f11311a LUCENE-7524: More detailed explanation of idf. 2016-11-10 15:01:49 +01:00
Adrien Grand 3e15233b23 LUCENE-5867: Add a BooleanSimilarity. 2016-11-10 15:01:49 +01:00
Adrien Grand c415bc8d1d LUCENE-7545: Dense norms/doc-values should not consume memory for the IW buffer. 2016-11-10 14:04:15 +01:00