Package org.hibernate.search.query.dsl
Interface AllContext
-
- All Superinterfaces:
QueryCustomization<AllContext>,Termination<AllContext>
@Deprecated public interface AllContext extends QueryCustomization<AllContext>, Termination<AllContext>
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AllContextexcept(Query... queriesMatchingExcludedDocuments)Deprecated.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(Query... queriesMatchingExcludedDocuments)
Deprecated.Exclude the documents matching these queries- Parameters:
queriesMatchingExcludedDocuments- the queries to use for excluding documents- Returns:
thisfor method chaining
-
-