public class QueryResult
extends java.lang.Object
| Constructor and Description |
|---|
QueryResult()
Instantiates a new query result.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResultTable> |
getCustomResults()
Gets the custom results.
|
java.lang.String |
getQueryId()
Gets the query id.
|
java.lang.String |
getQueryRuleId()
Gets the query rule id.
|
ResultTable |
getRefinementResult()
Gets the refinement result.
|
ResultTable |
getRelevantResult()
Gets the relevant result.
|
ResultTable |
getSpecialTermResult()
Gets the special term result.
|
public java.util.List<ResultTable> getCustomResults()
public java.lang.String getQueryId()
public java.lang.String getQueryRuleId()
public ResultTable getRefinementResult()
public ResultTable getRelevantResult()
public ResultTable getSpecialTermResult()