Interface SearchSortBuilderFactory
public interface SearchSortBuilderFactory
A factory for search sort builders.
This is the main entry point for the engine to ask the backend to build search sorts.
-
Method Summary
-
Method Details
-
score
ScoreSortBuilder score() -
indexOrder
SearchSort indexOrder() -
composite
CompositeSortBuilder composite()
-