public abstract class IndexType extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.index.Term |
idTerm(long entityId) |
static org.apache.lucene.index.IndexableField |
instantiateField(String key,
Object value,
org.apache.lucene.document.FieldType fieldType) |
static org.apache.lucene.index.IndexableField |
instantiateSortField(String key,
Object value) |
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.index.IndexableField instantiateField(String key, Object value, org.apache.lucene.document.FieldType fieldType)
public static org.apache.lucene.index.IndexableField instantiateSortField(String key, Object value)
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–2016 The Neo4j Graph Database Project. All rights reserved.