| Constructor and Description |
|---|
AbstractLuceneIndex(PartitionedIndexStorage indexStorage,
IndexPartitionFactory partitionFactory) |
| Modifier and Type | Method and Description |
|---|---|
PartitionedIndexStorage |
LuceneIndexStorageBuilder.build()
Build lucene index storage with specified configuration
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractLuceneIndexBuilder.withIndexStorage(PartitionedIndexStorage indexStorage)
Specify index storage
|
LuceneIndexStorageBuilder |
LuceneIndexStorageBuilder.withIndexStorage(PartitionedIndexStorage indexStorage)
Specify partitioned index storage
|
| Modifier and Type | Method and Description |
|---|---|
PartitionedIndexStorage |
IndexStorageFactory.indexStorageOf(long indexId,
boolean archiveFailed) |
| Constructor and Description |
|---|
ReadOnlyDatabaseLabelScanIndex(BitmapDocumentFormat format,
PartitionedIndexStorage indexStorage) |
WritableDatabaseLabelScanIndex(BitmapDocumentFormat format,
PartitionedIndexStorage indexStorage) |
| Constructor and Description |
|---|
ReadOnlyDatabaseSchemaIndex(PartitionedIndexStorage indexStorage,
org.neo4j.kernel.api.schema_new.index.NewIndexDescriptor descriptor,
org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig,
ReadOnlyIndexPartitionFactory readOnlyIndexPartitionFactory) |
WritableDatabaseSchemaIndex(PartitionedIndexStorage storage,
org.neo4j.kernel.api.schema_new.index.NewIndexDescriptor descriptor,
org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig,
WritableIndexPartitionFactory writableIndexPartitionFactory) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.