| Package | Description |
|---|---|
| org.neo4j.kernel.api.impl.index |
| Modifier and Type | Method and Description |
|---|---|
static IndexWriterFactory<LuceneIndexWriter> |
IndexWriterFactories.batchInsert(org.apache.lucene.index.IndexWriterConfig config) |
static IndexWriterFactory<org.neo4j.kernel.api.impl.index.ReservingLuceneIndexWriter> |
IndexWriterFactories.reserving() |
static IndexWriterFactory<LuceneIndexWriter> |
IndexWriterFactories.tracking() |
| Constructor and Description |
|---|
LuceneLabelScanStore(LabelScanStorageStrategy strategy,
DirectoryFactory directoryFactory,
File directoryLocation,
org.neo4j.io.fs.FileSystemAbstraction fs,
IndexWriterFactory<LuceneIndexWriter> writerFactory,
org.neo4j.kernel.impl.api.scan.LabelScanStoreProvider.FullStoreChangeStream fullStoreStream,
LuceneLabelScanStore.Monitor monitor) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.