- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DocumentReader (0.45 sec)
-
src/main/java/org/codelibs/fess/suggest/index/contents/document/DocumentReader.java
* * <p>This interface extends {@link java.io.Closeable}, so implementations * should also handle resource cleanup when the {@link #close()} method is called.</p> */ public interface DocumentReader extends Closeable { /** * Reads a document and returns its contents as a map. * * @return a map containing the document's data, or null if there are no more documents to read. */
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 1.4K bytes - Viewed (0)