public final class IndexWriterFactories extends Object
Modifier and Type | Method and Description |
---|---|
static IndexWriterFactory<LuceneIndexWriter> |
batchInsert(org.apache.lucene.index.IndexWriterConfig config) |
static IndexWriterFactory<org.neo4j.kernel.api.impl.index.ReservingLuceneIndexWriter> |
reserving() |
static IndexWriterFactory<LuceneIndexWriter> |
tracking() |
public static IndexWriterFactory<org.neo4j.kernel.api.impl.index.ReservingLuceneIndexWriter> reserving()
public static IndexWriterFactory<LuceneIndexWriter> tracking()
public static IndexWriterFactory<LuceneIndexWriter> batchInsert(org.apache.lucene.index.IndexWriterConfig config)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.