Uses of Class
org.codelibs.fess.util.FacetResponse
Packages that use FacetResponse
Package
Description
-
Uses of FacetResponse in org.codelibs.fess.entity
Fields in org.codelibs.fess.entity declared as FacetResponseMethods in org.codelibs.fess.entity that return FacetResponseMethods in org.codelibs.fess.entity with parameters of type FacetResponseModifier and TypeMethodDescriptionvoidSearchRenderData.setFacetResponse(FacetResponse facetResponse) -
Uses of FacetResponse in org.codelibs.fess.helper
Fields in org.codelibs.fess.helper with type parameters of type FacetResponseModifier and TypeFieldDescriptionprotected com.google.common.cache.Cache<String,FacetResponse> ViewHelper.facetCacheMethods in org.codelibs.fess.helper that return FacetResponse -
Uses of FacetResponse in org.codelibs.fess.rank.fusion
Fields in org.codelibs.fess.rank.fusion declared as FacetResponseMethods in org.codelibs.fess.rank.fusion that return FacetResponseMethods in org.codelibs.fess.rank.fusion with parameters of type FacetResponseModifier and TypeMethodDescriptionprotected QueryResponseListRankFusionProcessor.createResponseList(List<Map<String, Object>> documentList, long allRecordCount, String allRecordCountRelation, long queryTime, boolean partialResults, FacetResponse facetResponse, int start, int pageSize, int offset) -
Uses of FacetResponse in org.codelibs.fess.util
Fields in org.codelibs.fess.util declared as FacetResponseMethods in org.codelibs.fess.util that return FacetResponseConstructors in org.codelibs.fess.util with parameters of type FacetResponseModifierConstructorDescriptionQueryResponseList(List<Map<String, Object>> documentList, long allRecordCount, String allRecordCountRelation, long queryTime, boolean partialResults, FacetResponse facetResponse, int start, int pageSize, int offset)