Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ymmword (0.69 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/ExtractorFactoryTest.java

            LhaExtractor lhaExtractor = container.getComponent("lhaExtractor");
            PasswordBasedExtractor pdfExtractor = container.getComponent("pdfExtractor");
            extractorFactory.addExtractor("application/msword", tikaExtractor);
            extractorFactory.addExtractor("application/vnd.ms-excel", tikaExtractor);
            extractorFactory.addExtractor("application/vnd.ms-powerpoint", tikaExtractor);
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/impl/MimeTypeHelperImplTest.java

            assertContentType("text/html", "html/test1.html", "hoge.htm");
            assertContentType("text/html", "html/test1.shtml", "hoge.shtml");
    
            assertContentType("application/msword", "test/text1.txt", "hoge.doc");
            assertContentType("application/msword", "extractor/msoffice/test.doc", "hoge.doc");
            assertContentType("application/vnd.ms-excel", "test/text1.txt", "hoge.xls");
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    # cache
    crawler.document.cache.enabled=true
    crawler.document.cache.max.size=2621440
    crawler.document.cache.supported.mimetypes=text/html
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  4. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java

            assertEquals("ぢんるい", extractData.getValues("cp:category")[0]);
            assertEquals("1", extractData.getValues("meta:page-count")[0]);
            assertEquals("application/msword", extractData.getValues("Content-Type")[0]);
        }
    
        public void test_getTika_mswordx() {
            final InputStream in = ResourceUtil.getResourceAsStream("extractor/msoffice/test.docx");
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 1m */
        String INDEX_INDICES_TIMEOUT = "index.indices.timeout";
    
        /** The key of the configuration. e.g. text/html=html<br>
         * application/msword=word<br>
         * application/vnd.openxmlformats-officedocument.wordprocessingml.document=word<br>
         * application/vnd.ms-excel=excel<br>
         * application/vnd.ms-excel.sheet.2=excel<br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top