Click or drag to resize

GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHits Class

Represents a collection of GeoHaystackSearch hits.
Inheritance Hierarchy
System.Object
  MongoDB.Driver.GeoHaystackSearchResult.GeoHaystackSearchHits
    MongoDB.Driver.GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHits

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public class GeoHaystackSearchHits : GeoHaystackSearchResult.GeoHaystackSearchHits, 
	IEnumerable<GeoHaystackSearchResult<TDocument> .GeoHaystackSearchHit>, IEnumerable

The GeoHaystackSearchResult<TDocument> .GeoHaystackSearchHits generic type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator for the hits.
Protected methodGetEnumeratorImplementation
Gets an enumerator for the hits.
(Overrides GeoHaystackSearchResult.GeoHaystackSearchHits.GetEnumeratorImplementation().)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetHitImplementation
Gets a hit.
(Overrides GeoHaystackSearchResult.GeoHaystackSearchHits.GetHitImplementation(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAllElements<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>
Represents all elements in an array (corresponds to the server's "$[]" update operator).
(Defined by MongoEnumerable.)
Public Extension MethodAllMatchingElements<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
(Defined by MongoEnumerable.)
Public Extension MethodBottom<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>
Returns the bottom result.
(Defined by MongoEnumerable.)
Public Extension MethodBottomN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(SortDefinition<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32)Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.)
Public Extension MethodBottomN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(SortDefinition<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>)Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.)
Public Extension MethodContainsAll<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>
Determines whether a sequence contains all of the specified values.
(Defined by LinqToMongo.)
Public Extension MethodContainsAny<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>
Determines whether a sequence contains any of the specified values.
(Defined by LinqToMongo.)
Public Extension MethodFirstMatchingElement<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
(Defined by MongoEnumerable.)
Public Extension MethodFirstN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32)Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.)
Public Extension MethodFirstN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>)Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.)
Public Extension MethodLastN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32)Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.)
Public Extension MethodLastN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>)Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.)
Public Extension MethodMaxN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32)Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.)
Public Extension MethodMaxN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>)Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.)
Public Extension MethodMinN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32)Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.)
Public Extension MethodMinN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>)Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Int32>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Int32>>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Int64>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Int64>>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Single>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Single>>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Double>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Double>>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Decimal>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Decimal>>)Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Int32>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Int32>>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Int64>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Int64>>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Single>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Single>>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Double>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Double>>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Decimal>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodStandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Decimal>>)Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.)
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Public Extension MethodTop<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>
Returns the top n results.
(Defined by MongoEnumerable.)
Public Extension MethodTopN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(SortDefinition<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32)Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.)
Public Extension MethodTopN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(SortDefinition<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>)Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.)
Public Extension MethodWhere<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>
Filters a sequence of values based on a predicate and limits the number of results.
(Defined by MongoEnumerable.)
Top
See Also