| 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.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Method and Description |
|---|---|
protected static IDocumentHighlighter |
CoreFactory.createDocumentHighlighter(OutputAdapter outputAdapter) |
void |
Index.getDocumentText(DocumentInfo documentInfo,
OutputAdapter adapter)
Generates the text of an indexed document and passes it through an 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. |
class |
StructureOutputAdapter
Represents an output adapter that collects output as a structure containing each field separately.
|
| Modifier and Type | Method and Description |
|---|---|
OutputAdapter |
DocumentHighlighter.getOutputAdapter()
Gets the output adapter passed in the constructor.
|
OutputAdapter |
IDocumentHighlighter.getOutputAdapter()
Gets the output adapter.
|
| Constructor and Description |
|---|
DocumentHighlighter(OutputAdapter outputAdapter)
Initializes a new instance of the
DocumentHighlighter class. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Searcher.getDocumentText(NetworkDocumentInfo documentInfo,
OutputAdapter adapter)
Generates the text of an indexed document and passes it through an output adapter.
|
Copyright © 2026. All rights reserved.