Varun Thacker
|
5d6b7fffc3
|
SOLR-9522: Improve error handling in ZKPropertiesWriter
|
2016-09-16 18:47:06 +05:30 |
Alan Woodward
|
5610fd9df2
|
SOLR-9507: Correctly set MDC values for CoreContainer threads
|
2016-09-16 13:33:07 +01:00 |
Noble Paul
|
84e01eb84b
|
shallowMap() should behave like a map. testcase added
|
2016-09-16 17:08:55 +05:30 |
Mike McCandless
|
f65c114e1a
|
Ignore flaky test
|
2016-09-15 18:45:08 -04:00 |
Mike McCandless
|
c79d44f828
|
LUCENE-7439: move CHANGES entry
|
2016-09-15 15:47:04 -04:00 |
Mike McCandless
|
c7fb49d7b5
|
LUCENE-7439: FuzzyQuery now matches all terms within the specified edit distance, even if they are short
|
2016-09-15 14:44:26 -04:00 |
Nicholas Knize
|
ea31811e42
|
fix RangeField tests so they use actual ranges, not just 0 ranges
|
2016-09-15 11:29:57 -05:00 |
Shalin Shekhar Mangar
|
70fd627ca7
|
SOLR-9484: The modify collection API should wait for the modified properties to show up in the cluster state
|
2016-09-15 11:04:48 +05:30 |
Noble Paul
|
5b770b56d0
|
Extract out the ExclusiveSliceProperty as a top level class
|
2016-09-14 12:44:34 +05:30 |
Steve Rowe
|
cd8592c850
|
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:00 -04:00 |
Shalin Shekhar Mangar
|
f670a2c837
|
Adding 6.2.1 version
|
2016-09-13 17:24:40 +05:30 |
Noble Paul
|
652065e14e
|
Merge remote-tracking branch 'origin/master'
|
2016-09-13 17:19:33 +05:30 |
Noble Paul
|
73d4b73042
|
SOLR-9485:Indexfingerprint.fromObject() returns wrong values if object passed was itself of type IndexFingerprint
|
2016-09-13 17:19:12 +05:30 |
Mike McCandless
|
4db3e7b8a7
|
LUCENE-7439: improve test case
|
2016-09-13 05:04:18 -04:00 |
Varun Thacker
|
ef3057e43b
|
SOLR-9408: Fix TreeMergeOutputFormat to add timestamp metadata to commits
|
2016-09-13 10:49:27 +05:30 |
Mike McCandless
|
faf3bc3134
|
LUCENE-7439: clean up FuzzyQuery/FuzzyTermsEnum sources
|
2016-09-12 17:23:24 -04:00 |
Steve Rowe
|
541a8fa13d
|
LUCENE-7425: Port -path and -details options from the Perl version, and a couple other minor cleanups
|
2016-09-12 15:51:33 -04:00 |
Shalin Shekhar Mangar
|
3fe1486683
|
SOLR-9365: Reduce noise in solr logs during graceful shutdown
|
2016-09-13 00:36:12 +05:30 |
Uwe Schindler
|
b39fcc1202
|
LUCENE-7318: Forward port some changes (add StopFilter and LowercaseFilter at their original location)
|
2016-09-12 20:11:30 +02:00 |
Mike McCandless
|
86e4af60f0
|
make test less evil: use FSDirectory for dir copy; use non-random codec
|
2016-09-12 11:08:51 -04:00 |
Steve Rowe
|
36362a2a69
|
LUCENE-7442: MinHashFilter's ctor should validate its args
|
2016-09-12 10:18:29 -04:00 |
Shalin Shekhar Mangar
|
f177a660f5
|
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
|
2016-09-12 17:00:46 +05:30 |
Shalin Shekhar Mangar
|
1a78ab621f
|
SOLR-9319: Move to the right section in CHANGES.txt
|
2016-09-12 06:44:49 +05:30 |
Anshum Gupta
|
a0eae26fad
|
Add 5.5.3 back compat test indexes
|
2016-09-11 14:44:32 -07:00 |
David Smiley
|
d2fcc3dd71
|
SOLR-9494: CollapseQParser's collectors should override needsScores(); can trigger exceptions
Also, field cscore was not needed.
|
2016-09-11 14:29:26 -04:00 |
Mike McCandless
|
03025e6b86
|
LUCENE-7445: fix test bug
|
2016-09-11 13:22:45 -04:00 |
Alexandre Rafalovitch
|
9f3964c9a6
|
SOLR-9498: Remove HDFS props from DIH solrconfigs
|
2016-09-11 23:06:19 +07:00 |
yonik
|
c929d0595c
|
LUCENE-7440: fix MultiLevelSkipListReader overflow
|
2016-09-10 15:58:24 -04:00 |
Chris Hostetter
|
5aedab619a
|
SOLR-9490: Merge remote-tracking branch 'refs/remotes/origin/master'
|
2016-09-09 12:03:50 -07:00 |
Chris Hostetter
|
60ce8d7c54
|
SOLR-9490: Fixed bugs in BoolField that caused it to erroneously return "false" for all docs depending on usage
|
2016-09-09 11:45:09 -07:00 |
anshum
|
0c6651a400
|
Adding empty 5.5.3 section to lucene and solr CHANGES.txt. Will sync this as part of the post-release process for 5.5.3
|
2016-09-09 10:36:19 -07:00 |
Mike McCandless
|
c6ab0e0f1b
|
LUCENE-7436: make constructor and default settings public for MinMashFilter
|
2016-09-09 10:52:37 -04:00 |
David Smiley
|
3966f99821
|
LUCENE-7417: Highlighter WSTE didn't handle single-term MultiPhraseQuery.
Also updated to Java 5 for-each in this method.
|
2016-09-09 10:06:39 -04:00 |
Alan Woodward
|
003a346d50
|
SOLR-9344: Don't reuse port in BasicAuthIntegrationTest
|
2016-09-09 09:02:49 +01:00 |
Shalin Shekhar Mangar
|
0c5c0df6bc
|
SOLR-9488: Shard split can fail to write commit data on shutdown/restart causing replicas to recover without replicating the index
|
2016-09-07 21:06:50 +05:30 |
Alan Woodward
|
ce84a8df12
|
Improve error message to help debug test failures
|
2016-09-07 11:10:28 +01:00 |
Alan Woodward
|
ea85acd7c5
|
SOLR-8181: Remove flaky and redundant TestArbitraryIndexDir
|
2016-09-07 09:19:09 +01:00 |
Alan Woodward
|
d0d893e104
|
SOLR-9344: Move BasicAuthIntegrationTest to SolrCloudTestCase
|
2016-09-07 08:31:08 +01:00 |
Alan Woodward
|
89a91ec99d
|
SOLR-9474: MiniSolrCloudCluster restarts jetties using different ports by default
|
2016-09-06 13:33:36 +01:00 |
Alan Woodward
|
a79a8edbb4
|
SOLR-9469: Allow JettySolrRunner to restart using a different port
|
2016-09-06 13:33:36 +01:00 |
Alan Woodward
|
6390e22e74
|
SOLR-8961: Add a test-the-tests module for solr-test-framework
|
2016-09-06 13:33:36 +01:00 |
Noble Paul
|
1a61fb6858
|
SOLR-9127: Excel workbook (.xlsx) response writer. use 'wt=xlsx'
|
2016-09-06 13:22:18 +05:30 |
Noble Paul
|
ecbb588f97
|
Merge remote-tracking branch 'origin/master'
|
2016-09-06 11:39:32 +05:30 |
Noble Paul
|
6ca9aeb510
|
Refactor out the serialization & deserialization
|
2016-09-06 11:39:04 +05:30 |
Mikhail Khludnev
|
9ac5c1cf14
|
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:54:50 +03:00 |
Uwe Schindler
|
e026ac4fe5
|
SOLR-9460: Fully fix test setup
|
2016-09-03 20:30:30 +02:00 |
Uwe Schindler
|
62f8b8d02a
|
SOLR-9460: Disable test that does not work with Windows
|
2016-09-03 10:48:01 +02:00 |
Mikhail Khludnev
|
ff69d14868
|
SOLR-5725: facet.exists=true caps counts by 1 to make facet.method=enum
faster.
|
2016-09-03 07:24:48 +03:00 |
Christine Poerschke
|
abd4cfb694
|
LUCENE-7433: remove unused LogMergePolicy.SegmentInfoAndLevel.index private member
|
2016-09-02 16:13:30 +01:00 |
Noble Paul
|
c56d832349
|
SOLR-9381: Snitch for freedisk uses '/' instead of 'coreRootDirectory'
|
2016-09-02 17:53:02 +05:30 |