- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for docx (0.01 sec)
-
fess-crawler/src/test/resources/extractor/msoffice/test_as.docx
Shinsuke Sugaya <******@****.***> 1444529815 +0900
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 10.5K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/msoffice/test.docx
Shinsuke Sugaya <******@****.***> 1444529815 +0900
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 12.9K bytes - Viewed (3) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/JodExtractorTest.java
} public void test_getText_mswordx() { InputStream in = ResourceUtil.getResourceAsStream("extractor/msoffice/test.docx"); Map<String, String> params = new HashMap<String, String>(); params.put("resourceName", "test.docx"); ExtractData extractData = jodExtractor.getText(in, params); String content = extractData.getContent(); CloseableUtil.closeQuietly(in);Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 9.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/impl/MimeTypeHelperImplTest.java
assertContentType("application/vnd.openxmlformats-officedocument.wordprocessingml.document", "test/text1.txt", "hoge.docx"); assertContentType("application/vnd.openxmlformats-officedocument.wordprocessingml.document", "extractor/msoffice/test.docx", "hoge.docx"); assertContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "test/text1.txt", "hoge.xlsx");Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 11.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/JodExtractor.java
extensionMap.put("odt", "txt"); extensionMap.put("ott", "txt"); extensionMap.put("sxw", "txt"); extensionMap.put("rtf", "txt"); extensionMap.put("doc", "txt"); extensionMap.put("docx", "txt"); extensionMap.put("wpd", "txt"); extensionMap.put("txt", "txt"); extensionMap.put("html", "txt"); // Spreadsheet Formats extensionMap.put("ods", "tsv");
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 10.3K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java
assertEquals("application/msword", extractData.getValues("Content-Type")[0]); } public void test_getTika_mswordx() { final InputStream in = ResourceUtil.getResourceAsStream("extractor/msoffice/test.docx"); final ExtractData extractData = tikaExtractor.getText(in, null); final String content = extractData.getContent(); CloseableUtil.closeQuietly(in); logger.info(content);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 30.6K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.wbmp"/> </mime-type> <mime-type type="image/vnd.zbrush.dcx"> <acronym>DCX</acronym> <_comment>ZSoft Multi-Page Paintbrush</_comment> <alias type="image/x-dcx"/> <magic priority="50"> <match value="0xB168DE3A" type="string" offset="0"/> </magic> <glob pattern="*.dcx"/> </mime-type> <mime-type type="image/vnd.zbrush.pcx">
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
fess-crawler/src/test/resources/extractor/msoffice/test_as.doc
Shinsuke Sugaya <******@****.***> 1444529815 +0900
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 25.5K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/msoffice/test.doc
Shinsuke Sugaya <******@****.***> 1444529815 +0900
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 21.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 34.8K bytes - Viewed (0)