Package org.apache.solr.search.facet
Class PercentileAgg.Parser
java.lang.Object
org.apache.solr.search.ValueSourceParser
org.apache.solr.search.facet.PercentileAgg.Parser
- All Implemented Interfaces:
NamedListInitializedPlugin
- Enclosing class:
PercentileAgg
-
Field Summary
Fields inherited from class org.apache.solr.search.ValueSourceParser
standardValueSourceParsers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.queries.function.ValueSourceparse(FunctionQParser fp) Parse the user input into a ValueSource.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
parse
Description copied from class:ValueSourceParserParse the user input into a ValueSource.- Specified by:
parsein classValueSourceParser- Throws:
SyntaxError
-