Java org.apache.solr.search EarlyTerminatingCollectorException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.search EarlyTerminatingCollectorException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.search EarlyTerminatingCollectorException.

The text is from its open source code.

Method

intgetNumberCollected()
The number of documents collected that resulted in early termination
intgetNumberScanned()
The total number of documents in the index that were "scanned" by the index when collecting the #getNumberCollected() documents that triggered this exception.