Alan Woodward
446d38474e
TestGrouping.testRandom() requires BM25Similarity
2018-03-14 14:59:36 +00:00
Andrzej Bialecki
5e02c18769
SOLR-11911: Wait a while for left-behind threads from executors.
2018-03-14 14:27:51 +01:00
Shalin Shekhar Mangar
941351a5c2
SOLR-12090: Move DistribStateManager, NodeStateProvider and SolrCloudManager interfaces out of the autoscaling package
2018-03-14 16:29:56 +05:30
Simon Willnauer
ef291c9767
LUCENE-8200: Allow doc-values to be updated atomically together with a document
...
Today we can only update a document by deleting all previously indexed
documents for the given term. In some cases like when deletes are not
`final` in the way that documents that are marked as deleted should not
be merged away a `soft-delete` is needed which is possible when doc-values
updatea can be done atomically just like delete and add in updateDocument(s)
This change introduces such a soft update that reuses all code paths from deletes
to update all previously updated documents for a given term instead of marking it
as deleted. This is a spinnoff from LUCENE-8198
2018-03-14 09:09:47 +01:00
Shalin Shekhar Mangar
9de0ebe797
SOLR-12086: Fix format problem in FastLRUCache description string shown on Cache Statistics page
2018-03-14 10:26:45 +05:30
David Smiley
e9393e88fd
SOLR-12081: improve docs on query parsing RE embedded queries, uf
2018-03-13 16:01:57 -04:00
Cassandra Targett
5ebca378c8
SOLR-11648: Add docs for autoscaling suggestions UI that didn't get done with the feature
2018-03-13 13:33:21 -05:00
Cassandra Targett
bcf74053fa
Ref Guide: add placeholder major changes in solr 8 page into hierarchy so the build doesn't break
2018-03-13 11:15:47 -05:00
Cassandra Targett
e95fe39ab8
Ref Guide: Add master-only page for upgrading to Solr 8 - place for notes for now
2018-03-13 11:10:45 -05:00
Cassandra Targett
179421bfea
SOLR-12058: Add 7.3 Upgrade Notes to Ref Guide; clarify LIR changes for CHANGES Upgrade Notes
2018-03-13 10:38:25 -05:00
Andrzej Bialecki
b6fcf4157b
SOLR-12070: Make sure searcher beans are registered.
2018-03-13 16:00:27 +01:00
Cassandra Targett
8ba6a95e7c
Ref Guide: standardize parameter formatting
2018-03-13 08:49:42 -05:00
Cassandra Targett
2a7826f7a4
Ref Guide: Typo 'Syntac' -> 'Syntax'
2018-03-13 08:49:42 -05:00
Andrzej Bialecki
ed6feded6d
SOLR-11670: Use TimeSource's value of NOW consistently when parsing date math.
...
Add a unit test for TimeSource's epochTime.
2018-03-13 13:47:14 +01:00
Shalin Shekhar Mangar
536e16d3af
SOLR-12067: Fix AutoAddReplicasIntegrationTest by using solr.xml which has autoReplicaFailoverWaitAfterExpiration set to 10 seconds
2018-03-13 18:15:21 +05:30
Dawid Weiss
cc3c4b6123
LUCENE-8201: improve the test a bit to try to diagnose timeouts on jenkins.
2018-03-13 11:01:30 +01:00
Cao Manh Dat
0cd9f7f35a
SOLR-12028: Remove BadApples for ZkShardTermsTest.testParticipationOfReplicas
2018-03-13 10:32:10 +07:00
yonik
68d8eb4504
SOLR-12064: resize reused accs to fix bugs with limit:-1 and missing:true
2018-03-12 21:56:02 -04:00
Andrzej Bialecki
b82ce515f0
Fix precommit (stray import).
2018-03-12 20:00:13 +01:00
Varun Thacker
2a0b7767ab
SOLR-12076: Remove unnecessary printLayout usage in CDCR tests
2018-03-12 11:07:39 -07:00
Andrzej Bialecki
28ddb5f355
Remove BadApple from this test for now - the bugUrl wasn't valid anymore and
...
the test seems to pass.
2018-03-12 16:36:46 +01:00
David Smiley
bf6503ba58
SOLR-11617: rename alias metadata to properties
2018-03-12 10:36:37 -04:00
Andrzej Bialecki
55ba89ef42
SOLR-12070: Fix testJmxIntegration that used obsolete APIs.
2018-03-12 14:28:10 +01:00
Cao Manh Dat
a9fd0754ba
SOLR-12028: Remove BadApples for LIRRollingUpdatesTest
2018-03-12 17:39:36 +07:00
Alan Woodward
0031150fca
Add missing 7.2.1 version
2018-03-12 10:35:08 +00:00
Alan Woodward
1f68a3375d
Update versions
2018-03-12 09:26:14 +00:00
Joel Bernstein
13d1c4b466
SOLR-11947: Remove place holders for documentation that will not be complete for 7.3
2018-03-11 18:35:08 -04:00
Mikhail Khludnev
8f1350af20
SOLR-11673: specifying exact ticket in @BadApple
2018-03-11 11:00:55 +03:00
Mikhail Khludnev
779821fe10
LUCENE-8176: await HttpReplicatorTest completion for a minute.
2018-03-11 10:01:09 +03:00
Mikhail Khludnev
fa55f0c2f2
SOLR-9510: introducting {!filter param=$fq excludeTags=t,q}foo:bar, also adding
...
filters and excludeTags local params into {!parent} and {!child}
2018-03-11 08:25:05 +03:00
Cao Manh Dat
e926f435d7
SOLR-11702: Remove noise of exception messages on failed to ping leader
2018-03-11 07:05:46 +07:00
Erick Erickson
f1f929b15a
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-03-10 10:58:15 -08:00
Jason Gerlowski
971bd26df6
SOLR-11629: Add new CloudSolrClient.Builder ctors
...
CloudSolrClient.Builder can be pointed at a Solr cluster in two ways: a
ZK connection string, or one or more Solr base URLs. One of these two
values must be provided to create a working CloudSolrClient.
Since these values are required, this commit introduces two new ctors,
one for each means of CloudSolrClient setup. It deprecates the existing
no-arg CloudSolrClient ctor.
Together, these changes make it clearer to our users that these options
are required (and mutually exclusive).
2018-03-10 10:45:43 -05:00
Shalin Shekhar Mangar
2eeed51cdf
SOLR-12077: Add support for autoAddReplicas in the collection creation dialog in Admin UI
2018-03-10 06:44:51 +05:30
Shalin Shekhar Mangar
e47bf8b63a
SOLR-12011: Remove unused imports
2018-03-10 06:23:29 +05:30
Shalin Shekhar Mangar
f0d46ead45
SOLR-12067: Increase autoAddReplicas default 30 second wait time to 120 seconds
2018-03-10 05:59:16 +05:30
Cao Manh Dat
05d4a9320c
SOLR-12051: Adding error log in case of data loss
2018-03-10 07:20:05 +07:00
Andrzej Bialecki
78097d2098
SOLR-12075: BadApple TestLargeCluster until the issues can be resolved.
2018-03-09 21:25:37 +01:00
Cassandra Targett
b7b638e00b
Ref Guide: fix rendering of _val_ param in function query example
2018-03-09 13:23:56 -06:00
Cao Manh Dat
4c2703e8be
SOLR-12051: Update upgrade notes
2018-03-09 19:35:26 +07:00
Cao Manh Dat
423a8cf69c
SOLR-12051: Election timeout when no replicas are qualified to become leader
2018-03-09 18:19:09 +07:00
Erick
7dfb04ee5e
SOLR-12072: Invalid path string using ZkConfigManager.copyConfigDir(String fromConfig, String toConfig)
2018-03-08 22:00:16 -08:00
Cao Manh Dat
dae572819b
SOLR-11702: Fix precommit, only throw error to client if the replica is not in the same shard as leader
2018-03-09 10:34:59 +07:00
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