Package org.apache.solr.analytics
Interface ExpressionFactory.CreatorFunction
-
- Enclosing class:
- ExpressionFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ExpressionFactory.CreatorFunction
Used for system analytics functions for initialization. Should take in a list of expression parameters and return an expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsValueStream
apply(AnalyticsValueStream[] t)
-
-
-
Method Detail
-
apply
AnalyticsValueStream apply(AnalyticsValueStream[] t) throws SolrException
- Throws:
SolrException
-
-