Predictions Class

Provides predicted meta data for a query.

Definition

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
[SerializableAttribute]
public class Predictions
Inheritance
Object    Predictions

Properties

DistributedTime Predicted distributed query time.
FetchedDocuments Predicted number of local documents to fetch.
FetchedDocumentsDistributed Predicted number of distributed documents to fetch.
FetchedHits Predicted number of local hits.
FetchedHitsDistributed Predicted number of distributed hits.
Skips Predicted number of local skips.
SkipsDistributed Predicted number of distributed skips.
Time Predicted query time.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also