public interface AllContext extends QueryCustomization<AllContext>, Termination<AllContext>
Modifier and Type | Method and Description |
---|---|
AllContext |
except(org.apache.lucene.search.Query... queriesMatchingExcludedDocuments)
Exclude the documents matching these queries
|
boostedTo, filteredBy, withConstantScore
createQuery
AllContext except(org.apache.lucene.search.Query... queriesMatchingExcludedDocuments)
queriesMatchingExcludedDocuments
- the queries to use for excluding documentsthis
for method chainingCopyright © 2006–2016 Hibernate. All rights reserved.