| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Method and Description |
|---|---|
protected static SearchOptions |
CoreFactory.createSearchOptions() |
protected static SearchOptions |
CoreFactory.createSearchOptions(Object data) |
SearchOptions |
SearchQuery.getSearchOptions()
Gets or sets the search options of this seach query.
|
| Modifier and Type | Method and Description |
|---|---|
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,
SearchOptions options)
Searches in index.
|
SearchResult |
IndexRepository.search(String query,
SearchOptions options)
Searches in all indexes of the repository.
|
void |
SearchQuery.setSearchOptions(SearchOptions value)
Gets or sets the search options of this seach query.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SearchOptions |
SearchReport.getSearchOptions()
Gets the search options.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NetworkSearchResult |
Searcher.searchFirst(SearchQuery query,
SearchOptions options)
Starts a search in the distributed search index.
|
abstract NetworkSearchResult |
Searcher.searchFirst(String query,
SearchOptions options)
Starts a search with a query in text form in the distributed search index.
|
Copyright © 2026. All rights reserved.