| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.highlighters |
The package provides highlighters for highlighting search results in text.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| 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 | Class and Description |
|---|---|
class |
DocumentHighlighter
Represents a search result highlighter that highlights search results in an entire document text.
|
class |
FragmentHighlighter
Represents a search result highlighter that highlights search results in text fragments.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Searcher.highlight(NetworkFoundDocument document,
Highlighter highlighter,
HighlightOptions options)
Generates HTML formatted text with highlighted found terms.
|
Copyright © 2026. All rights reserved.