Class SelectorHint

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

public class SelectorHint extends GenericModel
Schema for extra information on the selector.
  • Method Details

    • getIndexableFields

      public List<String> getIndexableFields()
      Gets the indexableFields. A list of fields in the given selector that can be used to restrict the query.
      Returns:
      the indexableFields
    • getType

      public String getType()
      Gets the type. A type of the index.
      Returns:
      the type
    • getUnindexableFields

      public List<String> getUnindexableFields()
      Gets the unindexableFields. A list of fields in the given selector that can't be used to restrict the query.
      Returns:
      the unindexableFields