Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.NotPredicateFinalStep
Packages that use NotPredicateFinalStep
Package
Description
-
Uses of NotPredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return NotPredicateFinalStepModifier and TypeMethodDescriptionSearchPredicateFactory.not(PredicateFinalStep searchPredicate) Match documents that do not satisfy the passed in predicate.SearchPredicateFactory.not(SearchPredicate searchPredicate) Match documents that do not satisfy the passed in previously-builtSearchPredicate. -
Uses of NotPredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement NotPredicateFinalStepMethods in org.hibernate.search.engine.search.predicate.dsl.impl that return NotPredicateFinalStepModifier and TypeMethodDescriptionNotPredicateFinalStepImpl.boost(float boost) NotPredicateFinalStepImpl.constantScore() -
Uses of NotPredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return NotPredicateFinalStepModifier and TypeMethodDescriptionAbstractSearchPredicateFactory.not(PredicateFinalStep searchPredicate) AbstractSearchPredicateFactory.not(SearchPredicate searchPredicate)