Uses of Interface
org.hibernate.search.engine.search.sort.spi.FieldSortBuilder
Packages that use FieldSortBuilder
Package
Description
-
Uses of FieldSortBuilder in org.hibernate.search.backend.lucene.types.sort.impl
Methods in org.hibernate.search.backend.lucene.types.sort.impl that return FieldSortBuilderModifier and TypeMethodDescriptionLuceneStandardFieldSort.NumericFieldFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) LuceneStandardFieldSort.TemporalFieldFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) LuceneStandardFieldSort.TextFieldFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) -
Uses of FieldSortBuilder in org.hibernate.search.engine.search.sort.spi
Fields in org.hibernate.search.engine.search.sort.spi with type parameters of type FieldSortBuilderModifier and TypeFieldDescriptionstatic final SearchQueryElementTypeKey<FieldSortBuilder>SortTypeKeys.FIELD