MCPcopy Create free account
hub / github.com/apache/solr / reset

Method reset

solr/core/src/java/org/apache/solr/cli/PostTool.java:419–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

417 }
418
419 private void reset() {
420 backlog = new ArrayList<>();
421 visited = new HashSet<>();
422 }
423
424 /**
425 * Pretty prints the number of milliseconds taken to post the content to Solr

Callers 3

doWebModeMethod · 0.95
postFilesMethod · 0.95
postWebPagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected