Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for docRank (0.03 sec)

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

                }
                for (int docRank = 0; docRank < docList.size(); docRank++) {
                    final Map<String, Object> doc = docList.get(docRank);
                    if (doc != null && doc.get(idField) instanceof final String id) {
                        // Calculate RRF score: 1 / (rank_constant + rank)
                        final float rrfScore = 1.0f / (rankConstant + docRank);
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 27.5K bytes
    - Viewed (0)
  2. api/go1.19.txt

    pkg go/doc/comment, type Doc struct, Links []*LinkDef #51082
    pkg go/doc/comment, type DocLink struct #51082
    pkg go/doc/comment, type DocLink struct, ImportPath string #51082
    pkg go/doc/comment, type DocLink struct, Name string #51082
    pkg go/doc/comment, type DocLink struct, Recv string #51082
    pkg go/doc/comment, type DocLink struct, Text []Text #51082
    pkg go/doc/comment, type Heading struct #51082
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Dec 02 16:29:41 UTC 2022
    - 17.9K bytes
    - Viewed (0)
Back to top