Package org.hibernate.search.query.dsl
Interface AllContext
- All Superinterfaces:
QueryCustomization<AllContext>,Termination<AllContext>
@Deprecated
public interface AllContext
extends QueryCustomization<AllContext>, Termination<AllContext>
Deprecated.
- Author:
- Emmanuel Bernard
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Exclude the documents matching these queriesMethods inherited from interface org.hibernate.search.query.dsl.QueryCustomization
boostedTo, filteredBy, withConstantScoreMethods inherited from interface org.hibernate.search.query.dsl.Termination
createQuery
-
Method Details
-
except
Deprecated.Exclude the documents matching these queries- Parameters:
queriesMatchingExcludedDocuments- the queries to use for excluding documents- Returns:
thisfor method chaining
-
QueryBuilder.