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

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

Introduction

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

The text is from its open source code.

Method

intnextDoc()
Returns the next document id if hasNext()==true This method is equivalent to next(), but avoids the creation of an Integer Object.
floatscore()
Returns the score for the document just returned by nextDoc()

The value returned may be meaningless depending on the context in which the DocIterator instance was retrieved.