- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getIndexFiletype (0.15 seconds)
-
src/main/java/org/codelibs/fess/helper/FileTypeHelper.java
* where each line contains a MIME type to file type mapping in the format "mimetype=filetype". */ @PostConstruct public void init() { StreamUtil.split(ComponentUtil.getFessConfig().getIndexFiletype(), "\n") .of(stream -> stream.filter(StringUtil::isNotBlank).forEach(s -> { final String[] values = StringUtils.split(s, "=", 2); if (values.length == 2) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* <br> * comment: Mapping of MIME types to filetype labels for indexing. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getIndexFiletype(); /** * Get the value for the key 'index.reindex.size'. <br> * The value is, e.g. 100 <br> * comment: Number of documents to process per reindex operation.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)