Uwe Schindler
8347944378
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:17:58 +02:00
Noble Paul
4b8f574418
SOLR-9319: DELETEREPLICA can accept a 'count' and remove appropriate replicas
2016-09-02 09:28:59 +05:30
Noble Paul
e0e72e64f2
SOLR-9461: DELETENODE, REPLACENODE should pass down the 'async' param to subcommands
2016-09-01 18:05:40 +05:30
David Smiley
820ba9f868
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
(cherry picked from commit 7b5df8a
)
2016-08-31 17:16:01 -04:00
Shalin Shekhar Mangar
27586ff82c
SOLR-9452: JsonRecordReader should not deep copy document before handler.handle()
...
(cherry picked from commit f0f92d8
)
2016-08-31 18:12:49 +05:30
Shalin Shekhar Mangar
65c2cf3a0a
SOLR-9447: Do not clone SolrInputDocument if update processor chain does not contain custom processors.
...
(cherry picked from commit 26262f4
)
2016-08-31 01:20:25 +05:30
Shalin Shekhar Mangar
6bf9513b93
SOLR-9439: The delete shard API has been made more resilient against failures resulting from non-existent cores.
...
(cherry picked from commit 02b97a2
)
2016-08-30 23:45:11 +05:30
Shalin Shekhar Mangar
937439a7a9
SOLR-9455: Deleting a sub-shard in recovery state can mark parent shard as inactive
...
(cherry picked from commit 2700b95
)
2016-08-30 00:02:12 +05:30
markrmiller
aaee4c8205
SOLR-9389: HDFS Transaction logs stay open for writes which leaks Xceivers.
2016-08-29 10:03:52 -04:00
Noble Paul
b3526c568c
SOLR-9188: blockUnknown property makes inter-node communication impossible
2016-08-29 18:38:56 +05:30
Shalin Shekhar Mangar
213c184a58
SOLR-9449: Example schemas do not index _version_ field anymore because the field has DocValues enabled already
...
(cherry picked from commit 738d527
)
2016-08-29 09:35:57 +05:30
Shalin Shekhar Mangar
5a16f15260
SOLR-9374: Speed up Jmx MBean retrieval for FieldCache
...
(cherry picked from commit b1b933e
)
2016-08-28 01:05:33 +05:30
Uwe Schindler
545ce38714
SOLR-9430: Fix locale lookup in DIH <propertyWriter/> to use BCP47 language tags to be consistent with other places in Solr. Language names still work for backwards compatibility
2016-08-27 08:39:42 +02:00
Shalin Shekhar Mangar
97b62160e9
SOLR-9439: Shard split clean up logic for older failed splits is faulty
...
(cherry picked from commit 7d2f42e
)
2016-08-27 09:10:44 +05:30
Shalin Shekhar Mangar
5556a9b4de
SOLR-9445: Admin requests are retried by CloudSolrClient and LBHttpSolrClient on failure
...
(cherry picked from commit ae40929
)
2016-08-27 09:10:29 +05:30
Tomas Fernandez Lobbe
43d03430b9
SOLR-6744: Consider uniqueKey rename when handling shard responses in distributed search
2016-08-26 16:26:21 -07:00
jbernste
69e22ae4ec
SOLR-9406: Update CHANGES.txt
2016-08-23 20:11:21 -04:00
Uwe Schindler
b77cf842a2
Fix duplicate header in changes; cleanup and make consistent with master
2016-08-23 01:02:05 +02:00
Christine Poerschke
c2a8814df2
SOLR-9412: Add failOnMissingParams option to MacroExpander, add TestMacroExpander class. (Jon Dorando, Christine Poerschke)
2016-08-22 12:03:06 +01:00
Noble Paul
9722f006ba
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
...
Conflicts:
solr/CHANGES.txt
2016-08-22 14:04:59 +05:30
Noble Paul
c37c22dbb0
SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch
2016-08-22 14:02:24 +05:30
Mike McCandless
213bc65892
switch 6.x to next release version (6.3.0)
2016-08-20 04:05:36 -04:00
Mikhail Khludnev
082f36e012
SOLR-8644: Test asserts that block join facets work with parent level fq exclusions
2016-08-19 16:56:56 +03:00
Mikhail Khludnev
15bfeb6b0c
SOLR-8643: made BlockJoinFacetComponent just a shortcut for BlockJoinDocSetFacetComponent, which supports pure disjunctions
2016-08-19 15:27:59 +03:00
Christine Poerschke
9a5dcce5de
SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when previously skipped servers were successfully tried.
2016-08-19 11:18:40 +01:00
Noble Paul
292644f9a5
SOLR-9421: Refactored out OverseerCollectionMessageHandler to smaller classes
2016-08-19 11:12:29 +05:30
David Smiley
dd927dba2a
SOLR-9404: Refactor move/renames in JSON FacetProcessor and FacetFieldProcessor.
...
(cherry picked from commit 7072458
)
2016-08-15 23:36:28 -04:00
Alexandre Rafalovitch
291ecb2d9e
SOLR-9032: Fix Create Alias command in Admin UI
2016-08-16 11:26:41 +10:00
Alexandre Rafalovitch
d7ba1e1eff
SOLR-8993: Admin UI support multiple DIH handlers
2016-08-15 22:39:46 +10:00
Christine Poerschke
545734e035
SOLR-9410: Make ReRankQParserPlugin's private ReRankWeight a public class of its own.
2016-08-15 11:33:36 +01:00
Alexandre Rafalovitch
9275b41706
SOLR-9002: Fix type mapping for JSON and text
...
This is for the Admin UI's collection/File screen
2016-08-14 08:23:23 +10:00
Alexandre Rafalovitch
7a2b268261
SOLR-8911: Enable scrolling in Admin UI overflows
2016-08-14 00:43:16 +10:00
Varun Thacker
45f9b6b1ff
SOLR-9092: In the deletereplica commandand add a live check before calling delete core
2016-08-13 18:01:44 +05:30
Alexandre Rafalovitch
a6ce37022e
SOLR-8715: Admin UI - Fix schema special case
2016-08-13 00:20:05 +10:00
Alexandre Rafalovitch
9ba422ac44
SOLR-9232: Fix Swap Cores in Admin UI
2016-08-12 23:32:19 +10:00
Shalin Shekhar Mangar
42254c2d9b
SOLR-9405: ConcurrentModificationException in ZkStateReader.getStateWatchers
...
(cherry picked from commit f82c3b1
)
2016-08-12 17:39:30 +05:30
Christine Poerschke
0252790962
SOLR-9331: Remove ReRankQuery's length constructor argument and member.
2016-08-11 09:51:35 +01:00
Noble Paul
4bd7d7fadb
SOLR-9320: SOLR-9318 The last commit screwed up
2016-08-11 12:39:37 +05:30
Noble Paul
519be6acf0
SOLR-9320: A REPLACENODE command to decommission an existing node with another new node and SOLR-9318 the DELETENODE command that deletes all replicas in a node
2016-08-11 12:24:06 +05:30
Noble Paul
74b470a7a9
SOLR-9397: Config API does not support adding caches
2016-08-10 20:23:22 +05:30
Alexandre Rafalovitch
e58c83f0ab
SOLR-9003: DIH Debug now works in new Admin UI
...
This resolves #61
2016-08-10 21:50:31 +10:00
Chris Hostetter
8ad1a830fb
SOLR-9367: Improved TestInjection's randomization logic to use LuceneTestCase.random()
...
(cherry picked from commit 84a8c098fc
)
2016-08-09 14:48:37 -07:00
Christine Poerschke
fc9a010e58
SOLR-9385: Add QParser.getParser(String,SolrQueryRequest) variant.
2016-08-09 15:07:26 +01:00
David Smiley
91d7b53d9c
SOLR-9350: JSON Facet and method=stream: cacheDf threshold now gates use of the filter cache
...
(cherry picked from commit b63bb51
)
2016-08-08 10:38:05 -04:00
Christine Poerschke
812dc1d0b5
SOLR-9353: Factor out ReRankQParserPlugin.ReRankQueryRescorer private class.
2016-08-08 10:21:36 +01:00
Shalin Shekhar Mangar
cc3f3e8a8b
SOLR-6465: CDCR: fall back to whole-index replication when tlogs are insufficient
...
(cherry picked from commit 153c270045
)
2016-08-08 11:22:50 +05:30
Shalin Shekhar Mangar
a2993363b5
SOLR-9392: Fixed CDCR Test failures which were due to leaked resources
...
(cherry picked from commit bfee229
)
2016-08-08 07:47:08 +05:30
Noble Paul
74653e9dbf
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-08-04 12:23:24 +05:30
Noble Paul
750bb367d2
SOLR-9179: NPE in IndexSchema using IBM JDK
2016-08-04 12:22:16 +05:30
jbernste
f8cf9a7bf2
SOLR-9252: Update CHANGES.txt
2016-08-03 15:10:42 -04:00