Package org.hibernate.search.query.dsl
Interface FacetTermination
-
- All Known Subinterfaces:
DiscreteFacetContext,FacetParameterContext,FacetRangeAboveContext<T>,FacetRangeBelowContinuationContext<T>,FacetRangeEndContext<T>
@Deprecated public interface FacetTermination
Deprecated.See the deprecation note onFacetContext.- Author:
- Hardy Ferentschik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FacetingRequestcreateFacetingRequest()Deprecated.
-
-
-
Method Detail
-
createFacetingRequest
FacetingRequest createFacetingRequest()
Deprecated.- Returns:
- the
FacetingRequestproduced by the building process.
-
-