Re: [PR] [DRAFT] Change vector input from IndexInput to RandomAccessInput [lucene]

2024-11-28 Thread via GitHub
github-actions[bot] commented on PR #13981: URL: https://github.com/apache/lucene/pull/13981#issuecomment-2506880401 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] [DRAFT] Change vector input from IndexInput to RandomAccessInput [lucene]

2024-11-14 Thread via GitHub
dungba88 commented on code in PR #13981: URL: https://github.com/apache/lucene/pull/13981#discussion_r1842998968 ## lucene/core/src/java/org/apache/lucene/store/RandomAccessInput.java: ## @@ -77,4 +85,6 @@ default void readBytes(long pos, byte[] bytes, int offset, int length) t

Re: [PR] [DRAFT] Change vector input from IndexInput to RandomAccessInput [lucene]

2024-11-14 Thread via GitHub
benwtrent commented on code in PR #13981: URL: https://github.com/apache/lucene/pull/13981#discussion_r1842957299 ## lucene/core/src/java/org/apache/lucene/store/RandomAccessInput.java: ## @@ -77,4 +85,6 @@ default void readBytes(long pos, byte[] bytes, int offset, int length)

Re: [PR] [DRAFT] Change vector input from IndexInput to RandomAccessInput [lucene]

2024-11-13 Thread via GitHub
dungba88 commented on code in PR #13981: URL: https://github.com/apache/lucene/pull/13981#discussion_r1841491566 ## lucene/core/src/java21/org/apache/lucene/internal/vectorization/Lucene99MemorySegmentByteVectorScorer.java: ## @@ -40,8 +41,14 @@ abstract sealed class Lucene99Mem

Re: [PR] [DRAFT] Change vector input from IndexInput to RandomAccessInput [lucene]

2024-11-13 Thread via GitHub
dungba88 commented on code in PR #13981: URL: https://github.com/apache/lucene/pull/13981#discussion_r1841492890 ## lucene/core/src/java/org/apache/lucene/store/RandomAccessInput.java: ## @@ -77,4 +85,6 @@ default void readBytes(long pos, byte[] bytes, int offset, int length) t

Re: [PR] [DRAFT] Change vector input from IndexInput to RandomAccessInput [lucene]

2024-11-11 Thread via GitHub
shubhamvishu commented on code in PR #13981: URL: https://github.com/apache/lucene/pull/13981#discussion_r1836169621 ## lucene/core/src/java/org/apache/lucene/store/RandomAccessInput.java: ## @@ -77,4 +85,6 @@ default void readBytes(long pos, byte[] bytes, int offset, int lengt

Re: [PR] [DRAFT] Change vector input from IndexInput to RandomAccessInput [lucene]

2024-11-11 Thread via GitHub
shubhamvishu commented on code in PR #13981: URL: https://github.com/apache/lucene/pull/13981#discussion_r1836169057 ## lucene/core/src/java21/org/apache/lucene/internal/vectorization/Lucene99MemorySegmentByteVectorScorer.java: ## @@ -40,8 +41,14 @@ abstract sealed class Lucene9