Table of Contents

Method GetHitImplementation

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

GetHitImplementation(int)

Gets an individual hit.

protected abstract GeoHaystackSearchResult.GeoHaystackSearchHit GetHitImplementation(int index)

Parameters

index int

The zero based index of the hit.

Returns

GeoHaystackSearchResult.GeoHaystackSearchHit

The hit.