| Package | Description |
|---|---|
| er.extensions.eof.qualifiers |
| Modifier and Type | Method and Description |
|---|---|
ERXFullTextQualifier.MatchType |
ERXFullTextQualifier.matchType()
Returns the match type (ANY or ALL) for this qualifier.
|
static ERXFullTextQualifier.MatchType |
ERXFullTextQualifier.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXFullTextQualifier.MatchType[] |
ERXFullTextQualifier.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ERXFullTextQualifier(String keyPath,
ERXFullTextQualifier.MatchType matchType,
NSArray<String> terms)
Constructs an ERXFullTextQualifier defaulting indexName to the same as
keyPath.
|
ERXFullTextQualifier(String keyPath,
ERXFullTextQualifier.MatchType matchType,
String... terms)
Constructs an ERXFullTextQualifier defaulting indexName to the same as
keyPath.
|
ERXFullTextQualifier(String keyPath,
String indexName,
ERXFullTextQualifier.MatchType matchType,
NSArray<String> terms)
Constructs an ERXFullTextQualifier.
|
ERXFullTextQualifier(String keyPath,
String indexName,
ERXFullTextQualifier.MatchType matchType,
String... terms)
Constructs an ERXFullTextQualifier.
|
Copyright © 2002 – 2025 Project Wonder.