Interface EntityContext


@Deprecated public interface EntityContext
Deprecated.
See the deprecation note on QueryBuilder.
Author:
Emmanuel Bernard
  • Method Details

    • overridesForField

      @Deprecated EntityContext overridesForField(String field, String analyzerName)
      Deprecated.
      See the deprecation note on QueryBuilder. Also, analyzer overrides are done on a per-predicate basis in Hibernate Search 6. See MatchPredicateOptionsStep.analyzer(String), CommonQueryStringPredicateOptionsStep.analyzer(String), etc.
      Parameters:
      field - The field name.
      analyzerName - The analyzer name.
      Returns:
      EntityContext
    • get

      Deprecated.
      Returns:
      the query builder