Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private IntArrayOptions |
IndexField.intArrayOptions |
Modifier and Type | Method and Description |
---|---|
IntArrayOptions |
IntArrayOptions.clone() |
IntArrayOptions |
IndexField.getIntArrayOptions() |
IntArrayOptions |
IntArrayOptions.withDefaultValue(java.lang.Long defaultValue)
A value to use for the field if the field isn't specified for a document.
|
IntArrayOptions |
IntArrayOptions.withFacetEnabled(java.lang.Boolean facetEnabled)
Whether facet information can be returned for the field.
|
IntArrayOptions |
IntArrayOptions.withReturnEnabled(java.lang.Boolean returnEnabled)
Whether the contents of the field can be returned in the search results.
|
IntArrayOptions |
IntArrayOptions.withSearchEnabled(java.lang.Boolean searchEnabled)
Whether the contents of the field are searchable.
|
IntArrayOptions |
IntArrayOptions.withSourceFields(java.lang.String sourceFields)
A list of source fields to map to the field.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexField.setIntArrayOptions(IntArrayOptions intArrayOptions) |
IndexField |
IndexField.withIntArrayOptions(IntArrayOptions intArrayOptions) |
Modifier and Type | Method and Description |
---|---|
IntArrayOptions |
IntArrayOptionsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |