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:
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexTextOperatorDefaultField.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Analyzer
analyzer()
Gets the analyzer.Boolean
enabled()
Gets the enabled.IndexTextOperatorDefaultField.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public IndexTextOperatorDefaultField.Builder newBuilder()
New builder.- Returns:
- a IndexTextOperatorDefaultField builder
-
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
-
-