| Interface | Description |
|---|---|
| DatabaseIndex |
Lucene index that may consist of one or multiple separate lucene indexes that are represented as independent
partitions. |
| Class | Description |
|---|---|
| AbstractLuceneIndex |
Abstract implementation of a partitioned index.
|
| IndexWriterConfigs |
Helper factory for standard lucene index writer configuration.
|
| LuceneAllDocumentsReader | |
| LuceneKernelExtensions | |
| LucenePartitionAllDocumentsReader |
Provides a view of all
Documents in a single partition. |
| ReadOnlyAbstractDatabaseIndex<T extends AbstractLuceneIndex> |
Read only lucene index representation that wraps provided index implementation and
allow read only operations only on top of it.
|
| WritableAbstractDatabaseIndex<T extends AbstractLuceneIndex> |
Writable lucene index representation that wraps provided index implementation and
allow read only operations only on top of it.
|
| Exception | Description |
|---|---|
| LuceneDocumentRetrievalException |
Exception that will be thrown in case if encounter IOException during Lucene document retrieval.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.