Modifier and Type | Method and Description |
---|---|
void |
Index.addToIndex(String[] items,
boolean updateIfNecessary,
Cancellation cancellation)
Adds files to index and starts indexing.
|
void |
Index.addToIndex(String[] items,
Cancellation cancellation)
Adds files to index and starts indexing.
|
void |
Index.addToIndex(String[] items,
int threads,
boolean updateIfNecessary,
Cancellation cancellation)
Adds files to index and starts multithreaded indexing.
|
void |
Index.addToIndex(String[] items,
int threads,
Cancellation cancellation)
Adds files to index and starts multithreaded indexing .
|
void |
Index.addToIndex(String item,
Cancellation cancellation)
Adds files to index and starts indexing.
|
void |
Index.addToIndex(String item,
int threads,
boolean updateIfNecessary,
Cancellation cancellation)
Adds files to index and starts multithreaded indexing.
|
void |
Index.addToIndexAsync(String[] items,
boolean updateIfNecessary,
Cancellation cancellation)
Asynchronously adds files to index and starts indexing.
|
void |
Index.addToIndexAsync(String[] items,
Cancellation cancellation)
Asynchronously adds files to index and starts indexing.
|
void |
Index.addToIndexAsync(String[] items,
int threads,
boolean updateIfNecessary,
Cancellation cancellation)
Asynchronously adds files to index and starts multithreaded indexing.
|
void |
Index.addToIndexAsync(String[] items,
int threads,
Cancellation cancellation)
Asynchronously adds files to index and starts multithreaded indexing
Files from all subfolders will be added to index.
|
void |
Index.addToIndexAsync(String item,
boolean updateIfNecessary,
Cancellation cancellation)
Asynchronously adds files to index and starts indexing.
|
void |
Index.addToIndexAsync(String item,
Cancellation cancellation)
Asynchronously adds files to index and starts indexing.
|
void |
Index.addToIndexAsync(String item,
int threads,
boolean updateIfNecessary,
Cancellation cancellation)
Asynchronously adds files to index and starts multithreaded indexing.
|
void |
Index.addToIndexAsync(String item,
int threads,
Cancellation cancellation)
Asynchronously adds files to index and starts multithreaded indexing
Files from all subfolders will be added to index.
|
void |
Index.merge(boolean updateIfNecessary,
Cancellation cancellation)
Merge all delta indexes to one index file.
|
void |
Index.merge(Cancellation cancellation)
Merge all delta indexes to one index file.
|
void |
Index.merge(Index mergedIndex,
boolean updateIfNecessary,
Cancellation cancellation)
Merge two indexes to one index.
|
void |
Index.merge(IndexRepository repository,
boolean updateIfNecessary,
Cancellation cancellation)
Merge indexes with indexes from index repository.
|
void |
Index.mergeAsync(boolean updateIfNecessary,
Cancellation cancellation)
Merge all delta indexes to one index file asynchronously.
|
void |
Index.mergeAsync(Index mergedIndex,
boolean updateIfNecessary,
Cancellation cancellation)
Merge two indexes to one index.
|
void |
Index.mergeAsync(IndexRepository repository,
boolean updateIfNecessary,
Cancellation cancellation)
Merge indexes with indexes from index repository asynchronously.
|
SearchResults |
Index.search(ChunkSearchToken chunkSearchToken,
Cancellation cancellation)
Searches in index.
|
SearchResults |
Index.search(SearchQuery query,
SearchParameters searchParameters,
Cancellation cancellation)
Searches in index.
|
SearchResults |
IndexRepository.search(SearchQuery query,
SearchParameters parameters,
Cancellation cancellation)
Searches in all indexes in repository.
|
SearchResults |
Index.search(String query,
SearchParameters searchParameters,
Cancellation cancellation)
Searches in index.
|
SearchResults |
IndexRepository.search(String query,
SearchParameters parameters,
Cancellation cancellation)
Searches in all indexes in repository.
|
void |
Index.update(Cancellation cancellation)
Updates information about indexed files and folders.
|
void |
IndexRepository.update(Cancellation cancellation)
Updates all indexes in repository.
|
void |
Index.updateAsync(Cancellation cancellation)
Updates information about indexed files and folders asynchronously.
|
void |
IndexRepository.updateAsync(Cancellation cancellation)
Updates all indexes in repository asynchronously.
|
Copyright © 2018. All rights reserved.