Jan Høydahl
74bf88f8fe
SOLR-9475: Add install script support for CentOS and better distro detection under Docker
...
(cherry picked from commit a1bbc99
)
2016-09-20 11:34:57 +02:00
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
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
Varun Thacker
e8eadedb85
SOLR-9451: Make clusterstatus command logging less verbose
2016-09-16 19:26:40 +05:30
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
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
f87a677dc7
Adding version 5.5.3
2016-09-15 01:09:55 +05:30
Varun Thacker
08453fb7f0
SOLR-9408: Fix TreeMergeOutputFormat to add timestamp metadata to commits
2016-09-13 10:51:50 +05:30
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
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
Alexandre Rafalovitch
ed76437703
SOLR-9498: Remove HDFS props from DIH solrconfigs
...
(cherry picked from commit 9f3964c9a6
)
2016-09-11 23:23:17 +07: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
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
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
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
Noble Paul
ced96c5fd5
SOLR-9381: Snitch for freedisk uses '/' instead of 'coreRootDirectory'
2016-09-02 18:00:39 +05:30
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