| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| 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.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected static IFileOutputAdapter |
CoreFactory.createFileOutputAdapter(OutputFormat outputFormat,
String filePath) |
protected static IFragmentHighlighter |
CoreFactory.createFragmentHighlighter(OutputFormat outputFormat) |
protected static IStreamOutputAdapter |
CoreFactory.createStreamOutputAdapter(OutputFormat outputFormat,
OutputStream stream) |
protected static IStringOutputAdapter |
CoreFactory.createStringOutputAdapter(OutputFormat outputFormat) |
protected static IStructureOutputAdapter |
CoreFactory.createStructureOutputAdapter(OutputFormat outputFormat) |
| Modifier and Type | Method and Description |
|---|---|
OutputFormat |
IResultBuilderFactory.getOutputFormat()
Gets the output format.
|
OutputFormat |
ResultBuilderFactory.getOutputFormat()
Gets the output format.
|
| Constructor and Description |
|---|
FileOutputAdapter(OutputFormat outputFormat,
String filePath)
Initializes a new instance of the
FileOutputAdapter class. |
StreamOutputAdapter(OutputFormat outputFormat,
OutputStream stream)
Initializes a new instance of the
StreamOutputAdapter class. |
StringOutputAdapter(OutputFormat outputFormat)
Initializes a new instance of the
StringOutputAdapter class. |
StructureOutputAdapter(OutputFormat outputFormat)
Initializes a new instance of the
StructureOutputAdapter class. |
| Constructor and Description |
|---|
FragmentHighlighter(OutputFormat outputFormat)
Initializes a new instance of the
FragmentHighlighter class. |
| Modifier and Type | Method and Description |
|---|---|
static OutputFormat |
OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026. All rights reserved.