mirror of https://github.com/apache/lucene.git
SOLR-8888: Update CHANGES.txt
This commit is contained in:
parent
ffdfceba53
commit
586afc3db1
|
@ -56,6 +56,11 @@ New Features
|
||||||
* SOLR-8890: New static method in DistributedUpdateProcessorFactory to allow UpdateProcessorFactories
|
* SOLR-8890: New static method in DistributedUpdateProcessorFactory to allow UpdateProcessorFactories
|
||||||
to indicate request params that should be forwarded when DUP distributes updates. (hossman)
|
to indicate request params that should be forwarded when DUP distributes updates. (hossman)
|
||||||
|
|
||||||
|
* SOLR-8888: Add shortestPath Streaming Expression. This expression performs a breadth first
|
||||||
|
graph traversal to find the shortest path(s) in an unweighted, directed graph stored in a
|
||||||
|
SolrCloud collection. (Joel Bernstein)
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue