[GitHub] [lucene] jpountz commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-12-02 Thread GitBox
jpountz commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1038244235 ## lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene94/ExpandingVectorValues.java: ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Software F

[GitHub] [lucene] jpountz commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-11-22 Thread GitBox
jpountz commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1029282728 ## lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene94/ExpandingVectorValues.java: ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Software F

[GitHub] [lucene] jpountz commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-11-21 Thread GitBox
jpountz commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1028076412 ## lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene94/ExpandingVectorValues.java: ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Software F

[GitHub] [lucene] jpountz commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-11-18 Thread GitBox
jpountz commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1026383814 ## lucene/core/src/java/org/apache/lucene/codecs/lucene95/Lucene95HnswVectorsReader.java: ## @@ -0,0 +1,497 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [lucene] jpountz commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-11-18 Thread GitBox
jpountz commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1026184428 ## lucene/core/src/java/org/apache/lucene/codecs/lucene95/Lucene95HnswVectorsReader.java: ## @@ -0,0 +1,497 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [lucene] jpountz commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-11-18 Thread GitBox
jpountz commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1025393090 ## lucene/core/src/java/org/apache/lucene/codecs/lucene95/Lucene95HnswVectorsFormat.java: ## @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF)