Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getRankFusionScoreField (0.1 seconds)

  1. src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java

                    return SearchResult.create().build();
                }
            }).toArray(SearchResult[]::new);
    
            final String scoreField = fessConfig.getRankFusionScoreField();
            final Map<String, Map<String, Object>> documentsByIdMap = new HashMap<>();
            final String idField = fessConfig.getIndexFieldId();
            final Set<Object> mainSearcherIdSet = new HashSet<>();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 25 02:13:14 GMT 2025
    - 28K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. rf_score <br>
         * comment: Score field for rank fusion.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getRankFusionScoreField();
    
        /**
         * Get the value for the key 'smb.role.from.file'. <br>
         * The value is, e.g. true <br>
         * comment: 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
    - 576.9K bytes
    - Click Count (2)
Back to Top