public class BooleanQuery extends Query
Modifier and Type | Field and Description |
---|---|
protected List<Query> |
queries |
currentObject, currentQuery, currentTokenQUERY, DATE, exactdepth, extraInfo, isFullText, ready, relativedepth
Modifier | Constructor and Description |
---|---|
protected |
BooleanQuery() |
|
BooleanQuery(BuilderToken.QUERY booleanQuery)
BooleanQuery constructor
|
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
add(Query... queries)
Add sub queries to Boolean Query
|
void |
clean()
Clean the object
|
List<Query> |
getQueries() |
cleanDepth, createQueryArray, createQueryVariable, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, createQueryVariableValue, getCurrentObject, getCurrentQuery, getExtraInfo, getNode, getParserExactdepth, getParserRelativeDepth, getQUERY, isFullText, isReady, setDepthLimit, setExactDepthLimit, setExtraInfo, setFullText, setParserExactdepth, setParserRelativeDepth, setReady, setRelativeDepthLimit, toString
protected BooleanQuery()
public BooleanQuery(BuilderToken.QUERY booleanQuery) throws InvalidCreateOperationException
booleanQuery
- and or notInvalidCreateOperationException
- when not a boolean query or errorpublic void clean()
Query
public final BooleanQuery add(Query... queries) throws InvalidCreateOperationException
queries
- list of queryInvalidCreateOperationException
- when not ready or errorCopyright © 2018 Vitam. All rights reserved.