indexingSearchCount property

int? indexingSearchCount
final

Aka "efConstruction": the number of neighbor searched for while indexing (default: 100). The higher the value, the more accurate the search, but the longer the indexing. If indexing time is not a major concern, a value of at least 200 is recommended to improve search quality. Changing this value causes re-indexing.

Implementation

final int? indexingSearchCount;