| 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 | Interface and Description |
|---|---|
interface |
IFileOutputAdapter
Defines interface of an output adapter that collects output into a file.
|
interface |
IOutputAdapter
Defines interface of an output adapter.
|
interface |
IStreamOutputAdapter
Defines interface of an output adapter that collects output into a
java.io.OutputStream. |
interface |
IStringOutputAdapter
Defines interface of an output adapter that collects output as a
System.String. |
interface |
IStructureOutputAdapter
Defines interface of an output adapter that collects output as a structure containing each field separately.
|
| 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 |
ResultBuilderFactory
Represents the base class of a result builder factory.
|
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 | Field and Description |
|---|---|
protected IResultBuilderFactory |
ResultBuilderFactory.core |
| Constructor and Description |
|---|
ResultBuilderFactory(IResultBuilderFactory core)
Initializes a new instance of the
ResultBuilderFactory class. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDocumentHighlighter
Defines interface of a search result highlighter that highlights search results in an entire document text.
|
interface |
IFragmentHighlighter
Defines interface of a search result highlighter that highlights search results in text fragments.
|
interface |
IHighlighter
Defines interface of a search result highlighter.
|
| 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.