public interface IDfSourceStatus
Modifier and Type | Method and Description |
---|---|
int |
getCollected()
Returns the number of results collected at a particular source.
|
IDfEnumeration |
getEvents()
Gets the ordered list of events received from this source.
|
IDfException |
getException()
In case of an error, this method may return the actual exception that occurs with the source.
|
int |
getHitCount()
Gets the total number of hits at the remote source.
|
java.lang.String |
getSourceName()
Gets the internal name of the source this status corresponds to.
|
int |
getStatus()
Returns status of this query for a particular source.
|
int |
getStatusInfo()
Gets more detail on the status of a particular source.
|
int |
getValid()
Returns the number of results collected at a particular source that have not been removed by de-duplication.
|
boolean |
isFacetRetrieved()
Indicates if this source has returned facets.
|
boolean |
isFacetsResultsTruncated()
Indicates if the number of results used to compute facets is not the entire result set.
|
int getStatus()
int getCollected()
int getValid()
int getStatusInfo()
java.lang.String getSourceName()
int getHitCount()
boolean isFacetsResultsTruncated()
IDfEnumeration getEvents()
IDfException getException()
boolean isFacetRetrieved()
Copyright 1994-2023 OpenText Corporation. All rights reserved.