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
public static class PercentileAgg.Parser extends ValueSourceParser
-
-
Field Summary
-
Fields inherited from class org.apache.solr.search.ValueSourceParser
standardValueSourceParsers
-
-
Constructor Summary
Constructors Constructor Description Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.queries.function.ValueSource
parse(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, wait
-
Methods inherited from interface org.apache.solr.util.plugin.NamedListInitializedPlugin
init
-
-
-
-
Method Detail
-
parse
public org.apache.lucene.queries.function.ValueSource parse(FunctionQParser fp) throws SyntaxError
Description copied from class:ValueSourceParser
Parse the user input into a ValueSource.- Specified by:
parse
in classValueSourceParser
- Throws:
SyntaxError
-
-