Class AbstractLuceneSearchPredicate
java.lang.Object
org.hibernate.search.backend.lucene.search.predicate.impl.AbstractLuceneSearchPredicate
- All Implemented Interfaces:
LuceneSearchPredicate,SearchPredicate
- Direct Known Subclasses:
AbstractLuceneSingleFieldPredicate,LuceneMatchIdPredicate,LuceneQueryStringPredicate,LuceneSimpleQueryStringPredicate,LuceneWithParametersPredicate
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.hibernate.search.backend.lucene.search.predicate.impl.LuceneSearchPredicate
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.apache.lucene.search.QuerydoToQuery(PredicateRequestContext context) protected booleanorg.apache.lucene.search.QuerytoQuery(PredicateRequestContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.backend.lucene.search.predicate.impl.LuceneSearchPredicate
checkNestableWithin
-
Field Details
-
indexNames
-
-
Constructor Details
-
AbstractLuceneSearchPredicate
-
-
Method Details
-
indexNames
- Specified by:
indexNamesin interfaceLuceneSearchPredicate
-
toQuery
- Specified by:
toQueryin interfaceLuceneSearchPredicate
-
doToQuery
-
hasNoModifiers
protected boolean hasNoModifiers()
-