public class DocToIdIterator extends AbstractIndexHits<Long>
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() |
int |
size() |
getSingle, iterator
hasNext, next, peek, remove
public DocToIdIterator(org.neo4j.graphdb.index.IndexHits<org.apache.lucene.document.Document> source, Collection<Long> exclude, org.neo4j.index.impl.lucene.IndexReference searcherOrNull)
public void close()
close
in interface AutoCloseable
close
in interface org.neo4j.graphdb.index.IndexHits<Long>
close
in interface org.neo4j.graphdb.Resource
close
in interface org.neo4j.graphdb.ResourceIterator<Long>
close
in class AbstractIndexHits<Long>
public int size()
public float currentScore()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.