public interface FolderLayout
It's aware how files and partitions located on disk and knows how to map particular partition index into folder. Physically files for index with id indexId will be located in a index root folder indexId with separate sub-folder for each partition. Since each partition is separate lucene index all lucene index files will be located in a corresponding partition folder.
As example for index with 3 partitions we will have following directory structure:
...indexId/
|-- 1
| `-- partition index files
|-- 2
| `-- partition index files
|-- 3
`-- partition index files
| Modifier and Type | Method and Description |
|---|---|
File |
getIndexFolder()
Get root folder of partitioned index
|
File |
getPartitionFolder(int partition)
Get folder that contain particular partition
|
File getIndexFolder()
File getPartitionFolder(int partition)
partition - index of partition to get folder forCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.