Commit Graph

25828 Commits

Author SHA1 Message Date
Jan Høydahl 09d399791a SOLR-8080: bin/solr start script now exits with informative message if using wrong Java version
(cherry picked from commit 4574cb8)
2016-09-20 10:58:34 +02:00
Uwe Schindler b67a062f9d LUCENE-7292: Fix build to use "--release 8" instead of "-release 8" on Java 9 (this changed with recent EA build b135) 2016-09-20 00:03:04 +02:00
Alan Woodward f96017d9e1 SOLR-9512: CloudSolrClient tries other replicas if a cached leader is down 2016-09-19 15:30:48 +01:00
Noble Paul 1a3bacfc0f SOLR-9502: ResponseWriters should natively support MapSerializable 2016-09-19 17:48:24 +05:30
Noble Paul 924e2da5e3 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-09-17 13:02:32 +05:30
Noble Paul 68d9d97510 SOLR-9523: Refactor CoreAdminOperation into smaller classes 2016-09-17 13:02:09 +05:30
Varun Thacker e8eadedb85 SOLR-9451: Make clusterstatus command logging less verbose 2016-09-16 19:26:40 +05:30
Mike McCandless 3808002610 make test less evil: don't use random codec, even for the last IndexWriter 2016-09-16 09:54:40 -04:00
Varun Thacker f728a646f3 SOLR-9522: Improve error handling in ZKPropertiesWriter 2016-09-16 19:03:37 +05:30
Alan Woodward 8352ff21cd SOLR-9507: Correctly set MDC values for CoreContainer threads 2016-09-16 13:33:51 +01:00
Noble Paul e55b6f4991 shallowMap() should behave like a map. testcase added 2016-09-16 17:10:15 +05:30
Mike McCandless 526551ff2a Ignore flaky test 2016-09-15 18:44:47 -04:00
Mike McCandless 471f90cf82 LUCENE-7439: FuzzyQuery now matches all terms within the specified edit distance, even if they are short 2016-09-15 15:45:41 -04:00
Nicholas Knize bd9962aba6 fix RangeField tests so they use actual ranges, not just 0 ranges 2016-09-15 12:27:38 -05:00
Shalin Shekhar Mangar 34b1f65c4d SOLR-9484: The modify collection API should wait for the modified properties to show up in the cluster state
(cherry picked from commit 70fd627)
2016-09-15 11:05:31 +05:30
Shalin Shekhar Mangar 375aea8286 Add 5.5.3 back compat test indexes 2016-09-15 01:12:09 +05:30
Shalin Shekhar Mangar f87a677dc7 Adding version 5.5.3 2016-09-15 01:09:55 +05:30
Noble Paul 82af82c50f Extract out the ExclusiveSliceProperty as a top level class 2016-09-14 12:43:27 +05:30
Steve Rowe 5d65deca53 LUCENE-7446: don't ask about version back-compatibility when we know it's not applicable (i.e., the version to be added is greater than the latest on the branch) 2016-09-13 11:25:22 -04:00
Shalin Shekhar Mangar ce1f0d912d Adding 6.2.1 version 2016-09-13 17:21:57 +05:30
Noble Paul da358bafd6 SOLR-9485:Indexfingerprint.fromObject() returns wrong values if object passed was itself of type IndexFingerprint 2016-09-13 17:21:12 +05:30
Mike McCandless ba085d4c84 LUCENE-7439: back port test case to 6.x 2016-09-13 05:22:07 -04:00
Varun Thacker 08453fb7f0 SOLR-9408: Fix TreeMergeOutputFormat to add timestamp metadata to commits 2016-09-13 10:51:50 +05:30
Steve Rowe ab5afedd55 LUCENE-7425: Port -path and -details options from the Perl version, and a couple other minor cleanups 2016-09-12 15:51:15 -04:00
Shalin Shekhar Mangar 47a8550208 SOLR-9365: Reduce noise in solr logs during graceful shutdown
(cherry picked from commit 3fe1486)
2016-09-13 00:36:50 +05:30
Uwe Schindler 89f03655e3 LUCENE-7318: Fix backwards compatibility issues around StandardAnalyzer and its components, introduced with Lucene 6.2.0. The moved classes were restored in their original packages: LowercaseFilter and StopFilter, as well as several utility classes 2016-09-12 19:47:28 +02:00
Mike McCandless 9d08913ddc make test less evil: use FSDirectory for dir copy; use non-random codec 2016-09-12 11:08:27 -04:00
Steve Rowe 6fb22fcf55 LUCENE-7442: MinHashFilter's ctor should validate its args 2016-09-12 10:18:59 -04:00
Shalin Shekhar Mangar 1b03c94039 SOLR-9438: Shard split can be marked successful and sub-shard states switched to 'active' even when one or more sub-shards replicas do not recover due to the leader crashing or restarting between the time the replicas are created and before they can recover
(cherry picked from commit f177a66)
2016-09-12 17:08:40 +05:30
Alan Woodward 66a51b76b3 SOLR-9344: Allow multiple HttpClientConfigurers to be set on HttpClientUtil 2016-09-12 09:08:35 +01:00
Shalin Shekhar Mangar b5f5bb10ac SOLR-9319: Move to the right section in CHANGES.txt
(cherry picked from commit 1a78ab6)
2016-09-12 06:45:37 +05:30
David Smiley a029c8ede6 SOLR-9494: CollapseQParser's collectors should override needsScores(); can trigger exceptions
Also, field cscore was not needed.

