public abstract class IndexType extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.index.Term |
idTerm(long entityId) |
static org.apache.lucene.document.Fieldable |
instantiateField(String key,
Object value,
org.apache.lucene.document.Field.Index analyzed) |
static org.apache.lucene.document.Document |
newBaseDocument(long entityId) |
static org.apache.lucene.document.Document |
newDocument(EntityId entityId) |
public static final IndexType EXACT
public static org.apache.lucene.document.Fieldable instantiateField(String key, Object value, org.apache.lucene.document.Field.Index analyzed)
public static org.apache.lucene.document.Document newBaseDocument(long entityId)
public static org.apache.lucene.document.Document newDocument(EntityId entityId)
public org.apache.lucene.index.Term idTerm(long entityId)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.