Modifier and Type | Method and Description |
---|---|
IndexRepository |
Index.getRepository()
Gets index repository if index has it.
|
Modifier and Type | Method and Description |
---|---|
void |
Index.merge(IndexRepository repository)
Merge indexes with indexes from index repository.
|
void |
Index.merge(IndexRepository repository,
boolean updateIfNecessary)
Merge indexes with indexes from index repository.
|
void |
Index.merge(IndexRepository repository,
boolean updateIfNecessary,
Cancellation cancellation)
Merge indexes with indexes from index repository.
|
void |
Index.mergeAsync(IndexRepository repository)
Merge indexes with indexes from index repository asynchronously.
|
void |
Index.mergeAsync(IndexRepository repository,
boolean updateIfNecessary)
Merge indexes with indexes from index repository asynchronously.
|
void |
Index.mergeAsync(IndexRepository repository,
boolean updateIfNecessary,
Cancellation cancellation)
Merge indexes with indexes from index repository asynchronously.
|
Copyright © 2018. All rights reserved.