public final class IndexBuilder extends Object
| Constructor and Description |
|---|
IndexBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static FullTextIndex |
fullTextIndex(FullTextIndexItem... items)
Create a full-text search index with the given index item and options.
|
static ValueIndex |
valueIndex(ValueIndexItem... items)
Create a value index with the given index items.
|
public static ValueIndex valueIndex(@NonNull ValueIndexItem... items)
items - The index itemspublic static FullTextIndex fullTextIndex(@NonNull FullTextIndexItem... items)
items - The index items.