S - The "self" type (the actual exposed type of this step).F - The type of field values.public interface StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,F>,F> extends IndexFieldTypeOptionsStep<S,F>
"Standard" index field types are types exposing a common set capabilities that are considered "standard", such as search or projection.
| Modifier and Type | Method and Description |
|---|---|
S |
aggregable(Aggregable aggregable) |
S |
indexNullAs(F indexNullAs) |
S |
projectable(Projectable projectable) |
S |
searchable(Searchable searchable) |
S |
sortable(Sortable sortable) |
toIndexFieldTypedslConverter, projectionConverterS projectable(Projectable projectable)
projectable - Whether projections are enabled for this field.this, for method chaining.ProjectableS sortable(Sortable sortable)
sortable - Whether this field should be sortable.this, for method chaining.SortableS indexNullAs(F indexNullAs)
indexNullAs - A value used instead of null values when indexing.this, for method chaining.S searchable(Searchable searchable)
searchable - Whether this field should be searchable.this, for method chaining.SearchableS aggregable(Aggregable aggregable)
aggregable - Whether aggregations are enabled for this field.this, for method chaining.AggregableCopyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.