public abstract class QParserPlugin extends Object implements NamedListInitializedPlugin
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_QTYPE
internal use - name of the default parser
|
static Object[] |
standardPlugins
internal use - name to class mappings of builtin parsers
|
Constructor and Description |
---|
QParserPlugin() |
Modifier and Type | Method and Description |
---|---|
abstract QParser |
createParser(String qstr,
SolrParams localParams,
SolrParams params,
SolrQueryRequest req)
return a
QParser |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init
public static String DEFAULT_QTYPE
public static final Object[] standardPlugins
public abstract QParser createParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req)
QParser
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.