See: Description
Class | Description |
---|---|
Document |
Represents the base class for documents added to an index from file system, stream, or structure.
|
DocumentFilter |
Represents the base class for document filters.
|
Index |
Represents the main class for indexing documents and search through them.
|
IndexRepository |
Represents a container for combining multiple indexes and performing common operations on them.
|
IndexSettings |
Represents the index settings that allow to customize the indexing operations.
|
IndexUpdater |
Represents an index updater.
|
Notification |
The base class for all notifications to the index.
|
SearchDocumentFilter |
Contains methods for creating search document filters.
|
SearchQuery |
Represents a search query in object form.
|
Exception | Description |
---|---|
GroupDocsException |
Represents base exception in GroupDocs products.
|
LicenseRestrictionException |
The exception that is thrown when a license restriction is triggered.
|
PleaseReportException |
Represents the exception that is thrown when an error occurred in the library.
|
The package provides classes for indexing and searching text data in documents of different formats. The main classes in this package are: