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 . |
Modifier and Type | Method and Description |
---|---|
protected static Object |
ResultBuilderFactory.createResultBuilder(ResultBuilderFactory resultBuilderFactory,
TextOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
Highlighter
Represents the base class of a search result highlighter.
|
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.
|
Copyright © 2020. All rights reserved.