jmazanec15 commented on issue #12570: URL: https://github.com/apache/lucene/issues/12570#issuecomment-1724649688
Ill take a look too @benwtrent. 192 seems to be a lot. From a high level scan of the HNSWGraphBuilder, I do not see anything that obviously causes neighbors to go above M/2M. The 2 main points I see are: 1. [selecting neighbors](https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphBuilder.java#L286-L295) 2. [backwards connections](https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphBuilder.java#L276-L279) > looks like merging multiple segments and then force merging What did you mean by merging and then force merging? Do you have the luceneutil params you ran with for replication? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org