ResultBuilderFactory
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.search.common.IResultBuilderFactory
public abstract class ResultBuilderFactory implements IResultBuilderFactory
Represents the base class of a result builder factory.
Methods
| Method | Description |
|---|---|
| getOutputFormat() | Gets the output format. |
| getCore() |
getOutputFormat()
public OutputFormat getOutputFormat()
Gets the output format.
Returns: OutputFormat - The output format.
getCore()
public Object getCore()
Returns: java.lang.Object