Commit Graph

26067 Commits

Author SHA1 Message Date
yonik 61a6072573 SOLR-9324: move changes entry to 6.4 2016-11-17 16:49:50 -05:00
Hrishikesh Gadre f084e658b7 SOLR-9324 Fix TestSolrCloudWithSecureImpersonation#testForwarding 2016-11-17 15:05:47 -05:00
Uwe Schindler 6428772aa2 SOLR-9460: Fully fix test setup 2016-11-17 15:05:46 -05:00
Uwe Schindler 225198a2b7 SOLR-9460: Disable test that does not work with Windows 2016-11-17 15:05:46 -05:00
Gregory Chanan 8659fe1cce SOLR-9324: Fix local host test assumptions 2016-11-17 15:05:46 -05:00
Gregory Chanan f78f698ab0 SOLR-9324: Support Secure Impersonation / Proxy User for solr authentication
Conflicts:
	solr/CHANGES.txt
	solr/core/src/java/org/apache/solr/security/KerberosPlugin.java
2016-11-17 15:05:46 -05:00
Steve Rowe 722e77a69d LUCENE-7542: Release smoker should fail when CHANGES.txt has a release section for a future release 2016-11-17 12:59:11 -05:00
David Smiley 06ee34c682 LUCENE-7559: fix indentation of entire file
(cherry picked from commit cbc8392)
2016-11-17 11:25:36 -05:00
David Smiley 23b8bb6693 LUCENE-7559: UnifiedHighlighter: Increase Passage visibility
(cherry picked from commit c51e890)
2016-11-17 11:25:12 -05:00
yonik e525cca017 SOLR-9772: reuse comparator when deriving fieldSortValues 2016-11-17 10:57:02 -05:00
Steve Rowe 4fedb640ab LUCENE-7564: AnalyzingInfixSuggester should close its IndexWriter by default at the end of build() 2016-11-16 18:04:13 -05:00
Erick Erickson 8bd4ad36c5 SOLR-9606: Change hard-coded keysize from 512 to 1024
(cherry picked from commit e402a30)
2016-11-16 13:36:53 -08:00
Mike McCandless 2e821eac27 add basic sorted index bwc test 2016-11-16 11:54:22 -05:00
Mike McCandless 64b9eefaa9 LUCENE-7537: fix some 6.x backport issues 2016-11-16 10:37:02 -05:00
Mike McCandless e357f957f3 LUCENE-7537: Index time sorting now supports multi-valued sorts using selectors (MIN, MAX, etc.) 2016-11-16 10:37:02 -05:00
markrmiller 6962381180 SOLR-9284: Reduce off heap cache size. 2016-11-16 10:12:08 -05:00
Mike McCandless 55f10e9060 LUCENE-7560: make QueryBuilder.createFieldQuery not final anymore 2016-11-16 06:13:31 -05:00
Mike McCandless 348854638d LUCENE-7652: improve BasePostingsFormatTestCase with a level 2 ghost test 2016-11-16 05:18:39 -05:00
Mike McCandless 42459a036d LUCENE-7562: don't throw NPE when encountering a level 2 ghost field 2016-11-16 04:54:16 -05:00
Kevin Risden 8c7decb4c0 SOLR-9597: Add setReadOnly(String ...) to ConnectionImpl 2016-11-15 21:35:09 -06:00
Kevin Risden 8af0223812 SOLR-9729: JDBCStream improvements 2016-11-15 21:07:10 -06:00
Kevin Risden e3db9f3b8a SOLR-9077: Streaming expressions should support collection alias 2016-11-15 20:45:19 -06:00
Kevin Risden ead40a9e00 SOLR-9666: SolrJ LukeResponse support dynamic fields 2016-11-15 18:58:54 -06:00
David Smiley 0790c34cc5 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.
(cherry picked from commit 7af454a)
2016-11-15 16:18:29 -05:00
Chris Hostetter 38a67e25ae 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

(cherry picked from commit 280cbfd8fb)
2016-11-15 12:25:15 -07:00
markrmiller b90b4dc694 SOLR-9284: Reduce off heap cache size and fix test asserts. 2016-11-15 11:05:20 -05:00
markrmiller 3d91016014 SOLR-9284: The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely. 2016-11-15 05:19:16 -05:00
Shalin Shekhar Mangar eedc284c4d SOLR-9736: Solr resolves the collection name against the first available leader or first replica of the first slice
(cherry picked from commit 0d290ae)
2016-11-15 14:19:18 +05:30
Shalin Shekhar Mangar d3420c31a9 SOLR-9633: Fix issue number in CHANGES.txt
(cherry picked from commit b57a5e4)
2016-11-15 11:07:45 +05:30
Shalin Shekhar Mangar 53dad4f0d1 SOLR-9366: Limit memory consumed by FastLRUCache with a new 'maxRamMB' config parameter
(cherry picked from commit 487b097)
2016-11-15 11:00:52 +05:30
Steve Rowe 8989c77478 SOLR-9751: PreAnalyzedField can cause managed schema corruption 2016-11-14 19:18:23 -05:00
Erick Erickson 375dd323a7 SOLR-9166: Export handler returns zero for numeric fields that are not in the original doc 2016-11-14 06:46:44 -08:00
Christine Poerschke 3e37f4294a Fix arg order in CommonParamsTest's assertEquals. 2016-11-14 12:36:15 +00:00
Mike McCandless 3046f86ce7 LUCENE-6664: add getter 2016-11-14 06:33:34 -05:00
Noble Paul 3147c5c423 SOLR-9718: replace assert and assertTrue() to assertEquals() 2016-11-14 12:43:14 +05:30
Noble Paul a32b049598 SOLR-9718: replace assert and assertTrue() to assertEquals() 2016-11-14 12:35:36 +05:30
Mike McCandless 6d95207685 don't use BooleanSimilarity in RandomSimilarity 2016-11-13 18:41:39 -05:00
Mike McCandless 48a724c77b Revert the last change so we continue using randomize similarity for this test. 2016-11-13 18:37:04 -05:00
Mike McCandless 9a5356462f Revert the last change so we continue using randomize similarity for this test. 2016-11-13 18:36:47 -05:00
Mike McCandless e729e9dc5b Revert the last change so we continue using randomize similarity for this test. 2016-11-13 18:36:29 -05:00
Mike McCandless 486f253713 Revert the last change so we continue using randomize similarity for this test. 2016-11-13 18:36:11 -05:00
Mike McCandless a5a94daf26 Revert the last change so we continue using randomize similarity for this test. 2016-11-13 18:35:54 -05:00
Mike McCandless 3fe3188553 Revert the last change so we continue using randomize similarity for this test. 2016-11-13 18:35:01 -05:00
Mike McCandless 235b80f599 LUCENE-7555: use BM25Similarity for this test 2016-11-12 17:43:06 -05:00
Mike McCandless 151ebd4da8 LUCENE-7554: use BM25Similarity for this test 2016-11-12 13:33:10 -05:00
Mike McCandless f58988c03e LUCENE-7556: use BM25Similarity for this test 2016-11-12 13:30:50 -05:00
Mike McCandless 212764bbe5 LUCENE-7555: use BM25Similarity for this test 2016-11-12 10:56:40 -05:00
Mike McCandless d64a634782 LUCENE-7558: use BM25Similarity for this test 2016-11-12 10:53:41 -05:00
Mike McCandless 8466cc77ba LUCENE-7557: use BM25Similarity for this test 2016-11-12 10:43:45 -05:00
Mikhail Khludnev fb4abd605d LUCENE-7534: fix smokeTestRelease.py to work on Cygwin 2016-11-11 21:20:14 +00:00