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.
|
Modifier and Type | Method and Description |
---|---|
void |
Index.getDocumentText(DocumentInfo documentInfo,
OutputAdapter adapter)
Generates HTML formatted text for indexed document and transfers it through the output adapter.
|
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 | Class and Description |
---|---|
class |
FileOutputAdapter
Represents an output adapter that collects output into a file.
|
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 |
---|---|
OutputAdapter |
HtmlHighlighter.getOutputAdapter()
Gets the output adapter passed in the constructor.
|
Constructor and Description |
---|
HtmlHighlighter(OutputAdapter outputAdapter)
Initializes a new instance of the
HtmlHighlighter class. |