Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Tata (0.13 sec)

  1. pom.xml

    								<group>root</group>
    							</mapper>
    						</data>
    						<!-- Adds systemd file -->
    						<data>
    							<type>file</type>
    							<src>${project.build.directory}/generated-packaging/deb/systemd/fess.service</src>
    							<dst>${packaging.fess.systemd.dir}/fess.service</dst>
    						</data>
    						<!-- Adds systemd/sysctl.d configuration file -->
    						<data>
    							<type>file</type>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.design_title_edit_content=ページの編集ファイルの表示
    labels.design_button_update=更新
    labels.design_button_back=戻る
    labels.data_crawling_configuration=データストアのクロール
    labels.data_crawling_title_details=データストアのクロール設定
    labels.handler_name=ハンドラー名
    labels.handler_parameter=パラメーター
    labels.handler_script=スクリプト
    labels.data_crawling_button_create=作成
    labels.data_crawling_button_create_job=新しいジョブの作成
    labels.wizard_title_configuration=構成ウィザード
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String INDEXER_DATA_MAX_DOCUMENT_CACHE_SIZE = "indexer.data.max.document.cache.size";
    
        /** The key of the configuration. e.g. 1048576 */
        String INDEXER_DATA_MAX_DOCUMENT_REQUEST_SIZE = "indexer.data.max.document.request.size";
    
        /** The key of the configuration. e.g. 100 */
        String INDEXER_DATA_MAX_DELETE_CACHE_SIZE = "indexer.data.max.delete.cache.size";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  4. README.md

    You can register crawling targets in the Admin UI on the (Web, File, Data Store) crawler configuration pages, and then start the Crawler manually on the [Scheduler page](https://fess.codelibs.org/14.12/admin/scheduler-guide.html).
    
    ## Migration from another search provider
    
    Please see [MIGRATION.md](MIGRATION.md).
    
    ## Data Store
    
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Feb 25 00:40:07 GMT 2024
    - 7.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.design_button_back	=	Retour
    labels.data_crawling_configuration	=	Exploration du magasin de données
    labels.data_crawling_title_details	=	Configuration de l'exploration du magasin de données
    labels.handler_name	=	Nom du gestionnaire
    labels.handler_parameter	=	Paramètre
    labels.handler_script	=	Script
    labels.data_crawling_button_create	=	Créer
    labels.data_crawling_button_create_job	=	Créer un nouveau travail
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.design_button_update=Aktualisieren
    labels.design_button_back=Zurück
    labels.data_crawling_configuration=Crawling-Datenspeicher
    labels.data_crawling_title_details=Crawling-Datenspeicher konfigurieren
    labels.handler_name=Handlername
    labels.handler_parameter=Parameter
    labels.handler_script=Skript
    labels.data_crawling_button_create=Erstellen
    labels.data_crawling_button_create_job=Neue Aufgabe erstellen
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    indexer.webfs.update.interval=10000
    indexer.webfs.max.document.cache.size=10
    indexer.webfs.max.document.request.size=1048576
    indexer.data.max.document.cache.size=10000
    indexer.data.max.document.request.size=1048576
    indexer.data.max.delete.cache.size=100
    indexer.data.max.redirect.count=10
    indexer.language.fields=content,important_content,title
    indexer.language.detect.length=1000
    indexer.max.result.window.size=10000
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  8. src/main/resources/fess_label_ru.properties

    labels.design_button_update=Update
    labels.design_button_back=Back
    labels.data_crawling_configuration=Data Store Crawling
    labels.data_crawling_title_details=Data Store Crawling Configuration
    labels.handler_name=Handler Name
    labels.handler_parameter=Parameter
    labels.handler_script=Script
    labels.data_crawling_button_edit=Создать
    labels.data_crawling_button_create_job=Create new job
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Data Store Crawling */
        public static final String LABELS_data_crawling_configuration = "{labels.data_crawling_configuration}";
    
        /** The key of the message: Data Store Crawling Configuration */
        public static final String LABELS_data_crawling_title_details = "{labels.data_crawling_title_details}";
    
        /** The key of the message: Handler Name */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/upgrade/admin_upgrade.jsp

    					<%-- Message: END --%>
    					<div class="col-md-12">
    						<div class="card card-outline card-primary">
    							<div class="card-header">
    								<h3 class="card-title">
    									<la:message key="labels.upgrade_data_migration" />
    								</h3>
    							</div>
    							<div class="card-body">
    								<div class="form-group row">
    									<label for="targetVersion" class="col-sm-3 text-sm-right col-form-label"><la:message
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 4.1K bytes
    - Viewed (0)
Back to top