Interface SearchSortBuilder
-
- All Known Subinterfaces:
CompositeSortBuilder,DistanceSortBuilder,FieldSortBuilder,ScoreSortBuilder
public interface SearchSortBuilderA search sort builder, i.e. an object responsible for collecting parameters and then building a search sort.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchSortbuild()
-
-
-
Method Detail
-
build
SearchSort build()
-
-