efConstruct property

  1. @TagNumber(2)
Int64 get efConstruct

Number of neighbours to consider during the index building. Larger the value - more accurate the search, more time required to build the index.

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get efConstruct => $_getI64(1);
  1. @TagNumber(2)
set efConstruct (Int64 v)

Implementation

@$pb.TagNumber(2)
set efConstruct($fixnum.Int64 v) { $_setInt64(1, v); }