Interface SearchSortBuilderFactory
-
public interface SearchSortBuilderFactoryA factory for search sort builders.This is the main entry point for the engine to ask the backend to build search sorts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompositeSortBuildercomposite()SearchSortindexOrder()ScoreSortBuilderscore()
-
-
-
Method Detail
-
score
ScoreSortBuilder score()
-
indexOrder
SearchSort indexOrder()
-
composite
CompositeSortBuilder composite()
-
-