29831 Commits

Author SHA1 Message Date
David Smiley
588e19eda1 SOLR-11976: TokenizerChain.normalize was only considering the first MultiTermAwareComponent 2018-03-08 22:30:39 -05:00
Cassandra Targett
ab4cd42903 SOLR-12068: Remove unnecessary config from example 2018-03-08 12:09:14 -06:00
Cassandra Targett
b20573d91e Ref Guide: really minor typos/grammar fixes 2018-03-08 12:03:42 -06:00
David Smiley
582c828727 SOLR-11722: Minor improvements to documentation in collections.Commands.json 2018-03-08 11:19:22 -05:00
Andrzej Bialecki
b17052e852 SOLR-11670: Implement a periodic house-keeping task. 2018-03-08 14:31:40 +01:00
Shalin Shekhar Mangar
2bb6b98582 SOLR-11648: Ensure cluster-suggestions page resets menu so that collection and core list are displayed on page load 2018-03-08 17:33:16 +05:30
David Smiley
ee1c742c19 SOLR-11722: Merge CREATEDROUTEDALIAS command into CREATEALIAS. Only
an API & docs change; the implementation was already there.
2018-03-07 15:16:02 -05:00
Tomas Fernandez Lobbe
23765a9ff9 SOLR-12028, SOLR-7736: testPublishAndWaitForDownStates always fails 2018-03-07 11:04:14 -08:00
Tomas Fernandez Lobbe
277dd05086 SOLR-12061: Fix substitution bug in API V1 to V2 migration 2018-03-07 10:58:17 -08:00
Shalin Shekhar Mangar
498927d032 SOLR-11066: Use timeZone.toZoneId instead of ZoneId.of(timeZoneString) because the latter cannot lookup short aliases 2018-03-07 17:22:36 +05:30
Shalin Shekhar Mangar
1b8651db4f SOLR-12011: Remove unused import 2018-03-07 11:23:56 +05:30
Cao Manh Dat
3c153ccd0e SOLR-12011: FORCELEADER should also remove recovering flag of a replica so it can win the election 2018-03-07 09:09:52 +07:00
Steve Rowe
28de8218fe Add 6.6.3 back compat test indexes 2018-03-06 14:51:03 -05:00
Steve Rowe
eab33d00a0 Synchronize 6.6.3 changes 2018-03-06 14:40:27 -05:00
Steve Rowe
e5541bcfa1 Add version 6.6.3 2018-03-06 14:39:35 -05:00
Shalin Shekhar Mangar
8b9a1adbae SOLR-11066: Renamed the internal ScheduledTriggers.ScheduledTrigger inner class to TriggerWrapper to avoid confusion with the ScheduledTrigger added in this issue 2018-03-07 00:26:03 +05:30
Cassandra Targett
be11f56bbc SOLR-11795: Add more explanation in places; rework headings a bit; fix CSS for better display of labeled list 2018-03-06 12:54:37 -06:00
Tomas Fernandez Lobbe
2ff27ca507 SOLR-12061: Comment out failing test 2018-03-06 10:14:58 -08:00
Steve Rowe
378d799a22 Add release 6.6.3 to DOAP files 2018-03-06 12:54:22 -05:00
Shalin Shekhar Mangar
9cec2221a6 SOLR-11066: Added examples of startTime in ref guide. Added null check for processor and code comments to explain skipped events and lastRunAt initialization. Moved default preferredOp value to ComputePlanAction. Extracted a constant. 2018-03-06 21:27:05 +05:30
koji
122271f28d SOLR-11795: use README.txt rather than .md and add description for default values 2018-03-06 17:14:15 +09:00
Cao Manh Dat
4bdc99a465 SOLR-12047: Increase checkStateInZk timeout 2018-03-06 08:51:38 +07:00
Tomas Fernandez Lobbe
c1a44251fe SOLR-11960: Add collection-level properties
Similar to cluster properties, but apply to a single collection.
2018-03-05 16:59:56 -08:00
Tomas Fernandez Lobbe
c4c391ad15 SOLR-12020: Remove unused import 2018-03-05 16:56:33 -08:00
yonik
fc2fd1dc25 SOLR-12020: fix refinement of terms facet on date field (don't use Date.toString) 2018-03-05 11:03:48 -05:00
David Smiley
e0d6465af9 LUCENE-8126: Add "s2" to SpatialPrefixTreeFactory lookup table 2018-03-05 10:52:02 -05:00
Ignacio Vera
d789516836 LUCENE-8190: Add entry in CHANGES.txt 2018-03-05 11:59:56 +01:00
Ignacio Vera
52d5fcbadb LUCENE-8190: Specialized cell interface to allow any spatial prefix tree to benefit from the setting setPruneLeafyBranches on RecursivePrefixTreeStrategy 2018-03-05 11:53:29 +01:00
Noble Paul
50a04c077f SOLR-11267: Add support for "add-distinct" atomic update operation 2018-03-05 21:37:10 +11:00
Shalin Shekhar Mangar
2620d36bbd SOLR-11957: Update ref guide and bin/solr script with the new values 2018-03-05 15:53:45 +05:30
Shalin Shekhar Mangar
fc8c239f93 SOLR-11957: Increase MaxFileSize=32MB and MaxBackupIndex=10 for RollingFileAppender in log4j.properties 2018-03-05 15:45:25 +05:30
Cao Manh Dat
27eb6ba062 SOLR-12011: Remove FORCEPREPAREFORLEADERSHIP 2018-03-05 16:33:45 +07:00
Shalin Shekhar Mangar
3344306473 SOLR-11066: Fix TriggerIntegrationTest.testScheduledTrigger by ensuring number of jetties is always 2 before start of test 2018-03-05 14:27:10 +05:30
koji
6d66fc04b2 SOLR-11795: Add Solr metrics exporter for Prometheus 2018-03-05 15:36:32 +09:00
Joel Bernstein
dc5db9b2f1 SOLR-12054: ebeAdd and ebeSubtract should support matrix operations 2018-03-04 20:22:33 -05:00
Robert Muir
97299ed006 LUCENE-8191: if a tokenstream has broken offsets, its broken. IndexWriter always checks, so a separate whitelist can't work 2018-03-04 11:23:45 -05:00
Robert Muir
b83d203372 re-enable test, there is nothing wrong with this test, its not a goddamn bad apple. its just great at finding bugs 2018-03-04 08:44:10 -05:00
Cao Manh Dat
9de4225e9a SOLR-12011: Consistence problem when in-sync replicas are DOWN 2018-03-04 12:57:05 +07:00
Erick
ad7e94afb2 SOLR-12028: BadApple and AwaitsFix annotations usage 2018-03-03 21:42:14 -08:00
Shalin Shekhar Mangar
78f11d05ac SOLR-11066: Marking the test as AwaitsFix until the test failures on jenkins are investigated and fixed 2018-03-04 00:27:16 +05:30
Mark Miller
18edca0fb2 SOLR-12053: RestartWhileUpdatingTest and HdfsRestartWhileUpdatingTest are incredibly slow. 2018-03-03 10:09:09 -06:00
Cassandra Targett
b470a63690 Ref Guide: Fix link to Tika docs on lang detection; typo in autoscaling API path 2018-03-02 13:56:33 -06:00
Shalin Shekhar Mangar
71fc9cd43d SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time 2018-03-03 01:06:21 +05:30
David Smiley
79c2988547 LUCENE-6271: docs: TermsEnum.postings(...) will not return null 2018-03-02 14:00:05 -05:00
Christine Poerschke
c5938f79e5 SOLR-11597: Add contrib/ltr NeuralNetworkModel class.
(Michael A. Alcorn, Yuki Yano, Christine Poerschke)

Closes #270
2018-03-02 18:27:55 +00:00
Cassandra Targett
c59e2e98d2 SOLR-11843: Fix Admin UI handling of router.field and router.name params; change routerField label to match param name 2018-03-02 11:42:43 -06:00
Ignacio Vera
ca2131573d LUCENE-8126: fixed jar checksum 2018-03-02 15:41:57 +01:00
Ignacio Vera
a281177f25 LUCENE-8126: fix precommit 2018-03-02 11:12:22 +01:00
Ignacio Vera
e3032dd3fc LUCENE-8126: New spatial prefix tree (SPT) based on google S2 geometry 2018-03-02 10:29:07 +01:00
Cao Manh Dat
f1ce5419ee SOLR-11702: Remove old LIR call in SolrCmdDistributor and let DistributedUpdateProcessor handle it on finish() 2018-03-02 14:29:18 +07:00