Commit Graph

28987 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 70d1d94110 SOLR-11621: Fix spurious failures of TriggerIntegrationTest due to timing issues 2017-11-08 15:47:15 +05:30
Joel Bernstein 23fe16d3e9 SOLR-11607: Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd, scalarSubtract Stream Evaluators 2017-11-07 19:46:26 -05:00
Varun Thacker 1f83b1fc1c SOLR-11618: Tone down verbosity of BackupManager logging 2017-11-07 14:31:22 -08:00
Noble Paul a03d6bc8c2 SOLR-11380: deprecated getContentStreams() 2017-11-07 17:56:52 +10:30
Cassandra Targett 118c6f5f7b SOLR-11409: Add tutorial for deploying Solr on EC2 2017-11-06 15:32:13 -06:00
Varun Thacker fdff8deabd SOLR-11003: Improve description of the feature in the CHANGES file 2017-11-06 08:16:03 -08:00
Uwe Schindler 610efa7925 SOLR-11606: Add missing assumeWorkingMockito() 2017-11-04 21:29:10 +01:00
Uwe Schindler 4ca51a06f7 LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny on Java 9+ 2017-11-04 19:56:57 +01:00
Uwe Schindler 3ab1a07662 SOLR-11606: Disable tests automatically if Mockito does not work with Java runtime (Java 10) 2017-11-04 19:37:28 +01:00
Erick Erickson d501ecd2d1 SOLR-11503: Collections created with legacyCloud=true cannot be opened if legacyCloud=false 2017-11-03 19:43:37 -07:00
Varun Thacker db18de7e6b SOLR-11003: Support bi-directional syncing of cdcr clusters. We still only support actively into one cluster cluster,
but have the ability to switch indexing clusters and cdcr will replicate correctly
2017-11-03 15:37:39 -07:00
Christine Poerschke b43dcde267 SOLR-11603: Remove unused (public) LTRScoringModel.hasParams() method. 2017-11-03 21:31:16 +00:00
Joel Bernstein 2a2cf4b5e4 SOLR-11602: Fix precommit 2017-11-03 15:29:11 -04:00
Joel Bernstein d723578034 SOLR-11602: Add Markov Chain Stream Evaluator 2017-11-03 15:00:43 -04:00
Chris Hostetter 7f033ac12b SOLR-10934: ref-guide link+anchor checking that doesn't require jekyll 2017-11-03 10:44:03 -07:00
Alan Woodward 1d2787464f LUCENE-7994: Add facets lib/ directory to IntelliJ setup 2017-11-03 13:53:27 +00:00
Alan Woodward 08f3a64dee LUCENE-8017: Use List rather than array 2017-11-03 11:08:39 +00:00
Alan Woodward a886a001a4 LUCENE-8017: Add Weight.getCacheHelper() 2017-11-03 10:40:14 +00:00
Robert Muir ca5f9b3457 LUCENE-8007: Make scoring statistics mandatory 2017-11-02 23:02:21 -04:00
Joel Bernstein 0ebf5e0896 SOLR-11599: Change normalize function to standardize and make it work with matrices 2017-11-02 21:37:29 -04:00
Steve Rowe 19db1df81a LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy jars in ~/.ant/lib/. 2017-11-02 18:27:19 -04:00
Scott Blum 0637407ea4 SOLR-11423: fix typo 2017-11-02 18:26:59 -04:00
Cassandra Targett 42cc1c07f7 Ref Guide: Update release steps to publish the Guide; increase TOC level so more sections appear in how-to-contribute page online 2017-11-02 14:45:11 -05:00
Cassandra Targett 6428ddb10e SOLR-11144: Add Analytics Component docs to the Ref Guide 2017-11-02 13:18:40 -05:00
Joel Bernstein e915078707 SOLR-10680: Add minMaxScale Stream Evaluator 2017-11-02 13:44:42 -04:00
Andrzej Bialecki dc6119b85d SOLR-11072: Make the new test more robust to side-effects from other tests in the suite. 2017-11-02 17:35:13 +01:00
Andrzej Bialecki 6008b186a2 SOLR-11072: Fix creation of searchRate triggers via API, add a unit test, other minor edits. 2017-11-02 16:32:29 +01:00
Karl Wright 154edb8e3c LUCENE-8032: Limit size of exact circle so that approximation planes don't intersect at angles greater than 180 degrees. 2017-11-02 10:43:40 -04:00
Mike McCandless c6fb5ff80e make ReplicaNode.finishNRTCopy protected so subclasses can customize; this is helpful for replication a sidecar taxonomy index 2017-11-02 06:21:59 -04:00
Mike McCandless 380e679253 add message to assert 2017-11-02 06:21:18 -04:00
Noble Paul f564f9ca4b SOLR-11380: Test failure 2017-11-02 19:22:57 +10:30
Cao Manh Dat bf040a88ef SOLR-10125: Enable debug logging for addReplicaTest() 2017-11-02 15:20:42 +07:00
Noble Paul 0e738a0369 SOLR-11380: V2request also converted to do streaming write 2017-11-02 17:39:31 +10:30
Robert Muir aa0286540f SOLR-11511: qualify inner type name for javadocs links to fix precommit 2017-11-01 20:29:06 -04:00
Robert Muir 2658ff62c8 LUCENE-8025: fix changes entry, its sumTotalTermFreq 2017-11-01 19:45:00 -04:00
Robert Muir 7495a9d75b LUCENE-8025: Use totalTermFreq=sumDocFreq when scoring DOCS_ONLY fields 2017-11-01 19:31:52 -04:00
Joel Bernstein 6eea7f70a0 SOLR-11594: Add precision Stream Evaluator 2017-11-01 13:35:35 -04:00
Mike McCandless 77e6e291bf LUCENE-7994: use int/int scatter map to count facets when number of hits is small relative to number of unique facet labels 2017-11-01 12:58:53 -04:00
David Smiley 1ff6084d8e SOLR-11511: minor: use existing fields in DURP: coreDesc, zkController, collection 2017-11-01 11:47:09 -04:00
Joel Bernstein 6d5a7920ae SOLR-11593: Add support for covariance matrices to the cov Stream Evaluator 2017-11-01 11:30:15 -04:00
Shalin Shekhar Mangar 44b7bc0177 SOLR-11591: Change the test to not run into the race condition identified until we fix it 2017-11-01 19:48:00 +05:30
Noble Paul 1b8747ec4f SOLR-11380: XML request writer also stream request 2017-11-01 19:26:22 +10:30
Shalin Shekhar Mangar 2e4b6929d2 SOLR-9440: Revert visibility change of collectionWatches 2017-11-01 10:15:39 +05:30
Robert Muir 875d45ff14 LUCENE-8030: fix buggy assert 2017-10-31 22:30:33 -04:00
Joel Bernstein 5633268a45 SOLR-11567: Add triangularDistribution Stream Evaluator 2017-10-31 19:52:07 -04:00
Robert Muir 42c49c25d6 LUCENE-8024: Remove unnecessary norms.advanceExact check in score() 2017-10-31 19:45:55 -04:00
Erick Erickson 148d81c1e9 SOLR-11438: Solr should return rf when min_rf is specified for deletes as well as adds 2017-10-31 16:21:58 -07:00
Varun Thacker 95d287e866 SOLR-11586: Restored collection should use stateFormat=2 instead of 1 2017-10-31 15:14:12 -05:00
Varun Thacker 12d9d67dab Revert "SOLR-11003"
This reverts commit bc46de3b2a.
2017-10-31 13:50:28 -05:00
Varun Thacker 07652a5289 SOLR-11560: Specifying the replicationFactor parameter while restoring a collection would lead to extra tlog
and pull replicas being created
2017-10-31 13:43:19 -05:00