Uses of Interface
org.hibernate.search.engine.search.predicate.SearchPredicate
-
-
Uses of SearchPredicate in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type SearchPredicate Modifier and Type Method Description SearchExceptionLog_$logger. cannotMixElasticsearchSearchQueryWithOtherPredicates(SearchPredicate predicate)SearchExceptionLog. cannotMixElasticsearchSearchQueryWithOtherPredicates(SearchPredicate predicate)SearchExceptionLog_$logger. invalidNestedObjectPathForPredicate(SearchPredicate predicate, String nestedObjectPath, List<String> fieldPaths)SearchExceptionLog. invalidNestedObjectPathForPredicate(SearchPredicate predicate, String nestedObjectPath, List<String> fieldPaths)SearchExceptionLog_$logger. predicateDefinedOnDifferentIndexes(SearchPredicate predicate, Set<String> predicateIndexes, Set<String> scopeIndexes)SearchExceptionLog. predicateDefinedOnDifferentIndexes(SearchPredicate predicate, Set<String> predicateIndexes, Set<String> scopeIndexes) -
Uses of SearchPredicate in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Methods in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type SearchPredicate Modifier and Type Method Description voidAbstractElasticsearchNestableAggregation.AbstractBuilder. filter(SearchPredicate filter) -
Uses of SearchPredicate in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Subinterfaces of SearchPredicate in org.hibernate.search.backend.elasticsearch.search.predicate.impl Modifier and Type Interface Description interfaceElasticsearchSearchPredicateClasses in org.hibernate.search.backend.elasticsearch.search.predicate.impl that implement SearchPredicate Modifier and Type Class Description classAbstractElasticsearchNestablePredicateclassAbstractElasticsearchPredicateclassAbstractElasticsearchSingleFieldPredicateclassElasticsearchExistsPredicateclassElasticsearchMatchIdPredicateGenerate the JSON for queries by id for Elasticsearch.classElasticsearchNamedPredicateclassElasticsearchNestedPredicateclassElasticsearchRangePredicateclassElasticsearchSimpleQueryStringPredicateMethods in org.hibernate.search.backend.elasticsearch.search.predicate.impl that return SearchPredicate Modifier and Type Method Description SearchPredicateElasticsearchSimpleQueryStringPredicate.Builder. build()Methods in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type SearchPredicate Modifier and Type Method Description static ElasticsearchSearchPredicateElasticsearchSearchPredicate. from(ElasticsearchSearchIndexScope<?> scope, SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl with parameters of type SearchPredicate Modifier and Type Method Description ElasticsearchSearchQueryOptionsStep<E,LOS>ElasticsearchSearchQuerySelectStepImpl. where(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type SearchPredicate Modifier and Type Method Description voidElasticsearchSearchQueryBuilder. predicate(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.backend.elasticsearch.types.predicate.impl
Classes in org.hibernate.search.backend.elasticsearch.types.predicate.impl that implement SearchPredicate Modifier and Type Class Description classElasticsearchGeoPointSpatialWithinBoundingBoxPredicateclassElasticsearchGeoPointSpatialWithinCirclePredicateclassElasticsearchGeoPointSpatialWithinPolygonPredicateclassElasticsearchStandardMatchPredicateclassElasticsearchTermsPredicateclassElasticsearchTextMatchPredicateclassElasticsearchTextPhrasePredicateclassElasticsearchTextRegexpPredicateclassElasticsearchTextWildcardPredicate -
Uses of SearchPredicate in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type SearchPredicate Modifier and Type Method Description SearchExceptionLog_$logger. cannotMixLuceneSearchQueryWithOtherPredicates(SearchPredicate predicate)SearchExceptionLog. cannotMixLuceneSearchQueryWithOtherPredicates(SearchPredicate predicate)SearchExceptionLog_$logger. invalidNestedObjectPathForPredicate(SearchPredicate predicate, String nestedObjectPath, List<String> fieldPaths)SearchExceptionLog. invalidNestedObjectPathForPredicate(SearchPredicate predicate, String nestedObjectPath, List<String> fieldPaths)SearchExceptionLog_$logger. predicateDefinedOnDifferentIndexes(SearchPredicate predicate, Set<String> predicateIndexes, Set<String> scopeIndexes)SearchExceptionLog. predicateDefinedOnDifferentIndexes(SearchPredicate predicate, Set<String> predicateIndexes, Set<String> scopeIndexes) -
Uses of SearchPredicate in org.hibernate.search.backend.lucene.search.predicate.impl
Subinterfaces of SearchPredicate in org.hibernate.search.backend.lucene.search.predicate.impl Modifier and Type Interface Description interfaceLuceneSearchPredicateClasses in org.hibernate.search.backend.lucene.search.predicate.impl that implement SearchPredicate Modifier and Type Class Description classAbstractLuceneLeafSingleFieldPredicateclassAbstractLuceneSearchPredicateclassAbstractLuceneSingleFieldPredicateclassLuceneMatchIdPredicateclassLuceneNamedPredicateclassLuceneNestedPredicateclassLuceneSimpleQueryStringPredicateMethods in org.hibernate.search.backend.lucene.search.predicate.impl that return SearchPredicate Modifier and Type Method Description SearchPredicateLuceneSimpleQueryStringPredicate.Builder. build()Methods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type SearchPredicate Modifier and Type Method Description static LuceneSearchPredicateLuceneSearchPredicate. from(LuceneSearchIndexScope<?> scope, SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.backend.lucene.search.query.dsl.impl
Methods in org.hibernate.search.backend.lucene.search.query.dsl.impl with parameters of type SearchPredicate Modifier and Type Method Description LuceneSearchQueryOptionsStep<E,LOS>LuceneSearchQuerySelectStepImpl. where(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.backend.lucene.search.query.impl
Methods in org.hibernate.search.backend.lucene.search.query.impl with parameters of type SearchPredicate Modifier and Type Method Description voidLuceneSearchQueryBuilder. predicate(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.backend.lucene.search.spi
Methods in org.hibernate.search.backend.lucene.search.spi with parameters of type SearchPredicate Modifier and Type Method Description static org.apache.lucene.search.QueryLuceneMigrationUtils. toLuceneQuery(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.backend.lucene.types.aggregation.impl
Methods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type SearchPredicate Modifier and Type Method Description voidAbstractLuceneNestableAggregation.AbstractBuilder. filter(SearchPredicate filter) -
Uses of SearchPredicate in org.hibernate.search.backend.lucene.types.predicate.impl
Classes in org.hibernate.search.backend.lucene.types.predicate.impl that implement SearchPredicate Modifier and Type Class Description classLuceneExistsPredicateclassLuceneGeoPointSpatialWithinBoundingBoxPredicateclassLuceneGeoPointSpatialWithinCirclePredicateclassLuceneGeoPointSpatialWithinPolygonPredicateclassLuceneNumericMatchPredicateclassLuceneNumericRangePredicateclassLuceneNumericTermsPredicateclassLuceneObjectExistsPredicateclassLuceneTextMatchPredicateclassLuceneTextPhrasePredicateclassLuceneTextRangePredicateclassLuceneTextRegexpPredicateclassLuceneTextTermsPredicateclassLuceneTextWildcardPredicate -
Uses of SearchPredicate in org.hibernate.search.backend.lucene.types.sort.impl
Methods in org.hibernate.search.backend.lucene.types.sort.impl with parameters of type SearchPredicate Modifier and Type Method Description voidAbstractLuceneDocumentValueSort.AbstractBuilder. filter(SearchPredicate filter) -
Uses of SearchPredicate in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type SearchPredicate Modifier and Type Method Description SAggregationFilterStep. filter(SearchPredicate searchPredicate)Filter nested objects from which values will be extracted for this aggregation. -
Uses of SearchPredicate in org.hibernate.search.engine.search.aggregation.spi
Methods in org.hibernate.search.engine.search.aggregation.spi with parameters of type SearchPredicate Modifier and Type Method Description voidRangeAggregationBuilder. filter(SearchPredicate filter)voidTermsAggregationBuilder. filter(SearchPredicate filter) -
Uses of SearchPredicate in org.hibernate.search.engine.search.predicate.definition
Methods in org.hibernate.search.engine.search.predicate.definition that return SearchPredicate Modifier and Type Method Description SearchPredicatePredicateDefinition. create(PredicateDefinitionContext context)Creates a predicate. -
Uses of SearchPredicate in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return SearchPredicate Modifier and Type Method Description SearchPredicatePredicateFinalStep. toPredicate()Create aSearchPredicateinstance matching the definition given in the previous DSL steps.Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type SearchPredicate Modifier and Type Method Description SGenericSimpleBooleanPredicateClausesStep. add(SearchPredicate searchPredicate)SSimpleBooleanPredicateClausesCollector. add(SearchPredicate searchPredicate)Adds the specified previously-builtSearchPredicateto the list of clauses.SimpleBooleanPredicateOptionsStep<?>SearchPredicateFactory. and(SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicates)Match documents if they match all previously-builtSearchPredicate.SMatchAllPredicateOptionsStep. except(SearchPredicate searchPredicate)Add a "must not" clause based on a previously-builtSearchPredicate,SBooleanPredicateOptionsCollector. filter(SearchPredicate searchPredicate)Add a "filter" clause based on a previously-builtSearchPredicate.SGenericBooleanPredicateClausesStep. filter(SearchPredicate searchPredicate)SBooleanPredicateOptionsCollector. must(SearchPredicate searchPredicate)Add a "must" clause based on a previously-builtSearchPredicate.SGenericBooleanPredicateClausesStep. must(SearchPredicate searchPredicate)SBooleanPredicateOptionsCollector. mustNot(SearchPredicate searchPredicate)Add a "must not" clause based on a previously-builtSearchPredicate.SGenericBooleanPredicateClausesStep. mustNot(SearchPredicate searchPredicate)NNestedPredicateNestStep. nest(SearchPredicate searchPredicate)Deprecated.Set the inner predicate to a previously-builtSearchPredicate.NotPredicateFinalStepSearchPredicateFactory. not(SearchPredicate searchPredicate)Match documents that do not satisfy the passed in previously-builtSearchPredicate.SimpleBooleanPredicateOptionsStep<?>SearchPredicateFactory. or(SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicates)Match documents if they match any previously-builtSearchPredicate.SBooleanPredicateOptionsCollector. should(SearchPredicate searchPredicate)Add a "should" clause based on a previously-builtSearchPredicate.SGenericBooleanPredicateClausesStep. should(SearchPredicate searchPredicate) -
Uses of SearchPredicate in org.hibernate.search.engine.search.predicate.dsl.impl
Methods in org.hibernate.search.engine.search.predicate.dsl.impl that return SearchPredicate Modifier and Type Method Description protected SearchPredicateAbstractSimpleBooleanPredicateClausesStep. build()protected SearchPredicateExistsPredicateFieldStepImpl. build()protected SearchPredicateMatchAllPredicateOptionsStepImpl. build()protected SearchPredicateMatchIdPredicateMatchingStepImpl. build()protected SearchPredicateMatchNonePredicateFinalStepImpl. build()protected SearchPredicateNamedPredicateOptionsStepImpl. build()protected SearchPredicateNestedPredicateClausesStepImpl. build()protected SearchPredicateNestedPredicateFieldStepImpl. build()Deprecated.protected SearchPredicateNotPredicateFinalStepImpl. build()Methods in org.hibernate.search.engine.search.predicate.dsl.impl with parameters of type SearchPredicate Modifier and Type Method Description SAbstractSimpleBooleanPredicateClausesStep. add(SearchPredicate searchPredicate)MatchAllPredicateOptionsStep<?>MatchAllPredicateOptionsStepImpl. except(SearchPredicate searchPredicate)NestedPredicateOptionsStep<?>NestedPredicateFieldStepImpl. nest(SearchPredicate searchPredicate)Deprecated.Constructors in org.hibernate.search.engine.search.predicate.dsl.impl with parameters of type SearchPredicate Constructor Description NotPredicateFinalStepImpl(SearchPredicateDslContext<?> dslContext, SearchPredicate searchPredicate)SimpleBooleanPredicateClausesStepImpl(AbstractSimpleBooleanPredicateClausesStep.SimpleBooleanPredicateOperator operator, SearchPredicateDslContext<?> dslContext, SearchPredicateFactory factory, SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicates) -
Uses of SearchPredicate in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return SearchPredicate Modifier and Type Method Description protected abstract SearchPredicateAbstractPredicateFinalStep. build()SearchPredicateAbstractPredicateFinalStep. toPredicate()SearchPredicateStaticPredicateFinalStep. toPredicate()Methods in org.hibernate.search.engine.search.predicate.dsl.spi with parameters of type SearchPredicate Modifier and Type Method Description SimpleBooleanPredicateOptionsStep<?>AbstractSearchPredicateFactory. and(SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicates)NotPredicateFinalStepAbstractSearchPredicateFactory. not(SearchPredicate searchPredicate)SimpleBooleanPredicateOptionsStep<?>AbstractSearchPredicateFactory. or(SearchPredicate firstSearchPredicate, SearchPredicate... otherSearchPredicate)Constructors in org.hibernate.search.engine.search.predicate.dsl.spi with parameters of type SearchPredicate Constructor Description StaticPredicateFinalStep(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi that return SearchPredicate Modifier and Type Method Description SearchPredicateSearchPredicateBuilder. build()Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type SearchPredicate Modifier and Type Method Description voidBooleanPredicateBuilder. filter(SearchPredicate clause)voidBooleanPredicateBuilder. must(SearchPredicate clause)voidBooleanPredicateBuilder. mustNot(SearchPredicate clause)voidNestedPredicateBuilder. nested(SearchPredicate nestedPredicate)voidBooleanPredicateBuilder. should(SearchPredicate clause) -
Uses of SearchPredicate in org.hibernate.search.engine.search.query.dsl
Methods in org.hibernate.search.engine.search.query.dsl with parameters of type SearchPredicate Modifier and Type Method Description NSearchQueryWhereStep. where(SearchPredicate predicate)Set the predicate for this query. -
Uses of SearchPredicate in org.hibernate.search.engine.search.query.dsl.impl
Methods in org.hibernate.search.engine.search.query.dsl.impl with parameters of type SearchPredicate Modifier and Type Method Description SearchQueryOptionsStep<?,E,LOS,?,?>DefaultSearchQuerySelectStep. where(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.engine.search.query.dsl.spi
Methods in org.hibernate.search.engine.search.query.dsl.spi with parameters of type SearchPredicate Modifier and Type Method Description SearchQueryOptionsStep<?,E,LOS,?,?>AbstractDelegatingSearchQuerySelectStep. where(SearchPredicate predicate)SAbstractSearchQueryOptionsStep. where(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.engine.search.query.spi
Methods in org.hibernate.search.engine.search.query.spi with parameters of type SearchPredicate Modifier and Type Method Description voidSearchQueryBuilder. predicate(SearchPredicate predicate) -
Uses of SearchPredicate in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type SearchPredicate Modifier and Type Method Description SSortFilterStep. filter(SearchPredicate searchPredicate)Filter nested objects from which values will be extracted for this sort. -
Uses of SearchPredicate in org.hibernate.search.engine.search.sort.dsl.impl
Methods in org.hibernate.search.engine.search.sort.dsl.impl with parameters of type SearchPredicate Modifier and Type Method Description DistanceSortOptionsStepImpl<PDF>DistanceSortOptionsStepImpl. filter(SearchPredicate searchPredicate)FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. filter(SearchPredicate searchPredicate) -
Uses of SearchPredicate in org.hibernate.search.engine.search.sort.spi
Methods in org.hibernate.search.engine.search.sort.spi with parameters of type SearchPredicate Modifier and Type Method Description voidDistanceSortBuilder. filter(SearchPredicate filter)voidFieldSortBuilder. filter(SearchPredicate filter)
-