Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for DATA_STORE (0.21 sec)

  1. src/test/java/org/codelibs/fess/helper/PluginHelperTest.java

            Artifact artifact = pluginHelper.getArtifactFromFileName(ArtifactType.DATA_STORE, "fess-ds-atlassian-13.2.0.jar");
            assertEquals("fess-ds-atlassian", artifact.getName());
            assertEquals("13.2.0", artifact.getVersion());
        }
    
        public void test_getArtifactFromFileName2() {
            Artifact artifact = pluginHelper.getArtifactFromFileName(ArtifactType.DATA_STORE, "fess-ds-atlassian-13.2.1-20190708.212247-1.jar");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/PluginHelper.java

            }
    
            public String getId() {
                return id;
            }
    
            public static ArtifactType getType(final String name) {
                if (name.startsWith(DATA_STORE.getId())) {
                    return DATA_STORE;
                }
                if (name.startsWith(THEME.getId())) {
                    return THEME;
                }
                if (name.startsWith(INGEST.getId())) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/ds/DataStoreFactory.java

        }
    
        protected List<String> loadDataStoreNameList() {
            final Set<String> nameSet = new HashSet<>();
            final File[] jarFiles = ResourceUtil.getPluginJarFiles(PluginHelper.ArtifactType.DATA_STORE.getId());
            for (final File jarFile : jarFiles) {
                try (FileSystem fs = FileSystems.newFileSystem(jarFile.toPath(), ClassLoader.getSystemClassLoader())) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/util/ComponentUtil.java

        private static final String EXTRACTOR_FACTORY = "extractorFactory";
    
        private static final String INTERVAL_CONTROL_HELPER = "intervalControlHelper";
    
        private static final String DATA_STORE_FACTORY = "dataStoreFactory";
    
        private static final String USER_AGENT_HELPER = "userAgentHelper";
    
        private static final String USER_INFO_HELPER = "userInfoHelper";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 20K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    						<a href="${fe:url('/admin/dataconfig/')}"
    						   class="nav-link <c:if test="${param.menuType=='dataConfig'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_data_store" /></p>
    						</a></li></c:if>
    						
    					<c:if test="${fe:permission('admin-labeltype-view')}">
    					<li class="nav-item">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_label.properties

    labels.menu_dashboard_config=Dashboard
    labels.menu_design=Page Design
    labels.menu_dict=Dictionary
    labels.menu_data=Backup/Restore
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=File System
    labels.menu_data_store=Data Store
    labels.menu_label_type=Label
    labels.menu_key_match=Key Match
    labels.menu_boost_document_rule=Doc Boost
    labels.menu_path_mapping=Path Mapping
    labels.menu_web_authentication=Web Authentication
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  7. src/main/resources/fess_label_en.properties

    labels.menu_dashboard_config=Dashboard
    labels.menu_design=Page Design
    labels.menu_dict=Dictionary
    labels.menu_data=Backup/Restore
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=File System
    labels.menu_data_store=Data Store
    labels.menu_label_type=Label
    labels.menu_key_match=Key Match
    labels.menu_boost_document_rule=Doc Boost
    labels.menu_path_mapping=Path Mapping
    labels.menu_web_authentication=Web Authentication
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.menu_design=Дизайн страницы
    labels.menu_dict=Словари
    labels.menu_data=Бэкап/Восстановление
    labels.menu_crawl=Сканер
    labels.menu_web=Веб
    labels.menu_file_system=Файловая система
    labels.menu_data_store=Хранилице данных
    labels.menu_label_type=Надпись
    labels.menu_key_match=Key Match
    labels.menu_boost_document_rule=Doc Boost
    labels.menu_path_mapping=Path Mapping
    labels.menu_web_authentication=Web аутентификация
    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/resources/fess_label_ko.properties

    labels.menu_dashboard_config = 대시보드
    labels.menu_design = 페이지 디자인
    labels.menu_dict = 사전
    labels.menu_data = 백업/복원
    labels.menu_crawl = 크롤러
    labels.menu_web = 웹
    labels.menu_file_system = 파일시스템
    labels.menu_data_store = 데이터 저장소
    labels.menu_label_type = 레이블(Label)
    labels.menu_key_match = 키워드 검색
    labels.menu_boost_document_rule = 문서 부스트
    labels.menu_path_mapping = 경로 매핑
    labels.menu_web_authentication = 웹 인증
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_de.properties

    labels.menu_design=Seitendesign
    labels.menu_dict=Wörterbuch
    labels.menu_data=Sicherung/Wiederherstellung
    labels.menu_crawl=Crawler
    labels.menu_web=Web
    labels.menu_file_system=Dateisystem
    labels.menu_data_store=Datenspeicher
    labels.menu_label_type=Label
    labels.menu_key_match=Schlüssel-Match
    labels.menu_boost_document_rule=Dok.-Boost
    labels.menu_path_mapping=Pfad-Mapping
    labels.menu_web_authentication=Web-Authentifizierung
    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)
Back to top