(cherry picked from commit d2fcc3d)
2016-09-11 14:30:38 -04:00
Mike McCandless 3cfe547f5b LUCENE-7445: fix test bug 2016-09-11 13:22:19 -04:00
Alexandre Rafalovitch ed76437703 SOLR-9498: Remove HDFS props from DIH solrconfigs
(cherry picked from commit 9f3964c9a6)
2016-09-11 23:23:17 +07:00
yonik cf72eebf75 LUCENE-7440: fix MultiLevelSkipListReader overflow 2016-09-10 15:58:53 -04:00
Chris Hostetter d59715f14b SOLR-9490: Fixed bugs in BoolField that caused it to erroneously return "false" for all docs depending on usage
(cherry picked from commit 60ce8d7c54)
2016-09-09 11:58:02 -07:00
Mike McCandless 7834fc1d5d LUCENE-7436: make constructor and default settings public for MinMashFilter 2016-09-09 10:53:09 -04:00
David Smiley 514bb1bbc1 LUCENE-7417: Highlighter WSTE didn't handle single-term MultiPhraseQuery.
Also updated to Java 5 for-each in this method.

(cherry picked from commit 3966f99)
2016-09-09 10:36:29 -04:00
Alan Woodward a0dcf389b2 SOLR-9344: Don't reuse port in BasicAuthIntegrationTest 2016-09-09 09:03:37 +01:00
Shalin Shekhar Mangar 7370407d22 SOLR-9488: Shard split can fail to write commit data on shutdown/restart causing replicas to recover without replicating the index
(cherry picked from commit 0c5c0df)
2016-09-07 21:07:57 +05:30
Alan Woodward b4a22a72c3 SOLR-8181: Remove flaky and redundant TestArbitraryIndexDir 2016-09-07 09:19:21 +01:00
Alan Woodward 5b0bf4ab74 SOLR-9344: Move BasicAuthIntegrationTest to SolrCloudTestCase 2016-09-07 09:17:52 +01:00
Alan Woodward 53c37dc9a5 SOLR-9474: MiniSolrCloudCluster restarts jetties using different ports by default 2016-09-06 13:34:33 +01:00
Alan Woodward 54300e4a9b SOLR-9469: Allow JettySolrRunner to restart using a different port 2016-09-06 13:34:26 +01:00
Alan Woodward d8a2600cc6 SOLR-8961: Add a test-the-tests module for solr-test-framework 2016-09-06 13:34:19 +01:00
Noble Paul 932c436d07 SOLR-9127: Excel workbook (.xlsx) response writer. use 'wt=xlsx' 2016-09-06 13:23:29 +05:30
Noble Paul b32de1ec7f Refactor out the serialization & deserialization 2016-09-06 11:42:35 +05:30
Mikhail Khludnev c61ee3346c FOLR-5725: test fix for miserable differnce between cloud and non-cloud
facets - when facet.limit=0&facet.missing=true the former responds with
missing counts, but later doesn't.
2016-09-03 23:55:55 +03:00
Mikhail Khludnev ba380500f9 SOLR-5725: facet.exists=true caps counts by 1 to make facet.method=enum
faster.
2016-09-03 08:12:36 +03:00
Christine Poerschke 32cd49c11e LUCENE-7433: remove unused LogMergePolicy.SegmentInfoAndLevel.index private member 2016-09-02 16:53:54 +01:00