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, nextpublic 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 AutoCloseableclose in interface org.neo4j.graphdb.Resourceclose in class AbstractLegacyIndexHitspublic int size()
public float currentScore()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.