| Package | Description |
|---|---|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| com.groupdocs.search.scaling.results |
The namespace provides the search result classes in the search network.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Searcher.highlight(NetworkFoundDocument document,
Highlighter highlighter,
HighlightOptions options)
Generates HTML formatted text with highlighted found terms.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NetworkFoundDocument |
NetworkSearchResult.getFoundDocument(int index)
Gets the found document by index.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<NetworkFoundDocument> |
NetworkSearchResult.iterator()
Returns an iterator that iterates through the collection of the documents found.
|
Copyright © 2026. All rights reserved.