| 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.results |
The package provides search result classes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DocumentSourceKind |
Document.getDocumentSourceKind()
Gets the document source kind.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
Document.createLazy(DocumentSourceKind documentSourceKind,
String documentKey,
IDocumentLoader documentLoader)
Creates a lazy-loaded document.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentSourceKind |
DocumentSourceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSourceKind[] |
DocumentSourceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DocumentSourceKind |
DocumentInfo.getDocumentSourceKind()
Gets the document source kind.
|
Copyright © 2026. All rights reserved.