vigyasharma commented on PR #14963: URL: https://github.com/apache/lucene/pull/14963#issuecomment-3094760336
> I think we need to persist information about whether graph was built for the segment. Maybe we could use one of the existing fields that describe the [graph](https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99HnswVectorsReader.java#L436). Like set `numLevels=0` when there is no graph (otherwise it would at least be 1)? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
