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.
|
Modifier and Type | Method and Description |
---|---|
ILogger |
IndexSettings.getLogger()
Gets a logger that is used for logging events and errors in the index.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexSettings.setLogger(ILogger value)
Sets a logger that is used for logging events and errors in the index.
|
Modifier and Type | Class and Description |
---|---|
class |
FileLogger
Represents a logger that logs events and errors to a local file.
|