T
- actual index typepublic abstract class AbstractLuceneIndexBuilder<T extends AbstractLuceneIndexBuilder<T>> extends Object
Constructor and Description |
---|
AbstractLuceneIndexBuilder() |
Modifier and Type | Method and Description |
---|---|
T |
withDirectoryFactory(DirectoryFactory directoryFactory)
Specify directory factory
|
T |
withFileSystem(org.neo4j.io.fs.FileSystemAbstraction fileSystem)
Specify file system abstraction
|
T |
withIndexIdentifier(String indexIdentifier)
Specify index identifier
|
T |
withIndexRootFolder(File indexRootFolder)
Specify index root folder
|
T |
withIndexStorage(PartitionedIndexStorage indexStorage)
Specify index storage
|
public T withIndexStorage(PartitionedIndexStorage indexStorage)
indexStorage
- index storagepublic T withDirectoryFactory(DirectoryFactory directoryFactory)
directoryFactory
- directory factorypublic T withFileSystem(org.neo4j.io.fs.FileSystemAbstraction fileSystem)
fileSystem
- file system abstractionpublic T withIndexRootFolder(File indexRootFolder)
indexRootFolder
- root folderCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.