Class LuceneMatchIdPredicate
- java.lang.Object
-
- org.hibernate.search.backend.lucene.search.predicate.impl.AbstractLuceneSearchPredicate
-
- org.hibernate.search.backend.lucene.search.predicate.impl.LuceneMatchIdPredicate
-
- All Implemented Interfaces:
LuceneSearchPredicate,SearchPredicate
public class LuceneMatchIdPredicate extends AbstractLuceneSearchPredicate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hibernate.search.backend.lucene.search.predicate.impl.AbstractLuceneSearchPredicate
AbstractLuceneSearchPredicate.AbstractBuilder
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.backend.lucene.search.predicate.impl.AbstractLuceneSearchPredicate
indexNames
-
Fields inherited from interface org.hibernate.search.backend.lucene.search.predicate.impl.LuceneSearchPredicate
log
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckNestableWithin(String expectedParentNestedPath)protected org.apache.lucene.search.QuerydoToQuery(PredicateRequestContext context)-
Methods inherited from class org.hibernate.search.backend.lucene.search.predicate.impl.AbstractLuceneSearchPredicate
hasNoModifiers, indexNames, toQuery
-
-
-
-
Method Detail
-
checkNestableWithin
public void checkNestableWithin(String expectedParentNestedPath)
-
doToQuery
protected org.apache.lucene.search.Query doToQuery(PredicateRequestContext context)
- Specified by:
doToQueryin classAbstractLuceneSearchPredicate
-
-