Class SearchInfoResult

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.SearchInfoResult
All Implemented Interfaces:
ObjectModel

public class SearchInfoResult extends GenericModel
Schema for search index information.
  • Method Details

    • 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