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 |
Varun Thacker
|
bc46de3b2a
|
SOLR-11003
|
2017-10-31 13:43:19 -05:00 |
Christine Poerschke
|
d58ec8728c
|
Remove unnecessary casts in SolrCloudReportersTest. Split out from the SOLR-11291 changes. (Omar Abdelnabi via Christine Poerschke)
|
2017-10-31 17:24:36 +00:00 |
Steve Rowe
|
55d3aeb21a
|
SOLR-11564: TestFunctionQuery: clear index before each test to avoid cross contamination
|
2017-10-31 12:40:32 -04:00 |
Shalin Shekhar Mangar
|
39376cd8b5
|
SOLR-9440: The ZkStateReader.removeCollectionStateWatcher method can cache a DocCollection reference and never update it causing stale state to be returned in ClusterState
|
2017-10-31 17:58:36 +05:30 |
Noble Paul
|
487f67620d
|
SOLR-11520: Implement autoscaling suggestions for cores count violations
|
2017-10-31 19:41:17 +10:30 |
Cao Manh Dat
|
0f9012009b
|
SOLR-10397: Remove unused imports
|
2017-10-31 15:07:52 +07:00 |
Cao Manh Dat
|
ce61a59ecd
|
SOLR-10397: Fix test failures
|
2017-10-31 15:06:34 +07:00 |
Noble Paul
|
cb3ed762fb
|
SOLR-11380: use the inNull() method to check for empty UpdateRequest
|
2017-10-31 16:34:00 +10:30 |
Noble Paul
|
706b6c9171
|
SOLR-11380: SolrJ must stream docs to server instead of writing to a buffer first
|
2017-10-31 13:16:31 +10:30 |
Steve Rowe
|
52b4625ac7
|
Minor ref guide edits
|
2017-10-30 22:33:54 -04:00 |
Cao Manh Dat
|
f6cbce1c6e
|
SOLR-11576: CollectionsAPIDistributedZkTest.testCollectionsAPI() get failed when query node has stale clusterstate
|
2017-10-31 09:13:02 +07:00 |
Robert Muir
|
e0bde57981
|
LUCENE-8020: don't force sim to score bogus terms (e.g. docfreq=0)
|
2017-10-30 20:32:12 -04:00 |
Joel Bernstein
|
3edb23471b
|
SOLR-11565: Add unit Stream Evaluator to support unitizing of vectors
|
2017-10-30 20:17:22 -04:00 |
Robert Muir
|
489ca238c4
|
LUCENE-8021: Add AssertingSimilarity
|
2017-10-30 18:38:26 -04:00 |
Christine Poerschke
|
309481f6ec
|
SOLR-11461: change contrib/ltr test-files away from luceneMatchVersion 6.0.0
|
2017-10-30 18:03:25 +00:00 |
Christine Poerschke
|
b8bcaf9246
|
SOLR-10132: A new optional facet.matches parameter to return facet buckets only for terms that match a regular expression. (Gus Heck, Christine Poerschke)
|
2017-10-30 18:03:25 +00:00 |
Joel Bernstein
|
b7332f65b7
|
SEARCH-11566: Add transpose Stream Evaluator to support transposing of matrices
|
2017-10-30 12:59:13 -04:00 |
Steve Rowe
|
84fa17d42a
|
TestFunctionQuery: clear index before each test to avoid cross contamination
|
2017-10-30 11:26:31 -04:00 |
Andrzej Bialecki
|
c8d55cc6d4
|
SOLR-11413: SolrGraphiteReporter fails to report metrics due to non-thread safe code.
|
2017-10-30 12:52:01 +01:00 |
Cao Manh Dat
|
cc519b9ddd
|
SOLR-11452: Leader from collectionState can be null
|
2017-10-30 10:04:08 +07:00 |
Joel Bernstein
|
e0239b9e84
|
SOLR-11568: Add matrix Stream Evaluator to support efficient matrix operations
|
2017-10-29 20:59:57 -04:00 |
Chris Hostetter
|
8d030280a1
|
SOLR-11541: refguide: purge unneccessary page-shortname and page-permalink attributes from all source docs
|
2017-10-29 15:08:43 -07:00 |
Jan Høydahl
|
b44497fdb7
|
SOLR-11562: Restore Solr ASCII-art in log at startup by removing Default config logging
|
2017-10-28 21:39:23 +02:00 |
Noble Paul
|
f1a6b68d75
|
SOLR-11484: fixing NPE
|
2017-10-28 12:04:10 +10:30 |
Tomas Fernandez Lobbe
|
64f60e5cec
|
SOLR-11170: Remove unused import
|
2017-10-27 10:24:16 -07:00 |
Tomas Fernandez Lobbe
|
03084fa754
|
SOLR-11557: SolrZkClient.checkInterrupted interrupts current thread
|
2017-10-27 09:57:22 -07:00 |
Cassandra Targett
|
252994de3c
|
Ref Guide: parameterize versions in using-solrj.adoc and move autoscaling api docs in hierarchy
|
2017-10-27 10:39:07 -05:00 |
Cao Manh Dat
|
8a05e6ea88
|
SOLR-11532: Update CHANGES.txt
|
2017-10-27 14:50:03 +07:00 |
Cao Manh Dat
|
7a19128109
|
SOLR-11532: Solr hits NPE when fl only contains DV fields and any of them is a spatial field
|
2017-10-27 14:34:18 +07:00 |
Adrien Grand
|
401dda7e06
|
LUCENE-8018: FieldInfos retains garbage if non-sparse.
|
2017-10-27 08:36:27 +02:00 |
Noble Paul
|
0d29f7a1a2
|
SOLR-11484: CloudSolrClient does not invalidate cache or retry for RouteException
|
2017-10-27 15:28:24 +10:30 |