- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for sxw (0.01 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/JodExtractor.java
*/ public JodExtractor() { extensionMap.put("", "txt"); // Text Formats 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");Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 10.4K bytes - Click Count (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.srt"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="application/vnd.sun.xml.writer"> <sub-class-of type="application/zip"/> <glob pattern="*.sxw"/> </mime-type> <!-- can't currently find any diff in contents btwn writer and template. Must rely on extension --> <mime-type type="application/vnd.sun.xml.writer.template">
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Oct 16 07:46:32 GMT 2025 - 320.2K bytes - Click Count (5)