leafNodesSearchFraction property

double? leafNodesSearchFraction
getter/setter pair

The fraction of the number of leaves to search, set at query time allows user to tune search performance.

This value increase result in both search accuracy and latency increase. The value should be between 0.0 and 1.0.

Optional.

Implementation

core.double? leafNodesSearchFraction;