- Sort Score
- Result 10 results
- Languages All
Results 11 - 19 of 19 for bulkFile (0.04 sec)
-
src/main/resources/fess_label_ru.properties
labels.boost=Ускорение labels.crawlingConfigName=Имя labels.crawlingConfigPath=Путь для сканирования labels.processType=Тип процесса labels.parameters=Параметры labels.designFile=Файл для загрузки labels.bulkFile=Массовый файл labels.appendQueryParameter=Добавить параметры поиска labels.configId=ID конфигурации labels.configParameter=Параметр конфигурации labels.content=Содержимое labels.csvFileEncoding=Кодировка CSV
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.boost=Valore di boost labels.crawlingConfigName=Nome labels.crawlingConfigPath=Percorso da scansionare labels.processType=Tipo di processo labels.parameters=Parametri labels.designFile=File da caricare labels.bulkFile=File di massa labels.appendQueryParameter=Aggiungi parametro di ricerca labels.configId=ID configurazione labels.configParameter=Parametro di configurazione labels.content=Contenuto labels.csvFileEncoding=Codifica CSV
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.boost=Valor de impulso labels.crawlingConfigName=Nombre labels.crawlingConfigPath=Ruta a rastrear labels.processType=Tipo de proceso labels.parameters=Parámetros labels.designFile=Archivo a subir labels.bulkFile=Archivo masivo labels.appendQueryParameter=Añadir parámetro de búsqueda labels.configId=ID de configuración labels.configParameter=Parámetro de configuración labels.content=Contenido
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.crawlingThreadCount=동시 크롤링 수 labels.boost=부스트 값 labels.crawlingConfigName=이름 labels.crawlingConfigPath=크롤링할 경로 labels.processType=처리 종류 labels.parameters=파라미터 labels.designFile=업로드할 파일 labels.bulkFile=벌크 파일 labels.appendQueryParameter=검색 파라미터 추가 labels.configId=설정 ID labels.configParameter=설정 파라미터 labels.content=콘텐츠 labels.csvFileEncoding=CSV 인코딩 labels.defaultLabelValue=기본 라벨 labels.designFileName=파일 이름
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.dayForCleanup=删除指定日期之前的文档 labels.crawlingThreadCount=同时爬网数 labels.boost=提升值 labels.crawlingConfigName=名称 labels.crawlingConfigPath=要爬网的路径 labels.processType=处理类型 labels.parameters=参数 labels.designFile=要上传的文件 labels.bulkFile=批量文件 labels.appendQueryParameter=添加搜索参数 labels.configId=配置ID labels.configParameter=配置参数 labels.content=内容 labels.csvFileEncoding=CSV编码 labels.defaultLabelValue=默认标签 labels.designFileName=文件名
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.boost=Boost labels.crawlingConfigName=Nom labels.crawlingConfigPath=Chemin à explorer labels.processType=Type de processus labels.parameters=Paramètres labels.designFile=Fichier à téléverser labels.bulkFile=Fichier en vrac labels.appendQueryParameter=Ajouter des paramètres de recherche labels.configId=ID de configuration labels.configParameter=Paramètre de configuration labels.content=Contenu labels.csvFileEncoding=Encodage CSV
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.crawlingThreadCount=同時クロール数 labels.boost=ブースト値 labels.crawlingConfigName=名前 labels.crawlingConfigPath=クロールするパス labels.processType=処理の種類 labels.parameters=パラメーター labels.designFile=アップロードするファイル labels.bulkFile=バルクファイル labels.appendQueryParameter=検索パラメーターの追加 labels.configId=設定ID labels.configParameter=設定パラメーター labels.content=コンテンツ labels.csvFileEncoding=CSVエンコーディング labels.defaultLabelValue=デフォルトラベル
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 46.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_DESIGN_FILE = "{labels.designFile}"; /** The key of the message: Bulk File */ public static final String LABELS_BULK_FILE = "{labels.bulkFile}"; /** The key of the message: Append Search Parameters */ public static final String LABELS_APPEND_QUERY_PARAMETER = "{labels.appendQueryParameter}"; /** The key of the message: Config ID */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
String bulkLine = SuggestUtil.createBulkLine("test_index", "_doc", item); assertNotNull(bulkLine); assertTrue(bulkLine.contains("test_index")); assertTrue(bulkLine.contains("_doc")); assertTrue(bulkLine.contains("test text")); assertTrue(bulkLine.contains("reading1")); assertTrue(bulkLine.contains("reading2")); }
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 18.2K bytes - Viewed (0)