- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for addProcessingTime (0.06 seconds)
-
src/main/java/org/codelibs/fess/util/DocList.java
} /** * Adds to the total processing time of this document list. * * @param processingTime the processing time to add in milliseconds */ public void addProcessingTime(final long processingTime) { this.processingTime += processingTime; } /** * Returns a string representation of this DocList including metrics and content. *Created: 2025-12-20 09:19 - Last Modified: 2025-07-17 08:28 - 3.2K bytes - Click Count (0)