Interface NamedPredicateProvider
-
@Incubating public interface NamedPredicateProvider
A factory for predicates, which is given a name and assigned to an element in the index schema.This factory takes advantage of provided metadata to pick, configure and create a
SearchPredicate
.- See Also:
SearchPredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchPredicate
create(NamedPredicateProviderContext context)
Creates a named predicate.
-
-
-
Method Detail
-
create
SearchPredicate create(NamedPredicateProviderContext context)
Creates a named predicate.- Parameters:
context
- The context, exposing in particular aSearchPredicateFactory
.- Returns:
- The created
SearchPredicate
.
-
-