Re: [PR] Optimize slice calculation in IndexSearcher a little [lucene]

2025-03-25 Thread via GitHub
github-actions[bot] commented on PR #13860: URL: https://github.com/apache/lucene/pull/13860#issuecomment-2752825465 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] Optimize slice calculation in IndexSearcher a little [lucene]

2025-03-08 Thread via GitHub
original-brownbear commented on code in PR #13860: URL: https://github.com/apache/lucene/pull/13860#discussion_r1986157505 ## lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java: ## @@ -360,102 +350,95 @@ public static LeafSlice[] slices( boolean allowSegment

Re: [PR] Optimize slice calculation in IndexSearcher a little [lucene]

2025-03-08 Thread via GitHub
original-brownbear commented on code in PR #13860: URL: https://github.com/apache/lucene/pull/13860#discussion_r1986157505 ## lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java: ## @@ -360,102 +350,95 @@ public static LeafSlice[] slices( boolean allowSegment

Re: [PR] Optimize slice calculation in IndexSearcher a little [lucene]

2025-01-11 Thread via GitHub
github-actions[bot] commented on PR #13860: URL: https://github.com/apache/lucene/pull/13860#issuecomment-2585493405 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] Optimize slice calculation in IndexSearcher a little [lucene]

2024-11-19 Thread via GitHub
github-actions[bot] commented on PR #13860: URL: https://github.com/apache/lucene/pull/13860#issuecomment-2487035986 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] Optimize slice calculation in IndexSearcher a little [lucene]

2024-11-05 Thread via GitHub
javanna commented on code in PR #13860: URL: https://github.com/apache/lucene/pull/13860#discussion_r1829869859 ## lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java: ## @@ -540,7 +523,43 @@ public int count(Query query) throws IOException { * @lucene.experimen

Re: [PR] Optimize slice calculation in IndexSearcher a little [lucene]

2024-10-25 Thread via GitHub
github-actions[bot] commented on PR #13860: URL: https://github.com/apache/lucene/pull/13860#issuecomment-2439076472 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] Optimize slice calculation in IndexSearcher a little [lucene]

2024-10-11 Thread via GitHub
original-brownbear commented on code in PR #13860: URL: https://github.com/apache/lucene/pull/13860#discussion_r1797010600 ## lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java: ## @@ -540,7 +523,43 @@ public int count(Query query) throws IOException { * @lucen