- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for rank_constant (0.06 sec)
-
src/main/resources/fess_config.properties
labels.facet_filetype_pdf=filetype:pdf\t\ labels.facet_filetype_txt=filetype:txt\t\ labels.facet_filetype_others=filetype:others\n\ # ranking rank.fusion.window_size=200 rank.fusion.rank_constant=20 rank.fusion.threads=-1 rank.fusion.score_field=rf_score # acl smb.role.from.file=true smb.available.sid.types=1,2,4:2,5:1 file.role.from.file=true ftp.role.from.file=true # backup
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
final FessConfig fessConfig = ComponentUtil.getFessConfig(); final int rankConstant = fessConfig.getRankFusionRankConstantAsInteger(); final int size = windowSize / searchers.length; if (logger.isDebugEnabled()) { logger.debug("The searcher window size is {} and a rank constant is {}.", size, rankConstant); } final List<Future<SearchResult>> resultList = new ArrayList<>();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 18.3K bytes - Viewed (0)