MCPcopy Create free account
hub / github.com/apache/nutch / commit

Method commit

src/java/org/apache/nutch/indexer/IndexWriter.java:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 public void update(NutchDocument doc) throws IOException;
37
38 public void commit() throws IOException;
39
40 public void close() throws IOException;
41

Callers 4

commitMethod · 0.65
commitMethod · 0.65
cleanupMethod · 0.65
cleanupMethod · 0.65

Implementers 5

SolrIndexWritersrc/plugin/indexer-solr/src/java/org/a
HBaseIndexWritersrc/plugin/indexer-hbase/src/java/org/
ElasticIndexWritersrc/plugin/indexer-elastic2/src/java/o
ElasticIndexWritersrc/plugin/indexer-elastic/src/java/or
IndexWriterssrc/java/org/apache/nutch/indexer/Inde

Calls

no outgoing calls

Tested by

no test coverage detected