mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 18:49:03 +00:00
SOLR-10356: Adds basic math streaming evaluators
This commit is contained in:
parent
3af6f639b7
commit
8036300328
@ -71,7 +71,7 @@ New Features
|
||||
|
||||
* SOLR-10393: Adds UUID Streaming Evaluator (Dennis Gove)
|
||||
|
||||
* SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling. (shalin)
|
||||
* SOLR-10356: Adds basic math Streaming Evaluators (Dennis Gove)
|
||||
|
||||
Bug Fixes
|
||||
----------------------
|
||||
|
@ -279,7 +279,7 @@ public class StreamHandler extends RequestHandlerBase implements SolrCoreAware,
|
||||
.withFunctionName("cbrt", CubedRootEvaluator.class)
|
||||
.withFunctionName("coalesce", CoalesceEvaluator.class)
|
||||
.withFunctionName("uuid", UuidEvaluator.class)
|
||||
|
||||
|
||||
// Conditional Stream Evaluators
|
||||
.withFunctionName("if", IfThenElseEvaluator.class)
|
||||
.withFunctionName("analyze", AnalyzeEvaluator.class)
|
||||
|
Loading…
x
Reference in New Issue
Block a user