org.hibernate.search.query.dsl.impl
Class DiscreteFacetRequest

java.lang.Object
  extended by org.hibernate.search.query.dsl.impl.FacetingRequestImpl
      extended by org.hibernate.search.query.dsl.impl.DiscreteFacetRequest
All Implemented Interfaces:
FacetingRequest

public class DiscreteFacetRequest
extends FacetingRequestImpl

Author:
Hardy Ferentschik

Method Summary
 Facet createFacet(String value, int count)
           
 Class<?> getFieldCacheType()
           
 
Methods inherited from class org.hibernate.search.query.dsl.impl.FacetingRequestImpl
getFacetingName, getFieldName, getMaxNumberOfFacets, getSort, hasZeroCountsIncluded, setIncludeZeroCounts, setMaxNumberOfFacets, setSort, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFieldCacheType

public Class<?> getFieldCacheType()
Specified by:
getFieldCacheType in class FacetingRequestImpl

createFacet

public Facet createFacet(String value,
                         int count)
Specified by:
createFacet in class FacetingRequestImpl


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved