|
| float | getSearchTime () |
| | The amount of time is took to perform the search.
|
| |
| double[] | getFilterTimes () |
| | The amount of time spent in each search filter.
|
| |
| String[] | getFilterTimeNames () |
| | The names of the search filters corresponding to the times returned by getFilterTimes.
|
| |
| int[] | getFilterOutputSizes () |
| | The output sizes of each search filter.
|
| |
| String[] | getFilterOutputNames () |
| | The names of the search filters corresponding to the times returned by getFilterOutputSizes.
|
| |
|
bool | isGipSearch () |
| | Return true if the GIP prefilter was used in this search.
|
| |
|
bool | isSortSearch () |
| | Return true if the SORT prefilter was used in this search.
|
| |
|
bool | isPsiSearch () |
| | Return true if the PSI prefilter was used in this search.
|
| |
| double | getMinConfidence () |
| | Return the minimum confidence value seen in processing this query.
|
| |
| double | getResultConfidence () |
| | Return the result set confidence for this query.
|
| |
| NetricsSearchResult[] | getSearchResults () |
| | Get the records returned by the search.
|
| |
This class represents the ibi™ Patterns - Search Server's response to a search command.
Use the getSearchResults method to get the list of records returned by the search.
| double NetricsServerInterface.NetricsSearchResponse.getResultConfidence |
( |
| ) |
|
|
inline |
Return the result set confidence for this query.
This returns the overall confidence measure for the result set. The overall confidence is set as the minimum top level confidence measure of any record processed, even if that record is not returned in the return set. This is useful in determining the reliability of the results.
This differs from the getMinConfidence measure in that it looks only at the top level confidence value, not the confidence values for each querylet.
- Returns
- the overall confidence for the result set or -1.0 of no overall confidence value is available.
- See also
- NetricsSearchResponse.getMinConfidence(), NetricsQuery.FirstValid(ConfidenceQlt[], bool)