Package | Description |
---|---|
org.neo4j.index.impl.lucene.legacy |
An indexing implementation using
Apache Lucene
as backend.
|
Modifier and Type | Class and Description |
---|---|
static class |
EntityId.AbstractData |
static class |
EntityId.IdData
EntityId only carrying entity id. |
static class |
EntityId.LongCostume
Used in
Collection.contains(Object) and Collection.remove(Object) f.ex. |
static class |
EntityId.RelationshipData
EntityId including additional start/end node for relationships . |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.document.Document |
IndexType.newDocument(EntityId entityId) |
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) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.