Package org.hibernate.search.query.dsl
Interface EntityContext
-
@Deprecated public interface EntityContext
Deprecated.See the deprecation note onQueryBuilder.- Author:
- Emmanuel Bernard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description QueryBuilderget()Deprecated.EntityContextoverridesForField(String field, String analyzerName)Deprecated.See the deprecation note onQueryBuilder.
-
-
-
Method Detail
-
overridesForField
@Deprecated EntityContext overridesForField(String field, String analyzerName)
Deprecated.See the deprecation note onQueryBuilder. Also, analyzer overrides are done on a per-predicate basis in Hibernate Search 6. SeeMatchPredicateOptionsStep.analyzer(String),SimpleQueryStringPredicateOptionsStep.analyzer(String), etc.- Parameters:
field- The field name.analyzerName- The analyzer name.- Returns:
- EntityContext
-
get
QueryBuilder get()
Deprecated.- Returns:
- the query builder
-
-