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 FacetResponseModifier and TypeFieldDescriptionprotected FacetResponseSearchRenderData.facetResponseFacet response containing aggregated search facets.Methods in org.codelibs.fess.entity that return FacetResponseModifier and TypeMethodDescriptionSearchRenderData.getFacetResponse()Gets the facet response containing aggregated search facets.Methods in org.codelibs.fess.entity with parameters of type FacetResponseModifier and TypeMethodDescriptionvoidSearchRenderData.setFacetResponse(FacetResponse facetResponse) Sets the facet response containing aggregated search facets. -
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.facetCacheCache for facet responsesMethods in org.codelibs.fess.helper that return FacetResponseModifier and TypeMethodDescriptionViewHelper.getCachedFacetResponse(String query) Gets a cached facet response for the given query. -
Uses of FacetResponse in org.codelibs.fess.rank.fusion
Fields in org.codelibs.fess.rank.fusion declared as FacetResponseModifier and TypeFieldDescriptionprotected final FacetResponseSearchResult.facetResponseThe facet response containing aggregated facet information for the search results.Methods in org.codelibs.fess.rank.fusion that return FacetResponseModifier and TypeMethodDescriptionSearchResult.getFacetResponse()Gets the facet response containing aggregated facet information.Methods 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) Creates a QueryResponseList containing the search results and metadata. -
Uses of FacetResponse in org.codelibs.fess.util
Fields in org.codelibs.fess.util declared as FacetResponseModifier and TypeFieldDescriptionprotected FacetResponseQueryResponseList.facetResponseThe facet response containing aggregated search facets and their counts.Methods in org.codelibs.fess.util that return FacetResponseModifier and TypeMethodDescriptionQueryResponseList.getFacetResponse()Gets the facet response containing aggregated search facets and their counts.Constructors 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) Main constructor that creates a QueryResponseList with complete search metadata.