Uses of Class
org.codelibs.fess.rank.fusion.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in org.codelibs.fess.rank.fusion
Methods in org.codelibs.fess.rank.fusion that return SearchResultModifier and TypeMethodDescriptionprotected SearchResultDefaultSearcher.processResponse(org.dbflute.optional.OptionalEntity<org.opensearch.action.search.SearchResponse> searchResponseOpt) Processes the OpenSearch response and converts it to a SearchResult.protected SearchResultDefaultSearcher.search(String query, SearchRequestParams params, org.dbflute.optional.OptionalThing<org.codelibs.fess.mylasta.action.FessUserBean> userBean) Performs a search operation using the specified query and parameters.protected abstract SearchResultRankFusionSearcher.search(String query, SearchRequestParams params, org.dbflute.optional.OptionalThing<org.codelibs.fess.mylasta.action.FessUserBean> userBean) Executes a search operation with the specified parameters.