Uses of Class
org.apache.manifoldcf.agents.output.amazoncloudsearch.DocumentRecord
-
-
Uses of DocumentRecord in org.apache.manifoldcf.agents.output.amazoncloudsearch
Methods in org.apache.manifoldcf.agents.output.amazoncloudsearch that return DocumentRecord Modifier and Type Method Description DocumentRecord[]DocumentChunkManager. readChunk(java.lang.String host, java.lang.String path, int maximumNumber)Read a chunk of documents.Methods in org.apache.manifoldcf.agents.output.amazoncloudsearch with parameters of type DocumentRecord Modifier and Type Method Description voidDocumentChunkManager. deleteChunk(DocumentRecord[] records)Delete the chunk of documents (presumably because we processed them successfully)
-