Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for urlExpr (0.04 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.stemmerOverrideFile=Stemmer上書きファイル
    labels.mappingFile=マッピングファイル
    labels.protwordsFile=Protwordsファイル
    labels.kuromojiFile=Kuromojiファイル
    labels.elevateWordFile=追加ワードファイル
    labels.badWordFile=除外ワードファイル
    labels.urlExpr=条件
    labels.boostExpr=ブースト値式
    labels.confirmPassword=確認
    labels.crawler=クローラー
    labels.crudMode=モード
    labels.errorCountMax=最大エラー数
    labels.errorCountMin=最小エラー数
    labels.facet=ファセット
    labels.geo=ジオ
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_nl.properties

    labels.mappingFile=Mappingbestand
    labels.protwordsFile=Protwords-bestand
    labels.kuromojiFile=Kuromoji-bestand
    labels.elevateWordFile=Verhoogd woordbestand
    labels.badWordFile=Slecht woordbestand
    labels.urlExpr=Conditie
    labels.boostExpr=Boost-expressie
    labels.confirmPassword=Bevestigen
    labels.crawler=Crawler
    labels.crudMode=Modus
    labels.errorCountMax=Maximaal aantal fouten
    labels.errorCountMin=Minimaal aantal fouten
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  3. src/main/resources/fess_label_pt_BR.properties

    labels.mappingFile=Arquivo de mapeamento
    labels.protwordsFile=Arquivo Protwords
    labels.kuromojiFile=Arquivo Kuromoji
    labels.elevateWordFile=Arquivo de palavras elevadas
    labels.badWordFile=Arquivo de palavras ruins
    labels.urlExpr=Condição
    labels.boostExpr=Expressão de impulso
    labels.confirmPassword=Confirmar
    labels.crawler=Rastreador
    labels.crudMode=Modo
    labels.errorCountMax=Número máximo de erros
    labels.errorCountMin=Número mínimo de erros
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_BAD_WORD_FILE = "{labels.badWordFile}";
    
        /** The key of the message: Condition */
        public static final String LABELS_URL_EXPR = "{labels.urlExpr}";
    
        /** The key of the message: Boost Expression */
        public static final String LABELS_BOOST_EXPR = "{labels.boostExpr}";
    
        /** The key of the message: Confirm */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/it/admin/BoostDocTests.java

        private static final String LIST_ENDPOINT_SUFFIX = "settings";
        private static final String ITEM_ENDPOINT_SUFFIX = "setting";
    
        private static final String KEY_PROPERTY = "url_expr";
    
        @Override
        protected String getNamePrefix() {
            return NAME_PREFIX;
        }
    
        @Override
        protected String getApiPath() {
            return API_PATH;
        }
    
        @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jun 19 07:14:01 UTC 2025
    - 2.3K bytes
    - Viewed (0)
Back to top