Shalin Shekhar Mangar
03bbf7ce8a
Fix typo in bin/solr zk help text
...
This closes #29
(cherry picked from commit ab2348e)
2016-06-28 17:16:14 +05:30
Shalin Shekhar Mangar
de85b9fff2
SOLR-8626: 404 error when clicking nodes in cloud graph view in angular UI.
...
This closes #23
(cherry picked from commit 9cbd540)
2016-06-28 16:43:31 +05:30
Shalin Shekhar Mangar
c8f9973a10
Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20
2016-06-28 16:38:51 +05:30
Varun Thacker
eb07143633
SOLR-7374: Fixing test failures like build #3366 . Index a minimum of 1 doc
2016-06-27 12:09:18 +05:30
Jan Høydahl
319f89210a
SOLR-9237: DefaultSolrHighlighter.doHighlightingByFastVectorHighlighter can't be overidden
...
(cherry picked from commit 7eb7702)
2016-06-27 00:01:09 +02:00
Steve Rowe
98d5c83db7
CHANGES.txt-s: Synchronize 5.5.1 and 5.5.2 sections
2016-06-24 19:21:05 -04:00
Varun Thacker
daf90b5e0c
SOLR-7374: Core level backup/restore now supports specifying a directory implementation
2016-06-24 18:07:31 +05:30
Erick
caec6b40fd
SOLR-8546: TestLazyCores is failing a lot on the Jenkins cluster.
2016-06-23 21:10:49 -07:00
Gregory Chanan
b76f64fdc0
SOLR-9076: Update to Hadoop 2.7.2
2016-06-23 14:57:59 -07:00
markrmiller
dae777899a
SOLR-9219: Make hdfs blockcache read buffer sizes configurable and improve cache concurrency.
2016-06-23 17:28:10 -04:00
Adrien Grand
5e2f340cfa
LUCENE-7350: Remove unused imports.
2016-06-21 17:57:44 +02:00
Noble Paul
73d5f1c52c
SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs endpoint
2016-06-21 18:51:45 +05:30
Noble Paul
3a9019e020
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-06-21 13:38:30 +05:30
Noble Paul
153ca1f6c2
SOLR-9233: avoid new string creation in CollectionAction
2016-06-21 13:38:04 +05:30
Uwe Schindler
e50613cb81
SOLR-8981: Add notice for jackcess
2016-06-20 23:51:39 +02:00
Adrien Grand
aaddefe80e
SOLR-7739: Add CHANGES entry.
2016-06-20 17:19:59 +02:00
Adrien Grand
5afdc1d72d
SOLR-8995: Remove unused imports.
2016-06-20 09:58:50 +02:00
Adrien Grand
bac521d1aa
LUCENE-7317: Remove auto-prefix terms.
2016-06-20 09:58:42 +02:00
Noble Paul
d3fcac779b
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-06-20 11:17:30 +05:30
Noble Paul
ab44ac17ae
SOLR-8995: replace SAM implementations with lambda
2016-06-20 11:17:12 +05:30
Uwe Schindler
097cffeba7
LUCENE-7346: Update forbiddenapis to version 2.2
2016-06-19 21:28:25 +02:00
Steve Rowe
940aedf26b
SOLR-9220: Disable failing tests
2016-06-18 16:11:33 -04:00
Uwe Schindler
1f7b955507
SOLR-8981: Add changes entry
2016-06-18 19:28:16 +02:00
Uwe Schindler
7403b46c4d
SOLR-8981: Update TIKA to 1.13:
...
- This commit merges branch 'SOLR-8981' of https://github.com/tballison/lucene-solr
- Adds some modifications and reverts jackcess-encrypt addition (not yet working)
- Fixes order of ivy-versions.properties
- This closes #44
2016-06-18 19:21:52 +02:00
Mike McCandless
ea9c7ea88c
LUCENE-7335: IW's commit data is now late binding
2016-06-17 05:47:14 -04:00
Christine Poerschke
f9521549e0
SOLR-9195: remove unnecessary allocation and null check in UpdateRequestProcessorChain.getReqProcessors
2016-06-15 14:39:45 +01:00
Noble Paul
62452f033a
SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh
2016-06-15 11:50:23 +05:30
Mike McCandless
ba92214830
LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig
2016-06-14 18:41:37 -04:00
Mike McCandless
45d2d2e7d3
LUCENE-6171: pass the StandardOpenOption.CREATE_NEW so the filesystem ensures Lucene really is write-once
2016-06-14 15:16:22 -04:00
Christine Poerschke
9be5b98eb3
SOLR-9161: change SolrPluginUtils.invokeSetters implementation to accommodate setter variants
2016-06-14 09:45:08 +01:00
Adrien Grand
9719105e7c
SOLR-9204: Remove unused imports.
2016-06-14 10:25:52 +02:00
Steve Rowe
816b502025
Address Solr Changes.html problems: 1) In solr/CHANGES.txt, add a 'Versions of Major Components' section to the 6.2.0 and 6.1.0 releases; 2) In addVersion.py: when adding a new version to solr/CHANGES.txt, add a line referring to LUCENE_CHANGES.txt, and add a 'Versions of Major Components' section with versions interpolated from ivy-versions.properties; and 3) In changes2html.pl: allow section names to have up to 6 words (to handle 'Upgrading from Solr any prior release')
2016-06-13 20:17:59 -04:00
markrmiller
90c920d276
SOLR-9204: Improve performance of getting directory size with hdfs.
2016-06-13 12:23:37 -04:00
Adrien Grand
6d1bb14077
LUCENE-7319: Remove more unused imports so that precommit passes.
2016-06-13 15:45:54 +02:00
Adrien Grand
f1ddc55aff
LUCENE-7319: Remove more unused imports.
2016-06-13 15:33:49 +02:00
Christine Poerschke
21bc7ef104
LUCENE-7319: remove unused imports
2016-06-13 12:35:49 +01:00
Mikhail Khludnev
c67258694b
SOLR-2199: DataImportHandler (DIH) JdbcDataSource supports multiple resultsets per query
2016-06-13 00:13:42 +03:00
Uwe Schindler
4ead0dbcc6
LUCENE-7334: Update ASM dependency to 5.1
2016-06-12 14:22:09 +02:00
Noble Paul
ff6475c3a7
SOLR-8744: Minimize the impact on ZK when there are a lot of blocked tasks
2016-06-12 13:13:40 +05:30
Erick Erickson
bc86c1015c
SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields
2016-06-11 17:53:59 -07:00
Erick Erickson
f1c74bb250
SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields
2016-06-11 17:34:52 -07:00
Mike McCandless
ea26dd5855
LUCENE-6766: finish 6.x backport
2016-06-11 11:48:40 -04:00
Mike McCandless
a3270ac6e6
LUCENE-6766: keep SortingMergePolicy for solr back-compat; fix Solr tests; fix precommit failures
2016-06-11 11:48:40 -04:00
Alan Woodward
4a22b0ff82
SOLR-9176: Fix facet method fallback selection
2016-06-10 15:41:24 +01:00
Steve Rowe
74d94ec265
SOLR-8812: edismax: turn off mm processing if no explicit mm spec is provided and there are explicit operators (except for AND) - addresses problems caused by SOLR-2649
2016-06-10 02:34:56 -04:00
Steve Rowe
3c789e9d27
SOLR-8812: edismax: turn off mm processing if no explicit mm spec is provided and there are explicit operators (except for AND) - addresses problems caused by SOLR-2649
2016-06-10 02:33:30 -04:00
Gregory Chanan
360d9c40da
SOLR-9199: ZkController#publishAndWaitForDownStates logic is inefficient
2016-06-09 13:26:30 -07:00
Scott Blum
4eead9b235
Fix solr/CHANGES.txt
2016-06-09 16:24:37 -04:00
Scott Blum
cde57ab64a
SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed
2016-06-09 15:16:27 -04:00
Mike McCandless
ae0adfc34d
LUCENE-7323: compound file writing now verifies checksum and segment ID for the incoming sub-files, to catch hardware issues or filesystem bugs earlier
2016-06-09 14:49:47 -04:00