Uses of Class
org.codelibs.fess.rank.fusion.RankFusionSearcher
Packages that use RankFusionSearcher
-
Uses of RankFusionSearcher in org.codelibs.fess.rank.fusion
Subclasses of RankFusionSearcher in org.codelibs.fess.rank.fusionModifier and TypeClassDescriptionclassDefault implementation of RankFusionSearcher that performs standard OpenSearch queries.Fields in org.codelibs.fess.rank.fusion with type parameters of type RankFusionSearcherModifier and TypeFieldDescriptionprotected final List<RankFusionSearcher> RankFusionProcessor.searchersThread-safe list of rank fusion searchers available for processing search requestsMethods in org.codelibs.fess.rank.fusion that return RankFusionSearcherModifier and TypeMethodDescriptionprotected RankFusionSearcher[]RankFusionProcessor.getAvailableSearchers()Gets the array of available searchers based on configuration.Methods in org.codelibs.fess.rank.fusion with parameters of type RankFusionSearcherModifier and TypeMethodDescriptionvoidRankFusionProcessor.register(RankFusionSearcher searcher) Registers a new searcher with the rank fusion processor.RankFusionProcessor.searchWithMainSearcher(RankFusionSearcher searcher, String query, SearchRequestParams params, org.dbflute.optional.OptionalThing<org.codelibs.fess.mylasta.action.FessUserBean> userBean) Performs a search using only the main searcher without rank fusion.RankFusionProcessor.searchWithMultipleSearchers(RankFusionSearcher[] searchers, String query, SearchRequestParams params, org.dbflute.optional.OptionalThing<org.codelibs.fess.mylasta.action.FessUserBean> userBean) Performs concurrent searches using multiple searchers and fuses the results.voidRankFusionProcessor.setSearcher(RankFusionSearcher searcher) Sets the main searcher at index 0 of the searchers list.