Uses of Interface
org.hibernate.search.query.facet.Facet
-
Packages that use Facet Package Description org.hibernate.search.query.engine.spi org.hibernate.search.query.facet This package contains the classes for the public faceting API. -
-
Uses of Facet in org.hibernate.search.query.engine.spi
Methods in org.hibernate.search.query.engine.spi that return types with arguments of type Facet Modifier and Type Method Description List<Facet>FacetManager. getFacets(String facetingName)Deprecated.Returns theFacets for a given facet name -
Uses of Facet in org.hibernate.search.query.facet
Subinterfaces of Facet in org.hibernate.search.query.facet Modifier and Type Interface Description interfaceRangeFacet<T>Deprecated.See the deprecation note onFacetContext.
-