- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for rank_constant (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'rank.fusion.rank_constant'. <br> * The value is, e.g. 20 <br> * comment: Rank constant for rank fusion. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getRankFusionRankConstant(); /** * Get the value for the key 'rank.fusion.rank_constant' as {@link Integer}. <br> * The value is, e.g. 20 <br>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/resources/fess_config.properties
labels.facet_filetype_txt=filetype:txt\t\ labels.facet_filetype_others=filetype:others\n\ # ranking # Window size for rank fusion. rank.fusion.window_size=200 # Rank constant for rank fusion. rank.fusion.rank_constant=20 # Number of threads for rank fusion. rank.fusion.threads=-1 # Score field for rank fusion. rank.fusion.score_field=rf_score # acl # Whether to get SMB roles from a file.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0)