public class DuplicateCheckingCollector
extends org.apache.lucene.search.SimpleCollector
| Constructor and Description |
|---|
DuplicateCheckingCollector(org.neo4j.kernel.api.index.PropertyAccessor accessor,
int propertyKeyId) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(int doc) |
static DuplicateCheckingCollector |
forProperties(org.neo4j.kernel.api.index.PropertyAccessor accessor,
int[] propertyKeyIds) |
boolean |
needsScores() |
void |
reset() |
public DuplicateCheckingCollector(org.neo4j.kernel.api.index.PropertyAccessor accessor,
int propertyKeyId)
public static DuplicateCheckingCollector forProperties(org.neo4j.kernel.api.index.PropertyAccessor accessor, int[] propertyKeyIds)
public void collect(int doc)
throws IOException
collect in interface org.apache.lucene.search.LeafCollectorcollect in class org.apache.lucene.search.SimpleCollectorIOExceptionpublic boolean needsScores()
public void reset()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.