| Modifier and Type | Method and Description |
|---|---|
LuceneLabelScanIndexBuilder |
LuceneLabelScanIndexBuilder.withDocumentFormat(BitmapDocumentFormat format)
Specify label scan store format
|
| Constructor and Description |
|---|
ReadOnlyDatabaseLabelScanIndex(BitmapDocumentFormat format,
PartitionedIndexStorage indexStorage) |
WritableDatabaseLabelScanIndex(BitmapDocumentFormat format,
PartitionedIndexStorage indexStorage) |
| Constructor and Description |
|---|
LuceneAllEntriesLabelScanReader(org.neo4j.helpers.collection.BoundedIterable<org.apache.lucene.document.Document> documents,
BitmapDocumentFormat format) |
| Modifier and Type | Method and Description |
|---|---|
static BitmapDocumentFormat |
BitmapDocumentFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitmapDocumentFormat[] |
BitmapDocumentFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NodeRangeDocumentLabelScanStorageStrategy(BitmapDocumentFormat format) |
| Constructor and Description |
|---|
PartitionedLuceneLabelScanWriter(WritableDatabaseLabelScanIndex index,
BitmapDocumentFormat format) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.