- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 29 for config_parameter (0.13 sec)
-
src/main/resources/fess_label_en.properties
labels.included_paths=Included Paths For Crawling labels.excluded_paths=Excluded Paths For Crawling labels.included_doc_paths=Included Paths For Indexing labels.excluded_doc_paths=Excluded Paths For Indexing labels.config_parameter=Config Parameters labels.max_access_count=Max Access Count labels.number_of_thread=The number of Thread labels.interval_time=Interval time labels.millisec=ms labels.permissions=Permissions
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.excluded_paths=Ausgeschlossene Pfade beim Crawling labels.included_doc_paths=Eingeschlossene Pfade bei der Indizierung labels.excluded_doc_paths=Ausgeschlossene Pfade bei der Indizierung labels.config_parameter=Konfigurationsparameter labels.max_access_count=Max. Anzahl an Zugriffen labels.number_of_thread=Thread-Anzahl labels.interval_time=Zeitintervall labels.millisec=ms labels.permissions=Berechtigungen
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.included_paths=Включить путь для сканирования labels.excluded_paths=Исключаить путь для сканирования labels.included_doc_paths=Включить путь для индексации labels.excluded_doc_paths=Исключить путь для индексации labels.config_parameter=Конфигурация параметров labels.max_access_count=Максимальное количество соединений labels.number_of_thread=Количество цепочек labels.interval_time=Интервал времени labels.millisec=ms labels.permissions=Разрешения
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.included_paths=Included Paths For Crawling labels.excluded_paths=Excluded Paths For Crawling labels.included_doc_paths=Included Paths For Indexing labels.excluded_doc_paths=Excluded Paths For Indexing labels.config_parameter=Config Parameters labels.max_access_count=Max Access Count labels.number_of_thread=The number of Thread labels.interval_time=Interval time labels.millisec=ms labels.permissions=Permissions
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.excluded_paths = Chemins exclus pour l'exploration labels.included_doc_paths = Chemins inclus pour l'indexation labels.excluded_doc_paths = Chemins exclus pour l'indexation labels.config_parameter = Paramètres de configuration labels.max_access_count = Nombre d'accès maximum labels.number_of_thread = Le nombre de thread labels.interval_time = Temps d'intervalle labels.millisec = ms
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.file_crawling_title_details = 파일 크롤링 설정 labels.included_paths = 크롤링 경로 labels.excluded_paths = 크롤링에서 제외 경로 labels.included_doc_paths = 검색 대상으로하는 경로 labels.excluded_doc_paths = 검색에서 제외 경로 labels.config_parameter = 구성 매개 변수 labels.max_access_count = 최대 접속 수 labels.number_of_thread = 스레드 수 labels.interval_time = 간격 labels.millisec = 밀리초 labels.permissions = 권한 labels.label_type = 레이블(Label)
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.file_crawling_title_details=ファイルクロールの設定 labels.included_paths=クロール対象とするパス labels.excluded_paths=クロール対象から除外するパス labels.included_doc_paths=検索対象とするパス labels.excluded_doc_paths=検索対象から除外するパス labels.config_parameter=設定パラメーター labels.max_access_count=最大アクセス数 labels.number_of_thread=スレッド数 labels.interval_time=間隔 labels.millisec=ミリ秒 labels.permissions=パーミッション labels.virtual_hosts=仮想ホスト labels.virtual_host=仮想ホスト
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_excluded_doc_paths = "{labels.excluded_doc_paths}"; /** The key of the message: Config Parameters */ public static final String LABELS_config_parameter = "{labels.config_parameter}"; /** The key of the message: Max Access Count */ public static final String LABELS_max_access_count = "{labels.max_access_count}"; /** The key of the message: The number of Thread */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigCQ.java
} public void setConfigParameter_Equal(String configParameter) { setConfigParameter_Term(configParameter, null); } public void setConfigParameter_Equal(String configParameter, ConditionOptionCall<TermQueryBuilder> opLambda) { setConfigParameter_Term(configParameter, opLambda); } public void setConfigParameter_Term(String configParameter) { setConfigParameter_Term(configParameter, null);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 172.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java
this.boost = value; } public String getConfigParameter() { checkSpecifiedProperty("configParameter"); return convertEmptyToNull(configParameter); } public void setConfigParameter(String value) { registerModifiedProperty("configParameter"); this.configParameter = value; } public String getCreatedBy() { checkSpecifiedProperty("createdBy");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 14.1K bytes - Viewed (0)