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
Uwe Schindler
d9c0f2c6b9
SOLR-9444: Fix path usage for cloud backup/restore
...
Merge branch 'SOLR-9444_fix' of https://github.com/hgadre/lucene-solr
This closes #74
2016-09-02 14:15:09 +02:00
Noble Paul
e203c9af95
SOLR-9319: DELETEREPLICA can accept a 'count' and remove appropriate replicas
2016-09-02 09:27:43 +05:30
Hrishikesh Gadre
e138462a82
[SOLR-9444] Fix path usage for cloud backup/restore
...
- Refactored code using URI.getPath() API to use URI instance
uniformly.
- During serialization of URI instance, used toASCIIString() API
to generate the appropriate String representation.
- Updated the unit test to use whitespaces in the backup directory path
2016-09-01 16:28:19 -07:00
Noble Paul
e13f7aeafa
SOLR-9461: DELETENODE, REPLACENODE should pass down the 'async' param to subcommands
2016-09-01 18:03:59 +05:30
David Smiley
6a4184c674
SOLR-9142: rename FFPByHashNumeric to FFPByHashDV as it's not just for numerics anymore
2016-08-31 16:56:21 -04:00
David Smiley
7b5df8a103
SOLR-9142: json.facet: new method=dvhash which works on terms. Also:
...
(1) method=stream now requires you set sort=index asc to work
(2) faceting on numerics with prefix or mincount=0 will give you an error
(3) refactored similar findTopSlots into one common one in FacetFieldProcessor
(4) new DocSet.collectSortedDocSet utility
2016-08-31 16:54:24 -04:00
Noble Paul
23825b2480
SOLR-9452: Altered javadocs to reflect the new behavior
2016-08-31 18:47:43 +05:30
Shalin Shekhar Mangar
f0f92d875e
SOLR-9452: JsonRecordReader should not deep copy document before handler.handle()
2016-08-31 18:12:02 +05:30
Shalin Shekhar Mangar
26262f4074
SOLR-9447: Do not clone SolrInputDocument if update processor chain does not contain custom processors.
2016-08-31 01:19:42 +05:30