| Package | Description |
|---|---|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| com.groupdocs.search.highlighters |
The package provides highlighters for highlighting search results in text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileOutputAdapter
Represents an output adapter that collects output into a file.
|
class |
OutputAdapter
Represents the base class of an output adapter that is used to collect an output in a generalized form.
|
class |
StreamOutputAdapter
Represents an output adapter that collects output into a
java.io.OutputStream. |
class |
StringOutputAdapter
Represents an output adapter that collects output as a
System.String. |
class |
StructureOutputAdapter
Represents an output adapter that collects output as a structure containing each field separately.
|
| 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.
|
class |
Highlighter
Represents the base class of a search result highlighter.
|
Copyright © 2026. All rights reserved.