Package | Description |
---|---|
com.attivio.sdk.search.fields |
Model for
FieldExpressions applied to
QueryRequests . |
Modifier and Type | Field and Description |
---|---|
static MultiValueMode |
Concat.DEFAULT_MULTI_VALUE_MODE
The default MultiValueMode for the Concat expression.
|
static MultiValueMode |
BinaryMathExpression.DEFAULT_MULTI_VALUE_MODE
The default MultiValueMode.
|
Modifier and Type | Method and Description |
---|---|
MultiValueMode |
Concat.getMultiValueMode()
Get the
MultiValueMode . |
MultiValueMode |
BinaryMathExpression.getMultiValueMode()
Get the
MultiValueMode . |
static MultiValueMode |
MultiValueMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiValueMode[] |
MultiValueMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Concat.setMultiValueMode(MultiValueMode mode)
Set the
MultiValueMode . |
void |
BinaryMathExpression.setMultiValueMode(MultiValueMode mode)
Set the
MultiValueMode . |
Constructor and Description |
---|
BinaryMathExpression(BinaryMathExpression.Method method,
FieldExpression x,
FieldExpression y,
MultiValueMode mode)
Construct a new BinaryMathExpression.
|
BinaryMathExpression(BinaryMathExpression.Method method,
FieldExpression x,
FieldExpression y,
MultiValueMode mode,
String alias)
Construct a new BinaryMathExpression.
|
Concat(FieldExpression[] args,
MultiValueMode mode,
String alias) |
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.