| 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 FoundDocument |
CoreFactory.deserializeFoundDocument(byte[] array) |
| Modifier and Type | Method and Description |
|---|---|
void |
Index.highlight(FoundDocument document,
Highlighter highlighter)
Generates HTML formatted text with highlighted found terms.
|
void |
Index.highlight(FoundDocument document,
Highlighter highlighter,
HighlightOptions options)
Generates HTML formatted text with highlighted found terms.
|
| Modifier and Type | Method and Description |
|---|---|
static FoundDocument |
FoundDocument.deserialize(byte[] array)
Deserializes an instance from a byte array.
|
abstract FoundDocument |
SearchResult.getFoundDocument(int index)
Gets the found document by index.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<FoundDocument> |
SearchResult.iterator()
Returns an iterator that iterates through the collection of the documents found.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FoundDocument |
NetworkFoundDocument.getFoundDocument()
Gets the found document.
|
Copyright © 2026. All rights reserved.