public class MatchQuery extends Query
currentObject, currentQuery, currentTokenQUERY, DATE, exactdepth, extraInfo, isFullText, ready, relativedepth| Modifier | Constructor and Description |
|---|---|
protected |
MatchQuery() |
|
MatchQuery(BuilderToken.QUERY matchQuery,
String variableName,
String value)
Match Query constructor
|
| Modifier and Type | Method and Description |
|---|---|
MatchQuery |
setMatchMaxExpansions(int max) |
clean, 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, toStringprotected MatchQuery()
public MatchQuery(BuilderToken.QUERY matchQuery, String variableName, String value) throws InvalidCreateOperationException
matchQuery - match, match_phrase, match_phrase_prefixvariableName - variable namevalue - of variableInvalidCreateOperationException - when not validpublic final MatchQuery setMatchMaxExpansions(int max) throws InvalidCreateOperationException
max - max expansions for Match type request only (not regex, search)InvalidCreateOperationException - when not validCopyright © 2018 Vitam. All rights reserved.