- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addContentSize (4.79 sec)
-
src/main/java/org/codelibs/fess/util/DocList.java
return contentSize; } /** * Adds to the total content size of this document list. * * @param contentSize the content size to add in bytes */ public void addContentSize(final long contentSize) { this.contentSize += contentSize; } /** * Gets the total processing time for all documents in this list. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.2K bytes - Viewed (0)