StructureOutputAdapter
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.common.ResultBuilderFactory, com.groupdocs.search.common.OutputAdapter
All Implemented Interfaces: com.groupdocs.search.common.IStructureOutputAdapter
public class StructureOutputAdapter extends OutputAdapter implements IStructureOutputAdapter
Represents an output adapter that collects output as a structure containing each field separately.
| Constructor | Description |
|---|---|
| StructureOutputAdapter(OutputFormat outputFormat) | Initializes a new instance of the StructureOutputAdapter class. |
| Method | Description |
|---|---|
| getResult() | Gets the resulting array of fields. |
public StructureOutputAdapter(OutputFormat outputFormat)
Initializes a new instance of the StructureOutputAdapter class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| outputFormat | OutputFormat | The output format. |
public final DocumentField[] getResult()
Gets the resulting array of fields.
Returns: com.groupdocs.search.common.DocumentField[] - The resulting array of fields.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.