[jira] [Commented] (LUCENE-10616) Moving to dictionaries has made stored fields slower at skipping

2022-07-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562072#comment-17562072 ] Adrien Grand commented on LUCENE-10616: --- Thanks [~joe hou] for giving it a try! T

[GitHub] [lucene] jpountz commented on a diff in pull request #996: LUCENE-10151: Some fixes to query timeouts.

2022-07-04 Thread GitBox
jpountz commented on code in PR #996: URL: https://github.com/apache/lucene/pull/996#discussion_r912762338 ## lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java: ## @@ -2033,6 +2034,15 @@ protected LeafSlice[] slices(List leaves) { } r

[GitHub] [lucene] jpountz commented on a diff in pull request #996: LUCENE-10151: Some fixes to query timeouts.

2022-07-04 Thread GitBox
jpountz commented on code in PR #996: URL: https://github.com/apache/lucene/pull/996#discussion_r912762557 ## lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java: ## @@ -85,7 +85,11 @@ public class IndexSearcher { private static QueryCache DEFAULT_QUERY_CACHE;

[jira] [Created] (LUCENE-10640) Can TimeLimitingBulkScorer exponentially grow the window size?

2022-07-04 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10640: - Summary: Can TimeLimitingBulkScorer exponentially grow the window size? Key: LUCENE-10640 URL: https://issues.apache.org/jira/browse/LUCENE-10640 Project: Lucene -

[jira] [Created] (LUCENE-10641) IndexSearcher#setTimeout should also abort query rewrites, point ranges and vector searches

2022-07-04 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10641: - Summary: IndexSearcher#setTimeout should also abort query rewrites, point ranges and vector searches Key: LUCENE-10641 URL: https://issues.apache.org/jira/browse/LUCENE-10641

[GitHub] [lucene-jira-archive] mikemccand commented on issue #1: Fix markup conversion error

2022-07-04 Thread GitBox
mikemccand commented on issue #1: URL: https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1173701233 > I found at least one test issue in the test repo https://github.com/mocobeta/sandbox-lucene-10557/issues appears in google's top search result. I didn't think it happens

[GitHub] [lucene-jira-archive] mocobeta commented on issue #1: Fix markup conversion error

2022-07-04 Thread GitBox
mocobeta commented on issue #1: URL: https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1173755435 ``` Disallow: /*/forks ``` I think the first wildcard `*` would match all repository names. It looks like this entry disallows crawling the forked repository list pag

[GitHub] [lucene-jira-archive] mocobeta commented on issue #1: Fix markup conversion error

2022-07-04 Thread GitBox
mocobeta commented on issue #1: URL: https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1173774134 ah ok, `/*/forks` should match any path that includes "forks" after the second `/`. I'll change the repository name if it's needed; for now, there seems no substantial ba

[GitHub] [lucene-jira-archive] mocobeta commented on issue #1: Fix markup conversion error

2022-07-04 Thread GitBox
mocobeta commented on issue #1: URL: https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1173841068 I reviewed several hundreds of issues in the latest test migration. The conversion errors are not uncommon and readers would often have to go back to Jira to reach correct/or

[GitHub] [lucene] msokolov commented on a diff in pull request #996: LUCENE-10151: Some fixes to query timeouts.

2022-07-04 Thread GitBox
msokolov commented on code in PR #996: URL: https://github.com/apache/lucene/pull/996#discussion_r913038692 ## lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java: ## @@ -2033,6 +2034,15 @@ protected LeafSlice[] slices(List leaves) { }

[jira] [Commented] (LUCENE-10151) Add timeout support to IndexSearcher

2022-07-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562216#comment-17562216 ] ASF subversion and git services commented on LUCENE-10151: -- Co

[jira] [Commented] (LUCENE-10151) Add timeout support to IndexSearcher

2022-07-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562219#comment-17562219 ] Adrien Grand commented on LUCENE-10151: --- bq. I've merged this now to main and bac

