public class SolrResultBuilder extends ResultBuilder
| Modifier and Type | Field and Description |
|---|---|
protected Log |
_log
The log.
|
_result| Constructor and Description |
|---|
SolrResultBuilder(Record record,
QueryResponse response)
Constructor.
|
SolrResultBuilder(java.lang.String workflowName,
Record record,
QueryResponse response)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Record |
processResponse()
Process the response result and add to query record.
|
addFacet, addFacetValue, addFacetValue, addFacetValue, addGroup, addGroup, addGroupResults, addHighlight, addHighlightText, addHighlightText, addNestedGroup, addResultItem, setCount, setRuntimegetCount, getFacets, getGroups, getIndexSize, getNumberOfRecords, getQuery, getResult, getResultRecord, getResultRecords, getRuntime, getWorkflowName, hasQuery, hasRecordspublic SolrResultBuilder(Record record, QueryResponse response)
record - the query record.response - the solr query response.public SolrResultBuilder(java.lang.String workflowName,
Record record,
QueryResponse response)
workflowName - the workflow name.record - the query record.response - the solr query response.public Record processResponse()