S - The concrete type of this context.F - The type of field values.public interface StandardIndexFieldTypeContext<S extends StandardIndexFieldTypeContext<? extends S,F>,F> extends IndexFieldTypeConverterContext<S,F>, IndexFieldTypeTerminalContext<F>
| Modifier and Type | Method and Description |
|---|---|
S |
indexNullAs(F indexNullAs) |
S |
projectable(Projectable projectable) |
S |
searchable(Searchable searchable) |
S |
sortable(Sortable sortable) |
dslConverter, projectionConvertertoIndexFieldTypeS 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.SearchableCopyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.