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
Christine Poerschke
16b4e22097
SOLR-9634: correct name of deprecated/removed method in solr/CHANGES.txt
2016-10-24 19:00:33 +01: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
David Smiley
167013c441
LUCENE-7520: WSTE shouldn't expand MTQ if its field doesn't match filter
...
(cherry picked from commit e1b0693
)
2016-10-24 09:33:40 -04:00
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
Christine Poerschke
52b6387f88
In IndexWriter increase use of UNBOUNDED_MAX_MERGE_SEGMENTS (and decrease use of magic -1).
2016-10-22 15:18:34 -05:00
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
Jan Høydahl
b907e56923
SOLR-9325: Remove unnecessary search/replace in installer script
...
(cherry picked from commit c9cf0ef
)
2016-10-22 01:01:42 +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
Dawid Weiss
f379dde2d7
LUCENE-7515: RunListenerPrintReproduceInfo may try to access static rule fields without
...
the rule being called. This flag is needed to ensure this isn't the case.
2016-10-21 11:19:37 +02:00
Dawid Weiss
a08a2a2965
LUCENE-7513: Update to randomizedtesting 2.4.0.
2016-10-21 11:15:24 +02: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
22b0d5f4d2
LUCENE-7496: Better toString for SweetSpotSimilarity
...
(cherry picked from commit c4b4830
)
2016-10-20 14:09:38 +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
Joel Bernstein
e61ce95a8f
SOLR-9417: Update CHANGES.txt
2016-10-19 18:31:27 -04:00
Dawid Weiss
1bcb514638
LUCENE-7507: Upgrade morfologik-stemming to version 2.1.1 (fixes security manager issue with Polish dictionary lookup).
2016-10-19 23:40:46 +02:00
David Smiley
b4cb576303
SOLR-7850: Move defaults in bin/solr.in.sh into bin/solr (incl. Windows)
...
(cherry picked from commit fe77dff
)
2016-10-19 16:45:55 -04:00
David Smiley
22cee924ac
SOLR-7580: Move defaults in bin/solr.in.sh into bin/solr (incl. Windows)
...
(cherry picked from commit 8ae3304
)
2016-10-19 16:41:51 -04: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
Mike McCandless
2b647cc945
fix typo in comment
2016-10-19 09:47:15 -04:00
Mike McCandless
935a5d346f
LUCENE-7505: AnalyzingInfixSuggester returned invalid results when allTermsRequired is false and context filters are specified
2016-10-19 09:44:08 -04:00
Noble Paul
180efba9b5
SOLR-9657: New TemplateUpdateProcessorFactory added
2016-10-19 16:54:21 +05:30
Noble Paul
2fc29c1cd5
SOLR-9657: New TemplateUpdateProcessorFactory added
2016-10-19 16:54:03 +05:30
Mike McCandless
abbbdc866d
LUCENE-7497: add test case
2016-10-18 14:02:02 -04:00
Alan Woodward
9ee84db614
SOLR-9634: Fix precommit
2016-10-18 17:41:08 +01:00
Mike McCandless
2b32f5d0db
LUCENE-7493: FacetCollector.search now accepts limit=0, for getting facets but not search hits
2016-10-18 09:23:51 -04:00
Adrien Grand
e6d225603a
LUCENE-7501: BKDReader should not store the split dimension explicitly in the 1D case.
2016-10-18 15:06:07 +02: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
Mike McCandless
d824a28b82
remove unused imports
2016-10-18 06:49:16 -04:00
Adrien Grand
6df4b4d728
LUCENE-6914: Fix issue ID in the change log.
2016-10-18 10:54:56 +02:00
Adrien Grand
39ed4bdef6
LUCENE-7363: Fixed DecimalDigitFilter in case of supplementary code points.
2016-10-18 10:42:57 +02: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
Christine Poerschke
e87072bc5a
SOLR-6203: in QueryComponent rename groupSortStr to sortWithinGroupStr (so that name and meaning match)
2016-10-15 21:13:44 -04:00