- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for window_size (0.04 seconds)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'rank.fusion.window_size'. <br> * The value is, e.g. 200 <br> * comment: Window size for rank fusion. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getRankFusionWindowSize(); /** * Get the value for the key 'rank.fusion.window_size' as {@link Integer}. <br> * The value is, e.g. 200 <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_pdf=filetype:pdf\t\ 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
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) -
src/test/java/org/codelibs/fess/score/LtrQueryRescorerTest.java
assertTrue(result instanceof QueryRescorerBuilder); QueryRescorerBuilder queryRescorerBuilder = (QueryRescorerBuilder) result; assertEquals(testWindowSize, queryRescorerBuilder.windowSize().intValue()); } @Test public void test_evaluate_withEmptyParams() { // Test with empty parameters map final String testModelName = "test_model";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.7K bytes - Click Count (0)