| 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.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 |
|---|---|
IndexType |
IndexSettings.getIndexType()
Gets the index type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSettings.setIndexType(IndexType value)
Sets the index type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IndexType |
ExtractorSettings.getIndexType()
Gets the index type the extractor is used for.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExtractorSettings.setIndexType(IndexType value)
Sets the index type the extractor is used for.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.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.setIndexType(IndexType indexType)
Sets the index type.
|
Copyright © 2026. All rights reserved.