Class GetIndexesResult.IndexInfo

  • Enclosing class:
    GetIndexesResult

    public static class GetIndexesResult.IndexInfo
    extends Object
    IndexInfo represents the information about a single index including its name and field names.
    • Method Detail

      • getIndexName

        public String getIndexName()
        Returns the name of the index.
        Returns:
        the index name
      • getFieldNames

        public String[] getFieldNames()
        Returns the array of field names that define the index.
        Returns:
        the field names