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.
|
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 |
HtmlFragmentHighlighter
Represents a search result highlighter that highlights search results in HTML formatted text fragments.
|
class |
HtmlHighlighter
Represents a search result highlighter that highlights search results in an entire document text formatted in HTML.
|