Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,098 for score (0.17 sec)

  1. src/main/webapp/WEB-INF/view/searchOptions.jsp

    			styleClass="form-control">
    			<option value="">
    				<la:message key="labels.search_result_select_sort" />
    			</option>
    			<la:option value="score.desc">
    				<la:message key="labels.search_result_sort_score_desc" />
    			</la:option>
    			<la:option value="filename.asc">
    				<la:message key="labels.search_result_sort_filename_asc" />
    			</la:option>
    			<la:option value="filename.desc">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Jul 17 08:19:53 GMT 2019
    - 3.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/score/ScoreBooster.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.score;
    
    import java.util.Arrays;
    import java.util.Map;
    import java.util.function.Function;
    
    import org.apache.logging.log4j.LogManager;
    import org.apache.logging.log4j.Logger;
    import org.codelibs.core.lang.StringUtil;
    import org.codelibs.fess.es.client.SearchEngineClient;
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/SearchHelper.java

                            docMap.put(fessConfig.getResponseFieldSitePath(), viewHelper.getSitePath(docMap));
                        }
    
                        if (!docMap.containsKey(Constants.SCORE)) {
                            docMap.put(Constants.SCORE, hit.getScore());
                        }
    
                        docMap.put(fessConfig.getIndexFieldId(), hit.getId());
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    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
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  5. ci/official/utilities/code_check_changed_files.bats

        if [[ ! -s $BATS_TEST_TMPDIR/files ]]; then return 0; fi
        xargs -a $BATS_TEST_TMPDIR/files -n1 -P $(nproc --all) \
            python -m pylint --rcfile=tensorflow/tools/ci_build/pylintrc --score false \
            | grep -v "**** Module" \
            | tee $BATS_TEST_TMPDIR/needs_help.txt
        [[ ! -s $BATS_TEST_TMPDIR/needs_help.txt ]]
    }
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Jan 10 19:39:41 GMT 2024
    - 4K bytes
    - Viewed (0)
  6. src/main/config/openapi/openapi-user.yaml

                example: 20
            - name: sort
              in: query
              description: Sorted field name
              required: false
              schema:
                type: string
                example: score
            - name: fields.label
              in: query
              description: Filtered label name
              required: false
              style: form
              explode: true
              schema:
                type: array
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
  7. src/main/resources/fess_label.properties

    labels.crawling_info_DataCrawlExecTime=Crawl exec time (Data store)
    labels.crawling_info_DataCrawlStartTime=Crawl start time (Data store)
    labels.crawling_info_DataCrawlEndTime=Crawl end time (Data store)
    labels.crawling_info_DataIndexExecTime=Indexing exec time (Data store)
    labels.crawling_info_DataIndexSize=Index size (Data store)
    labels.webauth_configuration=Web Authentication
    labels.webauth_list_hostname=Hostname
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  8. src/main/resources/fess_label_en.properties

    labels.crawling_info_DataCrawlExecTime=Crawl exec time (Data store)
    labels.crawling_info_DataCrawlStartTime=Crawl start time (Data store)
    labels.crawling_info_DataCrawlEndTime=Crawl end time (Data store)
    labels.crawling_info_DataIndexExecTime=Indexing exec time (Data store)
    labels.crawling_info_DataIndexSize=Index size (Data store)
    labels.webauth_configuration=Web Authentication
    labels.webauth_list_hostname=Hostname
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  9. ci/official/containers/linux_arm64/devel.usertools/code_check_changed_files.bats

        if [[ ! -s $BATS_TEST_TMPDIR/files ]]; then return 0; fi
        xargs -a $BATS_TEST_TMPDIR/files -n1 -P $(nproc --all) \
            python -m pylint --rcfile=tensorflow/tools/ci_build/pylintrc --score false \
            | grep -v "**** Module" \
            | tee $BATS_TEST_TMPDIR/needs_help.txt
        [[ ! -s $BATS_TEST_TMPDIR/needs_help.txt ]]
    }
    
    teardown_file() {
        bazel shutdown
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_fr.properties

    labels.search_popular_word_word	=	Mots populaires :
    labels.search_related_queries	=	Mots associés :
    labels.search_result_select_sort	=	-- Trier --
    labels.search_result_select_num	=	-- Résultats par page --
    labels.search_result_sort_score_desc	=	Score
    labels.search_result_sort_filename_asc	=	Nom de fichier (croissant)
    labels.search_result_sort_filename_desc	=	Nom du fichier (décroissant)
    labels.search_result_sort_created_asc	=	Date (croissant)
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
Back to top