Table of Contents

Property Exact

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Exact

Get or sets a value indicating if exact nearest neighbor (ENN) is to be used, false by default. If false, approximate nearest neighbor (ANN) is used.

public bool Exact { get; set; }

Property Value

bool