Package | Description |
---|---|
com.sdl.delivery.iq.query.api | |
com.sdl.delivery.iq.query.field | |
com.sdl.delivery.iq.query.search |
Modifier and Type | Method and Description |
---|---|
static MatchOperation |
MatchOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchOperation[] |
MatchOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BooleanOperation |
Query.multiMatch(List<String> wildCardFieldNames,
String query,
MatchOperation operation)
Searches given text in the specified fields with given operation.
|
BooleanOperation |
Query.multiMatch(List<String> wildCardFieldNames,
String query,
MatchOperation operation,
MatchType type)
Searches given text in the specified fields with given operation and type.
|
Modifier and Type | Method and Description |
---|---|
MatchOperation |
MultiMatchField.getOperation() |
Constructor and Description |
---|
MultiMatchField(boolean negate,
String query,
List<String> fields,
MatchOperation operation) |
MultiMatchField(boolean negate,
String query,
List<String> fields,
MatchOperation operation,
MatchType type) |
MultiMatchField(boolean negate,
String query,
MatchOperation operation) |
Modifier and Type | Method and Description |
---|---|
BooleanOperation |
SearchQuery.multiMatch(List<String> wildCardFieldNames,
String query,
MatchOperation matchOperation) |
BooleanOperation |
SearchQuery.multiMatch(List<String> wildCardFieldNames,
String query,
MatchOperation matchOperation,
MatchType type) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries