| Package | Description |
|---|---|
| com.hcl.domino.data |
| Modifier and Type | Method and Description |
|---|---|
static FTQuery |
FTQuery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FTQuery[] |
FTQuery.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FTQueryResult |
Database.queryFTIndex(String query,
int maxResults,
Set<FTQuery> options,
Set<Integer> filterIds,
int start,
int count)
Performs a fulltext search in the database with advanced options.
|
Copyright © 2019–2021 HCL. All rights reserved.