- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for max_content_size (0.09 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/LhaExtractor.java
} /** * Sets the maximum content size for extraction. * * @param maxContentSize the maximum content size to set (-1 for no limit) */ public void setMaxContentSize(final long maxContentSize) { this.maxContentSize = maxContentSize; }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 5.9K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/ZipExtractor.java
return new ExtractData(buf.toString().trim()); } /** * Sets the maximum content size. * @param maxContentSize The maximum content size to set. */ public void setMaxContentSize(final long maxContentSize) { this.maxContentSize = maxContentSize; }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 4.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TarExtractor.java
} return buf.toString().trim(); } /** * Sets the maximum content size. * @param maxContentSize The maximum content size to set. */ public void setMaxContentSize(final long maxContentSize) { this.maxContentSize = maxContentSize; }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 5.1K bytes - Click Count (0)