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
    Modifier and Type
    Field
    Description
    static final IndexSettings
    Specifies a B-Tree index.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Creates a settings object that defines an B-Tree based ordered index.
  • Field Details

  • Method Details

    • btree

      static IndexSettings 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