public class LucenePartitionAllDocumentsReader extends Object implements org.neo4j.helpers.collection.BoundedIterable<org.apache.lucene.document.Document>
Document
s in a single partition.Constructor and Description |
---|
LucenePartitionAllDocumentsReader(PartitionSearcher partitionSearcher) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Iterator<org.apache.lucene.document.Document> |
iterator() |
long |
maxCount() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public LucenePartitionAllDocumentsReader(PartitionSearcher partitionSearcher)
public long maxCount()
maxCount
in interface org.neo4j.helpers.collection.BoundedIterable<org.apache.lucene.document.Document>
public Iterator<org.apache.lucene.document.Document> iterator()
public void close() throws IOException
close
in interface AutoCloseable
IOException
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.