| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.results |
The package provides search result classes.
|
| com.groupdocs.search.scaling.results |
The namespace provides the search result classes in the search network.
|
| Modifier and Type | Method and Description |
|---|---|
protected static DocumentInfo |
CoreFactory.deserializeDocumentInfo(byte[] array) |
DocumentInfo |
Index.GetIndexedDocument(String documentKey)
Gets an indexed document by document key.
|
DocumentInfo[] |
Index.getIndexedDocumentItems(DocumentInfo documentInfo)
Gets an array of a document items.
|
DocumentInfo[] |
Index.getIndexedDocuments()
Gets an array of all indexed documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Index.getDocumentText(DocumentInfo documentInfo,
OutputAdapter adapter)
Generates the text of an indexed document and passes it through an output adapter.
|
void |
Index.getDocumentText(DocumentInfo documentInfo,
OutputAdapter adapter,
TextOptions options)
Generates HTML formatted text for indexed document and transfers it through the output adapter.
|
DocumentInfo[] |
Index.getIndexedDocumentItems(DocumentInfo documentInfo)
Gets an array of a document items.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentInfo |
DocumentInfo.deserialize(byte[] array)
Deserializes an instance from a byte array.
|
abstract DocumentInfo |
FoundDocument.getDocumentInfo()
Gets the document info.
|
abstract DocumentInfo |
FoundImageFrame.getDocumentInfo()
Gets the document info.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DocumentInfo |
NetworkDocumentInfo.getDocumentInfo()
Gets the descriptor for an indexed document.
|
Copyright © 2026. All rights reserved.