Package org.apache.solr.search.join
Class ChildFieldValueSourceParser
- java.lang.Object
-
- org.apache.solr.search.ValueSourceParser
-
- org.apache.solr.search.join.ChildFieldValueSourceParser
-
- All Implemented Interfaces:
NamedListInitializedPlugin
public class ChildFieldValueSourceParser extends ValueSourceParser
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
-
Fields inherited from class org.apache.solr.search.ValueSourceParser
standardValueSourceParsers
-
-
Constructor Summary
Constructors Constructor Description ChildFieldValueSourceParser()
-
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
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
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
-
-