I’m trying to tune vector indexing behavior. Specifically, I want the first HNSW index for a segment to be built only after the segment reaches a certain size (e.g., X MB or Y vectors), instead of building small HNSW graphs early.
Is there any setting in Elasticsearch or Lucene that controls this threshold?
If not, is this behavior hardcoded, and would exposing such a knob be feasible?