currentObject, currentQuery, currentTokenQUERY, DATE, exactdepth, extraInfo, isFullText, ready, relativedepth
Modifier | Constructor and Description |
---|---|
protected |
TermQuery() |
|
TermQuery(Map<String,Object> variableNameValue)
Term Query constructor from Map
|
|
TermQuery(String variableName,
boolean value)
Term Query constructor
|
|
TermQuery(String variableName,
Date value)
Term Query constructor
|
|
TermQuery(String variableName,
double value)
Term Query constructor
|
|
TermQuery(String variableName,
long value)
Term Query constructor
|
|
TermQuery(String variableName,
String value)
Term Query constructor
|
Modifier and Type | Method and Description |
---|---|
TermQuery |
add(String variableName,
boolean value)
Add other Term sub queries to Term Query
|
TermQuery |
add(String variableName,
Date value)
Add other Term sub queries to Term Query
|
TermQuery |
add(String variableName,
double value)
Add other Term sub queries to Term Query
|
TermQuery |
add(String variableName,
long value)
Add other Term sub queries to Term Query
|
TermQuery |
add(String variableName,
String value)
Add other Term sub queries to Term Query
|
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, toString
protected TermQuery()
public TermQuery(String variableName, String value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic TermQuery(String variableName, long value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic TermQuery(String variableName, double value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic TermQuery(String variableName, boolean value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic TermQuery(String variableName, Date value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic TermQuery(Map<String,Object> variableNameValue) throws InvalidCreateOperationException
variableNameValue
- map of name and valueInvalidCreateOperationException
- when query is invalidpublic final TermQuery add(String variableName, String value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic final TermQuery add(String variableName, long value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic final TermQuery add(String variableName, double value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic final TermQuery add(String variableName, boolean value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidpublic final TermQuery add(String variableName, Date value) throws InvalidCreateOperationException
variableName
- key namevalue
- key valueInvalidCreateOperationException
- when query is invalidCopyright © 2018 Vitam. All rights reserved.