5049 Commits

Author SHA1 Message Date
Alan Woodward
14cfb82bf7 SOLR-9132: Cut over some collections API and recovery tests 2016-10-28 10:37:59 +01:00
Noble Paul
6e563d0f4f Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x 2016-10-28 08:31:46 +05:30
Noble Paul
591984cd03 SOLR-8146: removing the unused class 2016-10-28 08:26:59 +05:30
Jan Høydahl
2ad6de184c SOLR-9610: Fix typo in usage for assertTool timeout option. use --timeout instead of --ms
(cherry picked from commit fa4e599)
2016-10-27 23:43:40 +02:00
Adrien Grand
ed102d634a LUCENE-7429: AnalyzerWrapper can now wrap the normalization analysis chain too. 2016-10-27 16:29:17 +02:00
Shalin Shekhar Mangar
6400b9c3cb SOLR-1085: Add support for MoreLikeThis queries and responses in SolrJ client
(cherry picked from commit 2172f3e)
2016-10-27 17:43:22 +05:30
Joel Bernstein
0eb62c01b2 SOLR-9533: Fix precommit 2016-10-26 20:48:38 -04:00
Joel Bernstein
67938c2bab SOLR-9559: Add ExecutorStream to execute stored Streaming Expressions 2016-10-26 20:48:06 -04:00
Joel Bernstein
9758603b81 SOLR-9533: Reload core config when a core is reloaded 2016-10-26 20:46:00 -04:00
yonik
bbc3189473 SOLR-9654: tests: fix overrequest test by fixing doc->shard mapping 2016-10-26 18:43:50 -04:00
yonik
2574e3ca70 SOLR-9654: tests: temporarily disable overrequest code 2016-10-26 17:53:37 -04:00
yonik
65f9b4dc4c SOLR-4164: fix group.limit=-1 in distributed mode 2016-10-26 11:57:15 -04:00
Jan Høydahl
c2e3cde822 SOLR-9610: Add timeout option, abort early on auth failure
SOLR-9680: Better error messages in SolrCLI when authentication required

