| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
Index.search(SearchQuery query)
Searches in index.
|
SearchResult |
IndexRepository.search(SearchQuery query)
Searches in all indexes of the repository.
|
SearchResult |
Index.search(SearchQuery query,
SearchOptions options)
Searches in index.
|
SearchResult |
IndexRepository.search(SearchQuery query,
SearchOptions options)
Searches in all indexes of the repository.
|
SearchResult |
Index.search(String query)
Searches in index.
|
SearchResult |
IndexRepository.search(String query)
Searches in all indexes of the repository.
|
SearchResult |
Index.search(String query,
SearchOptions options)
Searches in index.
|
SearchResult |
IndexRepository.search(String query,
SearchOptions options)
Searches in all indexes of the repository.
|
SearchResult |
Index.searchNext(ChunkSearchToken chunkSearchToken)
Continues the chunk search started with method Search.
|
SearchResult |
Index.searchNext(ChunkSearchToken chunkSearchToken,
Cancellation cancellation)
Continues the chunk search started with method Search.
|
Copyright © 2026. All rights reserved.