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

Method commit

src/java/org/apache/nutch/indexer/IndexWriters.java:123–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 public void commit() throws IOException {
124 for (int i = 0; i < this.indexWriters.length; i++) {
125 try {
126 this.indexWriters[i].commit();
127 } catch (IOException ioe) {
128 throw ioe;
129 }
130 }
131 }
132
133 // lists the active IndexWriters and their configuration
134 public String describe() throws IOException {

Callers 1

runMethod · 0.95

Calls 1

commitMethod · 0.65

Tested by

no test coverage detected