Class SearchInfoResult

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SearchInfoResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for search index information.
    • Constructor Detail

      • SearchInfoResult

        public SearchInfoResult()
    • Method Detail

      • getName

        public String getName()
        Gets the name. The name of the search index prefixed by the design document ID where the index is stored.
        Returns:
        the name
      • getSearchIndex

        public SearchIndexInfo getSearchIndex()
        Gets the searchIndex. Schema for metadata information about a search index.
        Returns:
        the searchIndex