Uses of Class
org.codelibs.fess.util.DocList
Packages that use DocList
-
Uses of DocList in org.codelibs.fess.ds.callback
Fields in org.codelibs.fess.ds.callback declared as DocList -
Uses of DocList in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper with parameters of type DocListModifier and TypeMethodDescriptionprotected longIndexingHelper.deleteOldDocuments(SearchEngineClient searchEngineClient, DocList docList) Deletes old documents that have the same URL but different document IDs as the documents in the provided list.voidIndexingHelper.sendDocuments(SearchEngineClient searchEngineClient, DocList docList) Sends a list of documents to the search engine for indexing.