| Constructor and Description |
|---|
LucenePartitionAllDocumentsReader(PartitionSearcher partitionSearcher) |
| Modifier and Type | Method and Description |
|---|---|
PartitionSearcher |
ReadOnlyIndexPartition.acquireSearcher()
Return searcher for requested partition.
|
PartitionSearcher |
WritableIndexPartition.acquireSearcher()
Return searcher for requested partition.
|
abstract PartitionSearcher |
AbstractIndexPartition.acquireSearcher()
Return searcher for requested partition.
|
| Constructor and Description |
|---|
SimpleLuceneLabelScanStoreReader(PartitionSearcher partitionSearcher,
LabelScanStorageStrategy strategy) |
| Constructor and Description |
|---|
PartitionedLuceneLabelScanStoreReader(List<PartitionSearcher> searchers,
LabelScanStorageStrategy storageStrategy) |
| Constructor and Description |
|---|
SimpleIndexReader(PartitionSearcher partitionSearcher,
org.neo4j.kernel.api.schema_new.index.NewIndexDescriptor descriptor,
org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig,
org.neo4j.helpers.TaskCoordinator taskCoordinator) |
| Constructor and Description |
|---|
PartitionedIndexReader(List<PartitionSearcher> partitionSearchers,
org.neo4j.kernel.api.schema_new.index.NewIndexDescriptor descriptor,
org.neo4j.kernel.impl.api.index.sampling.IndexSamplingConfig samplingConfig,
org.neo4j.helpers.TaskCoordinator taskCoordinator) |
| Constructor and Description |
|---|
SimpleUniquenessVerifier(PartitionSearcher partitionSearcher) |
| Constructor and Description |
|---|
PartitionedUniquenessVerifier(List<PartitionSearcher> searchers) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.