Uses of Class
org.hibernate.search.engine.backend.types.Sortable
-
-
Uses of Sortable in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type Sortable Constructor Description ElasticsearchStringImplicitFieldContributor(String name, Searchable searchable, Sortable sortable, Projectable projectable, Aggregable aggregable) -
Uses of Sortable in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return Sortable Modifier and Type Method Description static SortableSortable. valueOf(String name)Returns the enum constant of this type with the specified name.static Sortable[]Sortable. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Sortable in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type Sortable Modifier and Type Method Description SStandardIndexFieldTypeOptionsStep. sortable(Sortable sortable) -
Uses of Sortable in org.hibernate.search.mapper.pojo.bridge.builtin.annotation
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.annotation that return Sortable Modifier and Type Method Description Sortablesortable() -
Uses of Sortable in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic with parameters of type Sortable Modifier and Type Method Description GeoPointBinderGeoPointBinder. sortable(Sortable sortable) -
Uses of Sortable in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl with parameters of type Sortable Modifier and Type Method Description GeoPointBridge.BinderGeoPointBridge.Binder. sortable(Sortable sortable) -
Uses of Sortable in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return Sortable Modifier and Type Method Description Sortablesortable()Sortablesortable()Sortablesortable() -
Uses of Sortable in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type Sortable Modifier and Type Method Description SPropertyMappingNonFullTextFieldOptionsStep. sortable(Sortable sortable)
-