Uses of Class
org.codelibs.fess.helper.SearchLogHelper.SearchLogContext
Packages that use SearchLogHelper.SearchLogContext
-
Uses of SearchLogHelper.SearchLogContext in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return SearchLogHelper.SearchLogContextModifier and TypeMethodDescriptionprotected SearchLogHelper.SearchLogContextSearchLogHelper.createSearchLogContext(SearchRequestParams params, org.codelibs.fess.mylasta.direction.FessConfig fessConfig) Resolves the runtime dependencies needed to build a SearchLog.Methods in org.codelibs.fess.helper with parameters of type SearchLogHelper.SearchLogContextModifier and TypeMethodDescriptionprotected 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.