Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private IntOptions |
IndexField.intOptions |
Modifier and Type | Method and Description |
---|---|
IntOptions |
IntOptions.clone() |
IntOptions |
IndexField.getIntOptions() |
IntOptions |
IntOptions.withDefaultValue(java.lang.Long defaultValue)
A value to use for the field if the field isn't specified for a document.
|
IntOptions |
IntOptions.withFacetEnabled(java.lang.Boolean facetEnabled)
Whether facet information can be returned for the field.
|
IntOptions |
IntOptions.withReturnEnabled(java.lang.Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
IntOptions |
IntOptions.withSearchEnabled(java.lang.Boolean searchEnabled)
Whether the contents of the field are searchable.
|
IntOptions |
IntOptions.withSortEnabled(java.lang.Boolean sortEnabled)
Whether the field can be used to sort the search results.
|
IntOptions |
IntOptions.withSourceField(java.lang.String sourceField)
The name of the source field to map to the field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setIntOptions(IntOptions intOptions) |
IndexField |
IndexField.withIntOptions(IntOptions intOptions) |
Modifier and Type | Method and Description |
---|---|
IntOptions |
IntOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |