Package org.apache.solr.analytics
Interface ExpressionFactory.ConstantFunction
-
- 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.ConstantFunction
Used to initialize analytics constants.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticsValueStream
apply(String t)
-
-
-
Method Detail
-
apply
AnalyticsValueStream apply(String t) throws org.apache.solr.common.SolrException
- Throws:
org.apache.solr.common.SolrException
-
-