Package | Description |
---|---|
org.neo4j.kernel.api.impl.index |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexWriterFactory<W extends LuceneIndexWriter> |
Modifier and Type | Method and Description |
---|---|
static IndexWriterFactory<LuceneIndexWriter> |
IndexWriterFactories.batchInsert(org.apache.lucene.index.IndexWriterConfig config) |
static IndexWriterFactory<LuceneIndexWriter> |
IndexWriterFactories.tracking() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.ReferenceManager<org.apache.lucene.search.IndexSearcher> |
SearcherManagerFactory.create(LuceneIndexWriter indexWriter) |
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–2016 The Neo4j Graph Database Project. All rights reserved.