Package com.ibm.cloud.cloudant.v1.model
Class IndexTextOperatorDefaultField
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.IndexTextOperatorDefaultField
- All Implemented Interfaces:
 ObjectModel
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 Details
- 
newBuilder
New builder.- Returns:
 - a IndexTextOperatorDefaultField builder
 
 - 
analyzer
Gets the analyzer. Schema for a full text search analyzer.- Returns:
 - the analyzer
 
 - 
enabled
Gets the enabled. Whether or not the default_field is enabled.- Returns:
 - the enabled
 
 
 -