Click or drag to resize

IndexKeysBuilder<TDocument>.GeoSpatialHaystack Method

Overload List
  NameDescription
Public methodGeoSpatialHaystack<TMember>(Expression<Func<TDocument, TMember>>)
Sets the key name to create a geospatial haystack index on.
Public methodGeoSpatialHaystack<TMember, TAdditionalMember>(Expression<Func<TDocument, TMember>>, Expression<Func<TDocument, TAdditionalMember>>)
Sets the key name and additional field name to create a geospatial haystack index on.
Top
See Also