public class LuceneLabelScanIndex extends AbstractLuceneIndex
Each partition stores documents
according to the given
BitmapDocumentFormat
and LabelScanStorageStrategy
.
Constructor and Description |
---|
LuceneLabelScanIndex(BitmapDocumentFormat format,
PartitionedIndexStorage indexStorage) |
Modifier and Type | Method and Description |
---|---|
org.neo4j.kernel.api.labelscan.AllEntriesLabelScanReader |
allNodeLabelRanges()
Retrieves a
reader over all node label ranges. |
org.neo4j.storageengine.api.schema.LabelScanReader |
getLabelScanReader() |
org.neo4j.kernel.api.labelscan.LabelScanWriter |
getLabelScanWriter() |
addNewPartition, allDocumentsReader, close, create, drop, exists, flush, getFirstPartition, getPartitions, hasSinglePartition, isOpen, isValid, maybeRefreshBlocking, open, snapshot
public LuceneLabelScanIndex(BitmapDocumentFormat format, PartitionedIndexStorage indexStorage)
public org.neo4j.storageengine.api.schema.LabelScanReader getLabelScanReader()
public org.neo4j.kernel.api.labelscan.LabelScanWriter getLabelScanWriter()
public org.neo4j.kernel.api.labelscan.AllEntriesLabelScanReader allNodeLabelRanges()
reader
over all node label
ranges.
NOTE:
There are no guarantees that reader returned from this method will see consistent documents with respect to
regular reader
and regular writer
.
reader
.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.