Package org.hibernate.search.query.dsl
Interface EntityContext
Deprecated.
- Author:
- Emmanuel Bernard
-
Method Summary
Modifier and TypeMethodDescriptionget()Deprecated.overridesForField(String field, String analyzerName) Deprecated.See the deprecation note onQueryBuilder.
-
Method Details
-
overridesForField
Deprecated.See the deprecation note onQueryBuilder. Also, analyzer overrides are done on a per-predicate basis in Hibernate Search 6. SeeMatchPredicateOptionsStep.analyzer(String),CommonQueryStringPredicateOptionsStep.analyzer(String), etc.- Parameters:
field- The field name.analyzerName- The analyzer name.- Returns:
- EntityContext
-
get
QueryBuilder get()Deprecated.- Returns:
- the query builder
-
QueryBuilder.