Package oracle.webcenter.search
Interface QueryResult<T>
- All Superinterfaces:
Iterator<T>
- All Known Implementing Classes:
AbstractConverterQueryResult
,ProfileServiceCrawlerQueryResult
,ResultSetRowQueryResult
,WrapperQueryResult
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns a map of response properties about this result.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Field Details
-
ESTIMATED_RESULT_COUNT
The estimated count of the results that returned- See Also:
-
RESPONSE_TIME
The response time in executing the query- See Also:
-
-
Method Details
-
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
-