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 Detail

      • apply

        AnalyticsValueStream apply​(String t)
                            throws org.apache.solr.common.SolrException
        Throws:
        org.apache.solr.common.SolrException