Table of Contents

Class GeoHaystackSearchResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

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 BsonDocument

The response.

Properties

Hits

Gets the hits.

public GeoHaystackSearchResult.GeoHaystackSearchHits Hits { get; }

Property Value

GeoHaystackSearchResult.GeoHaystackSearchHits

HitsImplementation

Gets the hits.

protected abstract GeoHaystackSearchResult.GeoHaystackSearchHits HitsImplementation { get; }

Property Value

GeoHaystackSearchResult.GeoHaystackSearchHits

Stats

Gets the stats.

public GeoHaystackSearchResult.GeoHaystackSearchStats Stats { get; }

Property Value

GeoHaystackSearchResult.GeoHaystackSearchStats