Class IndexTextOperatorDefaultField

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

    public class IndexTextOperatorDefaultField
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for the text index default field configuration. The default field is used to index the text of all fields within a document for use with the `$text` operator.
    • Method Detail

      • analyzer

        public Analyzer analyzer()
        Gets the analyzer. Schema for a full text search analyzer.
        Returns:
        the analyzer
      • enabled

        public Boolean enabled()
        Gets the enabled. Whether or not the default_field is enabled.
        Returns:
        the enabled