org.hibernate.search.query.dsl
Interface AllContext

All Superinterfaces:
QueryCustomization<AllContext>, Termination<AllContext>
All Known Implementing Classes:
ConnectedAllContext

public interface AllContext
extends QueryCustomization<AllContext>, Termination<AllContext>

Author:
Emmanuel Bernard

Method Summary
 AllContext except(org.apache.lucene.search.Query... queriesMatchingExcludedDocuments)
          Exclude the documents matching these queries
 
Methods inherited from interface org.hibernate.search.query.dsl.QueryCustomization
boostedTo, filteredBy, withConstantScore
 
Methods inherited from interface org.hibernate.search.query.dsl.Termination
createQuery
 

Method Detail

except

AllContext except(org.apache.lucene.search.Query... queriesMatchingExcludedDocuments)
Exclude the documents matching these queries



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved