HnswQueryParam constructor

const HnswQueryParam({
  1. int ef = 32,
  2. double radius = 0.0,
  3. bool isLinear = false,
  4. bool isUsingRefiner = false,
})

Implementation

const HnswQueryParam({
  this.ef = 32,
  super.radius = 0.0,
  super.isLinear = false,
  super.isUsingRefiner = false,
}) : super(type: IndexType.HNSW);