public class LuceneInPredicate extends InPredicate<org.apache.lucene.search.Query>
IN
predicate in the form of disjoint EQUALS
predicates for the given values.Predicate.Type
propertyName, values
Constructor and Description |
---|
LuceneInPredicate(org.hibernate.search.query.dsl.QueryBuilder builder,
org.hibernate.search.bridge.FieldBridge fieldBridge,
String propertyName,
List<Object> values) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Query |
getQuery()
Returns the query represented by this predicate.
|
toString
as, getType
public org.apache.lucene.search.Query getQuery()
Predicate
Copyright © 2013. All rights reserved.