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:
BooleanJunctionPredicateBuilder <B>, MatchAllPredicateBuilder <B>, MatchIdPredicateBuilder <B>, MatchPredicateBuilder <B>, NestedPredicateBuilder <B>, RangePredicateBuilder <B>, SpatialWithinBoundingBoxPredicateBuilder <B>, SpatialWithinCirclePredicateBuilder <B>, SpatialWithinPolygonPredicateBuilder <B>
public interface SearchPredicateBuilder<B>
A search predicate builder, i.e. an object responsible for collecting parameters
and then building a search predicate.
Method Detail
boost
void boost(float boost)
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.