org.hibernate.search.query.dsl.v2
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.v2.QueryCustomization
boostedTo, constantScore, filter
 
Methods inherited from interface org.hibernate.search.query.dsl.v2.Termination
createQuery
 

Method Detail

except

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



Copyright © 2006-2010 Hibernate. All Rights Reserved.