[GitHub] [lucene] jpountz merged pull request #996: LUCENE-10151: Some fixes to query timeouts.

2022-07-04 Thread GitBox
jpountz merged PR #996: URL: https://github.com/apache/lucene/pull/996 -- 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: issues-unsubscr...@lucene.apache.

[GitHub] [lucene] stefanvodita opened a new pull request, #1004: LUCENE-10603: Stop using SortedSetDocValues.NO_MORE_ORDS in tests

2022-07-04 Thread GitBox
stefanvodita opened a new pull request, #1004: URL: https://github.com/apache/lucene/pull/1004 Replace all usages of `SortedSetDocValues.NO_MORE_ORDS` in tests and start using `SortedSetDocValues.docValueCount()`. Jira: https://issues.apache.org/jira/browse/LUCENE-10603 -- This

[jira] [Commented] (LUCENE-10603) Improve iteration of ords for SortedSetDocValues

2022-07-04 Thread Stefan Vodita (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562230#comment-17562230 ] Stefan Vodita commented on LUCENE-10603: Hi Greg! I thought I'd help out. [Her

[GitHub] [lucene] jpountz opened a new pull request, #1005: LUCENE-10636: Avoid computing the same scores multiple times.

2022-07-04 Thread GitBox
jpountz opened a new pull request, #1005: URL: https://github.com/apache/lucene/pull/1005 `BlockMaxMaxscoreScorer` would previously compute the score twice for essential scorers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [lucene] jpountz commented on pull request #1005: LUCENE-10636: Avoid computing the same scores multiple times.

2022-07-04 Thread GitBox
jpountz commented on PR #1005: URL: https://github.com/apache/lucene/pull/1005#issuecomment-1174000758 luceneutil on `wikimedium10m` seems to confirm that this gives a noticeable speedup to disjunctions: ``` TaskQPS baseline StdDevQPS my_modified_v

[GitHub] [lucene] jpountz commented on a diff in pull request #907: LUCENE-10357 Ghost fields and postings/points

2022-07-04 Thread GitBox
jpountz commented on code in PR #907: URL: https://github.com/apache/lucene/pull/907#discussion_r900220890 ## lucene/core/src/java/org/apache/lucene/index/CheckIndex.java: ## @@ -1378,7 +1378,7 @@ private static Status.TermIndexStatus checkFields( computedFieldCount++;

[jira] [Commented] (LUCENE-10151) Add timeout support to IndexSearcher

2022-07-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562247#comment-17562247 ] Adrien Grand commented on LUCENE-10151: --- For reference, I opened new JIRA issues

[GitHub] [lucene] zacharymorn commented on a diff in pull request #1005: LUCENE-10636: Avoid computing the same scores multiple times.

2022-07-04 Thread GitBox
zacharymorn commented on code in PR #1005: URL: https://github.com/apache/lucene/pull/1005#discussion_r913203251 ## lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java: ## @@ -35,11 +34,13 @@ class BlockMaxMaxscoreScorer extends Scorer { // heap of score

[GitHub] [lucene] zacharymorn commented on a diff in pull request #1005: LUCENE-10636: Avoid computing the same scores multiple times.

2022-07-04 Thread GitBox
zacharymorn commented on code in PR #1005: URL: https://github.com/apache/lucene/pull/1005#discussion_r913207313 ## lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java: ## @@ -248,6 +251,17 @@ public long cost() { @Override public boolean ma

[jira] [Commented] (LUCENE-10480) Specialize 2-clauses disjunctions

2022-07-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562266#comment-17562266 ] ASF subversion and git services commented on LUCENE-10480: -- Co

[GitHub] [lucene] zacharymorn merged pull request #1002: LUCENE-10480: (Backporting) Use BMM scorer for 2 clauses disjunction

2022-07-04 Thread GitBox
zacharymorn merged PR #1002: URL: https://github.com/apache/lucene/pull/1002 -- 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: issues-unsubscr...@lucene.a