Interface QueryResult<T>

All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
AbstractConverterQueryResult, ProfileServiceCrawlerQueryResult, ResultSetRowQueryResult, WrapperQueryResult

@Exported public interface QueryResult<T> extends Iterator<T>
The base interface for all QueryResults. It allows for introspection of response parameters and allows iterating through the results set by simply inheriting methods from the Iterator interface.
Since:
11.1.1.0.0 Beta 2
  • Field Details

    • ESTIMATED_RESULT_COUNT

      static final String ESTIMATED_RESULT_COUNT
      The estimated count of the results that returned
      See Also:
    • RESPONSE_TIME

      static final String RESPONSE_TIME
      The response time in executing the query
      See Also:
  • Method Details

    • getProperties

      Map<String,String> getProperties()
      Returns a map of response properties about this result. including approximate number of hits.
      Returns:
      a Map of properties with String keys and String values