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, getParser, getQuery, getReq, getSortSpec, getString, isFilter, setFlags, setIsFilter, setLocalParams, setParams, setReq, setString, subQuery
public static final String CACHE_NAME
protected String getParentFilterLocalParamName()
public Query parse() throws SyntaxError
QParser
Query
object represented by qstr
. Null MAY be returned to signify
there was no input (e.g. no query string) to parse.parse
in class QParser
SyntaxError
QParser.getQuery()
protected Query createQuery(Query parentList, Query query, String scoreMode) throws SyntaxError
SyntaxError
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.