public class SearchResult
extends java.lang.Object
| Constructor and Description |
|---|
SearchResult()
Instantiates a new search result.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getElapsedTime()
Gets the elapsed time.
|
QueryResult |
getPrimaryQueryResult()
Gets the primary query result.
|
java.util.List<KeyValue> |
getProperties()
Gets the properties.
|
java.util.List<QueryResult> |
getSecondaryQueryResults()
Gets the secondary query results.
|
java.lang.String |
getSpellingSuggestion()
Gets the spelling suggestion.
|
java.util.List<java.lang.String> |
getTriggeredRules()
Gets the triggered rules.
|
public int getElapsedTime()
public QueryResult getPrimaryQueryResult()
public java.util.List<KeyValue> getProperties()
public java.util.List<QueryResult> getSecondaryQueryResults()
public java.lang.String getSpellingSuggestion()
public java.util.List<java.lang.String> getTriggeredRules()