Package | Description |
---|---|
org.neo4j.kernel.api.impl.index | |
org.neo4j.kernel.api.impl.labelscan | |
org.neo4j.kernel.api.impl.schema |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyAbstractDatabaseIndex<T extends AbstractLuceneIndex>
Read only lucene index representation that wraps provided index implementation and
allow read only operations only on top of it.
|
class |
WritableAbstractDatabaseIndex<T extends AbstractLuceneIndex>
Writable lucene index representation that wraps provided index implementation and
allow read only operations only on top of it.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LabelScanIndex
Partitioned lucene labels Label scan index.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyDatabaseLabelScanIndex
Read only label scan store index
|
class |
WritableDatabaseLabelScanIndex
Writable implementation of Lucene label scan store index.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SchemaIndex
Partitioned lucene schema index.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyDatabaseSchemaIndex
Read only schema index
|
class |
WritableDatabaseSchemaIndex
Writable schema index
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.