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 declared as RankFusionSearcherModifier and TypeFieldDescriptionprotected RankFusionSearcher[]RankFusionProcessor.searchersArray 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.setSeacher(RankFusionSearcher searcher) Sets the main searcher at index 0 of the searchers array.