Class SearchIndexInfo

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

public class SearchIndexInfo extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for metadata information about a search index.
  • Method Details

    • getCommittedSeq

      public Long getCommittedSeq()
      Gets the committedSeq. The committed sequence identifier.
      Returns:
      the committedSeq
    • getDiskSize

      public Long getDiskSize()
      Gets the diskSize. The size of the search index on disk.
      Returns:
      the diskSize
    • getDocCount

      public Long getDocCount()
      Gets the docCount. The count of the number of indexed documents.
      Returns:
      the docCount
    • getDocDelCount

      public Long getDocDelCount()
      Gets the docDelCount. The number of deleted documents.
      Returns:
      the docDelCount
    • getPendingSeq

      public Long getPendingSeq()
      Gets the pendingSeq. The pending sequence identifier.
      Returns:
      the pendingSeq
    • getSignature

      public String getSignature()
      Gets the signature. Unique signature of the search index.
      Returns:
      the signature