Re: [PR] Binary search all terms. [lucene]

2024-07-23 Thread via GitHub
github-actions[bot] commented on PR #13192: URL: https://github.com/apache/lucene/pull/13192#issuecomment-2246620817 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] Binary search all terms. [lucene]

2024-07-08 Thread via GitHub
vsop-479 commented on PR #13192: URL: https://github.com/apache/lucene/pull/13192#issuecomment-2216245652 Or, we just supply this (maybe only for `non-allEqual` leaf blocks) as an option, So, users can use it when their applications are not busy. -- This is an automated message from the

Re: [PR] Binary search all terms. [lucene]

2024-07-08 Thread via GitHub
vsop-479 commented on PR #13192: URL: https://github.com/apache/lucene/pull/13192#issuecomment-2213224505 > This many new allocations Maybe we can share these allocations(`suffixes`, `positions`, `positions`) from `searchers`, since they are just immutable and non-stateful data. --

Re: [PR] Binary search all terms. [lucene]

2024-05-10 Thread via GitHub
github-actions[bot] commented on PR #13192: URL: https://github.com/apache/lucene/pull/13192#issuecomment-2105402311 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] Binary search all terms. [lucene]

2024-04-26 Thread via GitHub
vsop-479 commented on code in PR #13192: URL: https://github.com/apache/lucene/pull/13192#discussion_r1580673258 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java: ## @@ -196,6 +207,90 @@ void loadBlock() throws IOException { suf

Re: [PR] Binary search all terms. [lucene]

2024-04-25 Thread via GitHub
vsop-479 commented on code in PR #13192: URL: https://github.com/apache/lucene/pull/13192#discussion_r1543119650 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java: ## @@ -196,6 +207,90 @@ void loadBlock() throws IOException { suf

Re: [PR] Binary search all terms. [lucene]

2024-04-11 Thread via GitHub
github-actions[bot] commented on PR #13192: URL: https://github.com/apache/lucene/pull/13192#issuecomment-2050752083 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] Binary search all terms. [lucene]

2024-04-01 Thread via GitHub
vsop-479 commented on code in PR #13192: URL: https://github.com/apache/lucene/pull/13192#discussion_r1543119650 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java: ## @@ -196,6 +207,90 @@ void loadBlock() throws IOException { suf

Re: [PR] Binary search all terms. [lucene]

2024-03-28 Thread via GitHub
vsop-479 commented on code in PR #13192: URL: https://github.com/apache/lucene/pull/13192#discussion_r1543119650 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java: ## @@ -196,6 +207,90 @@ void loadBlock() throws IOException { suf

Re: [PR] Binary search all terms. [lucene]

2024-03-28 Thread via GitHub
vsop-479 commented on code in PR #13192: URL: https://github.com/apache/lucene/pull/13192#discussion_r1543119650 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java: ## @@ -196,6 +207,90 @@ void loadBlock() throws IOException { suf

Re: [PR] Binary search all terms. [lucene]

2024-03-28 Thread via GitHub
vsop-479 commented on code in PR #13192: URL: https://github.com/apache/lucene/pull/13192#discussion_r1543074950 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java: ## @@ -554,49 +683,128 @@ public SeekStatus scanToTermLeaf(BytesRef ta

Re: [PR] Binary search all terms. [lucene]

2024-03-28 Thread via GitHub
vsop-479 commented on code in PR #13192: URL: https://github.com/apache/lucene/pull/13192#discussion_r1543071871 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java: ## @@ -196,6 +207,90 @@ void loadBlock() throws IOException { suf

Re: [PR] Binary search all terms. [lucene]

2024-03-28 Thread via GitHub
mikemccand commented on code in PR #13192: URL: https://github.com/apache/lucene/pull/13192#discussion_r1542884001 ## lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/SegmentTermsEnumFrame.java: ## @@ -196,6 +207,90 @@ void loadBlock() throws IOException { s

Re: [PR] Binary search all terms. [lucene]

2024-03-26 Thread via GitHub
vsop-479 commented on PR #13192: URL: https://github.com/apache/lucene/pull/13192#issuecomment-2019849096 @jpountz @mikemccand Please take a look when you get a chance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Binary search all terms. [lucene]

2024-03-26 Thread via GitHub
vsop-479 commented on PR #13192: URL: https://github.com/apache/lucene/pull/13192#issuecomment-2019536235 Implemented binary search term non leaf (`allEqual` and `unEqual`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and