public interface IndexSettings
This type also exposes a set of static settings builders for the supported index types.
Modifier and Type | Field and Description |
---|---|
static IndexSettings |
BTREE
Specifies a B-Tree index.
|
Modifier and Type | Method and Description |
---|---|
static IndexSettings |
btree()
Creates a settings object that defines an B-Tree based ordered index.
|
static final IndexSettings BTREE
btree()
static IndexSettings btree()