Click or drag to resize

Predictions Class

Provides predicted meta data for a query.
Inheritance Hierarchy
SystemObject
  SphinxConnector.CommonPredictions

Namespace:  SphinxConnector.Common
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
[SerializableAttribute]
public class Predictions

The Predictions type exposes the following members.

Properties
  NameDescription
Public propertyDistributedTime
Predicted distributed query time.
Public propertyFetchedDocuments
Predicted number of local documents to fetch.
Public propertyFetchedDocumentsDistributed
Predicted number of distributed documents to fetch.
Public propertyFetchedHits
Predicted number of local hits.
Public propertyFetchedHitsDistributed
Predicted number of distributed hits.
Public propertySkips
Predicted number of local skips.
Public propertySkipsDistributed
Predicted number of distributed skips.
Public propertyTime
Predicted query time.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also