SMILA (incubation) API documentation

org.eclipse.smila.search.api
Interface SearchResult

All Known Implementing Classes:
SearchResultImpl

public interface SearchResult

Result of a search process.

Author:
jschumacher

Method Summary
 Record getQuery()
          The "effective query" record.
 Record[] getRecords()
           
 java.lang.String getWorkflowName()
           
 

Method Detail

getWorkflowName

java.lang.String getWorkflowName()
Returns:
name of the pipeline that produced this result.

getQuery

Record getQuery()
The "effective query" record. This is the record which was actually used for the index search. This can be an enriched version of the initial query record that went into the search process.

Returns:
"effective query" record.

getRecords

Record[] getRecords()
Returns:
result record list.

SMILA (incubation) API documentation