| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| com.groupdocs.search.scaling.configuring |
The namespace provides classes for configuring the search network.
|
| Modifier and Type | Method and Description |
|---|---|
NumberOfThreads |
IndexSettings.getSearchThreads()
Gets the number of threads used for the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSettings.setSearchThreads(NumberOfThreads value)
Sets the number of threads used for the search.
|
| Modifier and Type | Method and Description |
|---|---|
static NumberOfThreads |
NumberOfThreads.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberOfThreads[] |
NumberOfThreads.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IndexSettingsConfigurator |
IndexSettingsConfigurator.setSearchThreads(NumberOfThreads numberOfThreads)
Sets the number of search threads.
|
Copyright © 2026. All rights reserved.