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 |
---|---|
void |
Index.getDocumentText(DocumentInfo documentInfo,
OutputAdapter adapter,
TextOptions options)
Generates HTML formatted text for indexed document and transfers it through the output adapter.
|
Modifier and Type | Method and Description |
---|---|
protected static Object |
ResultBuilderFactory.createResultBuilder(ResultBuilderFactory resultBuilderFactory,
TextOptions options) |
protected Object |
FileOutputAdapter.createResultBuilder(TextOptions options) |
protected abstract Object |
ResultBuilderFactory.createResultBuilder(TextOptions options) |
protected Object |
StreamOutputAdapter.createResultBuilder(TextOptions options) |
protected Object |
StringOutputAdapter.createResultBuilder(TextOptions options) |
Modifier and Type | Method and Description |
---|---|
protected Object |
HtmlFragmentHighlighter.createResultBuilder(TextOptions options) |
protected Object |
HtmlHighlighter.createResultBuilder(TextOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
HighlightOptions
Provides options for highlighting found terms.
|