public class DocToIdIterator extends AbstractLegacyIndexHits
Constructor and Description |
---|
DocToIdIterator(org.neo4j.graphdb.index.IndexHits<org.apache.lucene.document.Document> source,
Collection<EntityId> exclude,
org.neo4j.index.impl.lucene.legacy.IndexReference searcherOrNull,
org.neo4j.collection.primitive.PrimitiveLongSet idsModifiedInTransactionState) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
float |
currentScore() |
int |
size() |
hasNext, next
public DocToIdIterator(org.neo4j.graphdb.index.IndexHits<org.apache.lucene.document.Document> source, Collection<EntityId> exclude, org.neo4j.index.impl.lucene.legacy.IndexReference searcherOrNull, org.neo4j.collection.primitive.PrimitiveLongSet idsModifiedInTransactionState)
public void close()
close
in interface AutoCloseable
close
in interface org.neo4j.graphdb.Resource
close
in class AbstractLegacyIndexHits
public int size()
public float currentScore()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.