JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Type Parameters:
B - The implementation type of the builder, which should expose a build() method.
This type is backend-specific, as the parameters to the build method may vary from one backend to another.
All Known Subinterfaces:
DistanceSortBuilder <B>, FieldSortBuilder <B>, ScoreSortBuilder <B>
public interface SearchSortBuilder<B>
A search sort builder, i.e. an object responsible for collecting parameters
and then building a search sort.
Method Detail
toImplementation
B toImplementation()
Returns:
An implementation-specific view of this builder,
allowing the backend to call a build() method in particular.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.