public class BlockJoinParentQParser extends QParser
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_NAME
implementation detail subject to change
|
FLAG_FILTER, flags, localParams, localParamsEnd, params, qstr, query, recurseCount, req, stringIncludingLocalParams, valFollowedParams| Modifier and Type | Method and Description |
|---|---|
protected Query |
createQuery(Query parentList,
Query query,
String scoreMode) |
protected String |
getParentFilterLocalParamName() |
Query |
parse()
Create and return the
Query object represented by qstr. |
addDebugInfo, getDefaultHighlightFields, getFlags, getHighlightQuery, getLocalParams, getParam, getParams, getParser, getParser, getQuery, getReq, getSort, getSortSpec, getString, isFilter, setFlags, setIsFilter, setLocalParams, setParams, setReq, setString, subQuerypublic static final String CACHE_NAME
protected String getParentFilterLocalParamName()
public Query parse() throws SyntaxError
QParserQuery object represented by qstr. Null MAY be returned to signify
there was no input (e.g. no query string) to parse.parse in class QParserSyntaxErrorQParser.getQuery()protected Query createQuery(Query parentList, Query query, String scoreMode) throws SyntaxError
SyntaxErrorCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.