Class GeoHaystackSearchResult
Represents the result of a GeoHaystackSearch command.
[Serializable]
[Obsolete("GeoHaystack indexes were deprecated in server version 4.4.")]
public abstract class GeoHaystackSearchResult : CommandResult
- Inheritance
-
GeoHaystackSearchResult
- Derived
- Inherited Members
- Extension Methods
Constructors
GeoHaystackSearchResult(BsonDocument)
Initializes a new instance of the GeoHaystackSearchResult class.
protected GeoHaystackSearchResult(BsonDocument response)
Parameters
response
BsonDocumentThe response.
Properties
Hits
Gets the hits.
public GeoHaystackSearchResult.GeoHaystackSearchHits Hits { get; }
Property Value
HitsImplementation
Gets the hits.
protected abstract GeoHaystackSearchResult.GeoHaystackSearchHits HitsImplementation { get; }
Property Value
Stats
Gets the stats.
public GeoHaystackSearchResult.GeoHaystackSearchStats Stats { get; }