Uses of Class
org.hibernate.search.engine.search.sort.dsl.SortOrder
-
-
Uses of SortOrder in org.hibernate.search.backend.elasticsearch.search.sort.impl
Fields in org.hibernate.search.backend.elasticsearch.search.sort.impl declared as SortOrder Modifier and Type Field Description protected SortOrderAbstractElasticsearchReversibleSort.AbstractBuilder. orderMethods in org.hibernate.search.backend.elasticsearch.search.sort.impl with parameters of type SortOrder Modifier and Type Method Description voidAbstractElasticsearchReversibleSort.AbstractBuilder. order(SortOrder order) -
Uses of SortOrder in org.hibernate.search.backend.lucene.search.sort.impl
Fields in org.hibernate.search.backend.lucene.search.sort.impl declared as SortOrder Modifier and Type Field Description protected SortOrderAbstractLuceneReversibleSort.AbstractBuilder. orderprotected SortOrderAbstractLuceneReversibleSort. orderMethods in org.hibernate.search.backend.lucene.search.sort.impl with parameters of type SortOrder Modifier and Type Method Description voidAbstractLuceneReversibleSort.AbstractBuilder. order(SortOrder order) -
Uses of SortOrder in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type SortOrder Modifier and Type Method Description SSortOrderStep. order(SortOrder order)Sort in the given order. -
Uses of SortOrder in org.hibernate.search.engine.search.sort.dsl.impl
Methods in org.hibernate.search.engine.search.sort.dsl.impl with parameters of type SortOrder Modifier and Type Method Description DistanceSortOptionsStepImpl<PDF>DistanceSortOptionsStepImpl. order(SortOrder order)FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. order(SortOrder order)ScoreSortOptionsStepImplScoreSortOptionsStepImpl. order(SortOrder order) -
Uses of SortOrder in org.hibernate.search.engine.search.sort.spi
Methods in org.hibernate.search.engine.search.sort.spi with parameters of type SortOrder Modifier and Type Method Description voidDistanceSortBuilder. order(SortOrder order)voidFieldSortBuilder. order(SortOrder order)voidScoreSortBuilder. order(SortOrder order)
-