Modifier and Type | Method and Description |
---|---|
IndexingSettings |
Index.getIndexingSettings()
Gets indexing setting.
|
Modifier and Type | Method and Description |
---|---|
Index |
IndexRepository.create(IndexingSettings settings)
Creates new index in memory with selected indexing settings.
|
Index |
IndexRepository.create(String indexFolder,
IndexingSettings settings)
Creates new index with selected indexing settings.
|
Constructor and Description |
---|
Index(IndexingSettings settings)
Initializes a new instance of the
Index class in memory with selected indexing settings. |
Index(String indexFolder,
boolean overwriteIfExists,
IndexingSettings settings)
Initializes a new instance of the
Index class. |
Index(String indexFolder,
IndexingSettings settings)
Initializes a new instance of the
Index class. |
Copyright © 2019. All rights reserved.