Modifier and Type | Method and Description |
---|---|
Index |
IndexRepository.create()
Creates new index in memory.
|
Index |
IndexRepository.create(IndexingSettings settings)
Creates new index in memory with selected indexing settings.
|
Index |
IndexRepository.create(String indexFolder)
Creates new index.
|
Index |
IndexRepository.create(String indexFolder,
IndexingSettings settings)
Creates new index with selected indexing settings.
|
Index[] |
IndexRepository.getIndexes()
Gets Indexes Array.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexRepository.addToRepository(Index index)
Adds Index to repository.
|
void |
Index.merge(Index mergedIndex)
Merge two indexes to one index.
|
void |
Index.merge(Index mergedIndex,
boolean updateIfNecessary)
Merge two indexes to one index.
|
void |
Index.merge(Index mergedIndex,
boolean updateIfNecessary,
Cancellation cancellation)
Merge two indexes to one index.
|
void |
Index.mergeAsync(Index mergedIndex)
Merge two indexes to one index.
|
void |
Index.mergeAsync(Index mergedIndex,
boolean updateIfNecessary)
Merge two indexes to one index.
|
void |
Index.mergeAsync(Index mergedIndex,
boolean updateIfNecessary,
Cancellation cancellation)
Merge two indexes to one index.
|
Copyright © 2018. All rights reserved.