(cherry picked from commit db43bfb)
2016-10-26 14:50:14 +02:00
Noble Paul
8f3f1f3ebb SOLR-9692: blockUnknown property still breaks the internode communication 2016-10-26 14:08:29 +05:30
Shalin Shekhar Mangar
3628b0a0c8 SOLR-2212: Add a factory class corresponding to Lucene's NoMergePolicy
(cherry picked from commit 768c7e2)
2016-10-26 11:31:00 +05:30
Shalin Shekhar Mangar
de360d62cc SOLR-5245: Add a test to ensure that election contexts are keyed off both collection name and coreNodeName so that killing a shard in one collection does not result in leader election in a different collection.
(cherry picked from commit 62bc90d)
2016-10-26 09:50:24 +05:30
Noble Paul
8394ff80f3 SOLR-7604: add testcase to verify the schema of .system collection 2016-10-26 02:05:59 +05:30
Noble Paul
87d4c3efa1 SOLR-7604: add testcase to verify the schema of .system collection 2016-10-26 02:05:47 +05:30
Alexandre Rafalovitch
fdb4dd3b32 SOLR-9657: Fixed Javadocs and added example 2016-10-25 15:43:20 -04:00
markrmiller
22117ddde4 SOLR-9536: OldBackupDirectory timestamp field needs to be initialized to avoid NPE.
This closes #81.
2016-10-25 12:40:42 -04:00
markrmiller
d961253c7c SOLR-9441: Solr collection backup on HDFS can only be manipulated by the Solr process owner.
This closes #71.
2016-10-25 12:18:41 -04:00
Shalin Shekhar Mangar
529654c02b SOLR-4531: Add tests to ensure that recovery does not fail on corrupted tlogs
(cherry picked from commit b7aa582)
2016-10-25 12:13:55 +05:30
Tomas Fernandez Lobbe
96e847a10c SOLR-9687: Fixed Interval Facet count issue in cases of open/close intervals on the same values 2016-10-24 20:05:48 -07:00
yonik
e06c60dd9d SOLR-9654: tests: specify descending count sort for streaming 2016-10-24 21:19:50 -04:00
yonik
a27897d81b SOLR-9654: add overrequest param to JSON Facet API 2016-10-24 14:23:37 -04:00
Noble Paul
d838d3281f Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-10-24 21:42:42 +05:30
Noble Paul
6ce4bbd2c2 SOLR-9588: removed guava dependency 2016-10-24 21:42:27 +05:30
Jan Høydahl
ed203978fc SOLR-7506: Roll over GC logs by default via bin/solr scripts
(cherry picked from commit ef57374)
2016-10-24 14:24:19 +02:00
Noble Paul
a973ca1752 SOLR-9518: Kerberos Delegation Tokens don't work without a chrooted ZK 2016-10-24 17:52:02 +05:30
Noble Paul
265d425b00 SOLR-9506: cache IndexFingerprint for each segment 2016-10-24 16:46:39 +05:30
Jan Høydahl
fd623d4cfd SOLR-9610: Bugfix option key for assertTool
(cherry picked from commit 3488f12)
2016-10-22 02:32:02 +02:00
Jan Høydahl
d18666b336 SOLR-9662: New parameter -u <user:pass> in bin/post to pass basicauth credentials
(cherry picked from commit e3a8a0f)
2016-10-22 02:03:08 +02:00
David Smiley
e744feeeb9 SOLR-9676: DefaultSolrHighlighter: clarify warning when FVH can't be used
(cherry picked from commit 91f58ac)
2016-10-21 13:52:35 -04:00
Noble Paul
fd2dd537d9 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-10-21 19:25:19 +05:30
Noble Paul
7131849892 SOLR-9546: reverted some changes 2016-10-21 19:17:28 +05:30
Noble Paul
f51340993a SOLR-9546: Eliminate unnecessary boxing/unboxing going on in SolrParams 2016-10-21 19:17:17 +05:30
yonik
3ce7552aa5 SOLR-9326: Ability to create/delete/list snapshots at collection level. 2016-10-21 07:09:20 -04:00
Jan Høydahl
1b626fa0ca SOLR-9570: Fix test failures and start using SolrTestCaseJ4's createTempDir mm
(cherry picked from commit af88e7f)
2016-10-20 21:01:08 +02:00
Noble Paul
b1e2d02ec3 SOLR-9657: Use cache for templates 2016-10-20 20:10:55 +05:30
Jan Høydahl
ed3b268d62 SOLR-99570: Various log tidying at Solr startup
(cherry picked from commit 9776196)
2016-10-20 15:14:27 +02:00
Jan Høydahl
c35c723bf5 SOLR-8370: Display configured Similarity in Schema-Browser
(cherry picked from commit 14b6d93)
2016-10-20 13:30:18 +02:00
Noble Paul
0ab908694e SOLR-9657: Addressing test failures 2016-10-20 01:28:12 +05:30
Joel Bernstein
6828dbc9ff SOLR-9417: Allow daemons to terminate when they finish iterating a topic 2016-10-19 14:47:31 -04:00
Noble Paul
2fc29c1cd5 SOLR-9657: New TemplateUpdateProcessorFactory added 2016-10-19 16:54:03 +05:30
Alan Woodward
9ee84db614 SOLR-9634: Fix precommit 2016-10-18 17:41:08 +01:00
Alan Woodward
df09867ccc SOLR-9634: Deprecate create/deleteCollection methods on MiniSolrCloudCluster 2016-10-18 12:32:42 +01:00
Alan Woodward
d6dc1321a9 SOLR-9632: Add deleteAllCollections method to MiniSolrCloudCluster 2016-10-18 12:32:10 +01:00
Christine Poerschke
30c9f4311a SOLR-9627: Add QParser.getSortSpec, deprecate misleadingly named QParser.getSort (Judith Silverman, Christine Poerschke) 2016-10-17 18:04:40 -04:00
Hrishikesh Gadre
06ae3eb2ec SOLR-9642: Refactor the snapshot cleanup mechanism to rely on Lucene
The current snapshot cleanup mechanism is based on reference counting
the index files shared between multiple segments. Since this mechanism
completely skips the Lucene APIs, it is not portable (e.g. it doesn't
work on 4.10.x version).

This patch provides an alternate implementation which relies exclusively
on Lucene IndexWriter (+ IndexDeletionPolicy) for cleanup.

mend
2016-10-17 13:57:11 -04:00
Alan Woodward
c9eb9e10e4 SOLR-9566: Don't put replicas into recovery when collections are created 2016-10-17 17:19:31 +01:00