Interface IndexSettings
public interface IndexSettings
Representation of the configuration settings for an index.
This type also exposes a set of static settings builders for the supported index types.
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic IndexSettings
btree()
Creates a settings object that defines an B-Tree based ordered index.
-
Field Details
-
BTREE
Specifies a B-Tree index.- See Also:
-
-
Method Details
-
btree
Creates a settings object that defines an B-Tree based ordered index. An index of this type may have multiple entries per indexed value.- Returns:
- settings for a b-tree index
-