public abstract class QParserPlugin extends Object implements NamedListInitializedPlugin
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_QTYPEinternal use - name of the default parser | 
| static Object[] | standardPluginsinternal 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, waitinitpublic static String DEFAULT_QTYPE
public static final Object[] standardPlugins
public abstract QParser createParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req)
QParserCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.