Package com.ibm.cloud.cloudant.v1.model
Class SearchInfoResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.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 Summary
Constructors Constructor Description SearchInfoResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the name.SearchIndexInfo
getSearchIndex()
Gets the searchIndex.
-
-
-
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
-
-