Uses of Class
org.codelibs.fess.util.QueryResponseList
Packages that use QueryResponseList
-
Uses of QueryResponseList in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper with parameters of type QueryResponseListModifier and TypeMethodDescriptionprotected voidSearchLogHelper.addDocumentsInResponse(QueryResponseList queryResponseList, org.codelibs.fess.opensearch.log.exentity.SearchLog searchLog) Adds documents in the response to the search log.voidSearchLogHelper.addSearchLog(SearchRequestParams params, LocalDateTime requestedTime, String queryId, String query, int pageStart, int pageSize, QueryResponseList queryResponseList) Adds a search log to the queue.protected voidSearchLogHelper.createSearchLog(SearchRequestParams params, LocalDateTime requestedTime, String queryId, String query, int pageStart, int pageSize, QueryResponseList queryResponseList, SearchLogHelper.SearchLogContext context) Builds a SearchLog from the given parameters and context, then adds it to the queue. -
Uses of QueryResponseList in org.codelibs.fess.rank.fusion
Methods in org.codelibs.fess.rank.fusion that return QueryResponseListModifier 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.