Package org.hibernate.search.query.dsl
Interface FacetFieldContext
-
@Deprecated public interface FacetFieldContext
Deprecated.See the deprecation note onFacetContext.- Author:
- Hardy Ferentschik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FacetContinuationContextonField(String fieldName)Deprecated.
-
-
-
Method Detail
-
onField
FacetContinuationContext onField(String fieldName)
Deprecated.- Parameters:
fieldName- the field fieldName to be used for faceting- Returns:
- a
FacetContinuationContextto continue building the facet request
-
-