Interface IndexDetails


@Beta public interface IndexDetails
Details of an index.
Since:
2.23.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the index (e.g.
    Returns type of objects which are indexed.
  • Method Details

    • getType

      Class<?> getType()
      Returns type of objects which are indexed.
    • getName

      String getName()
      Returns the name of the index (e.g. `default`)