Constructor and Description |
---|
DocToIdIterator(org.neo4j.graphdb.index.IndexHits<org.apache.lucene.document.Document> source,
Collection<Long> exclude,
org.neo4j.index.impl.lucene.IndexReference searcherOrNull) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
float |
currentScore() |
protected void |
endReached() |
protected Long |
fetchNextOrNull() |
protected void |
finalize() |
int |
size() |
getSingle, iterator
getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext
public DocToIdIterator(org.neo4j.graphdb.index.IndexHits<org.apache.lucene.document.Document> source, Collection<Long> exclude, org.neo4j.index.impl.lucene.IndexReference searcherOrNull)
protected Long fetchNextOrNull()
fetchNextOrNull
in class org.neo4j.helpers.collection.PrefetchingIterator<Long>
protected void endReached()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface org.neo4j.graphdb.index.IndexHits<Long>
close
in interface org.neo4j.graphdb.ResourceIterator<Long>
close
in class AbstractIndexHits<Long>
public int size()
public float currentScore()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.