Uses of Class
org.codelibs.fess.util.FacetResponse
-
Packages that use FacetResponse Package Description org.codelibs.fess.entity org.codelibs.fess.helper org.codelibs.fess.util -
-
Uses of FacetResponse in org.codelibs.fess.entity
Fields in org.codelibs.fess.entity declared as FacetResponse Modifier and Type Field Description protected FacetResponseSearchRenderData. facetResponseMethods in org.codelibs.fess.entity that return FacetResponse Modifier and Type Method Description FacetResponseSearchRenderData. getFacetResponse()Methods in org.codelibs.fess.entity with parameters of type FacetResponse Modifier and Type Method Description voidSearchRenderData. setFacetResponse(FacetResponse facetResponse) -
Uses of FacetResponse in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type FacetResponse Modifier and Type Field Description protected com.google.common.cache.Cache<String,FacetResponse>ViewHelper. facetCacheMethods in org.codelibs.fess.helper that return FacetResponse Modifier and Type Method Description FacetResponseViewHelper. getCachedFacetResponse(String query) -
Uses of FacetResponse in org.codelibs.fess.util
Fields in org.codelibs.fess.util declared as FacetResponse Modifier and Type Field Description protected FacetResponseQueryResponseList. facetResponseMethods in org.codelibs.fess.util that return FacetResponse Modifier and Type Method Description FacetResponseQueryResponseList. getFacetResponse()
-