[GitHub] [lucene] rmuir commented on issue #12023: Mechanism to interrupt long-running/resource intensive queries

2022-12-16 Thread GitBox
rmuir commented on issue #12023: URL: https://github.com/apache/lucene/issues/12023#issuecomment-1354549096 It is the same bug, the bug is fixed. Don't read further into it. If you are concerned about these things then don't enable such slow queries on your server! (wildcards, regexes

[GitHub] [lucene] reta commented on pull request #12016: Upgrade ANTLR to version 4.11.1

2022-12-16 Thread GitBox
reta commented on PR #12016: URL: https://github.com/apache/lucene/pull/12016#issuecomment-1354807591 @rmuir would it be possible to backport it to 9.5? thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [lucene] uschindler commented on pull request #12016: Upgrade ANTLR to version 4.11.1

2022-12-16 Thread GitBox
uschindler commented on PR #12016: URL: https://github.com/apache/lucene/pull/12016#issuecomment-1355213505 See 6700b7e547f We just cherrypick, no need for PRs (they are only required if backports are complex). -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [lucene-solr] kwatters commented on a diff in pull request #976: SOLR-13749: Implement support for joining across collections with multiple shards

2022-12-16 Thread GitBox
kwatters commented on code in PR #976: URL: https://github.com/apache/lucene-solr/pull/976#discussion_r1051039032 ## solr/core/src/java/org/apache/solr/search/join/XCJFQuery.java: ## @@ -0,0 +1,380 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [lucene-solr] kwatters commented on a diff in pull request #976: SOLR-13749: Implement support for joining across collections with multiple shards

2022-12-16 Thread GitBox
kwatters commented on code in PR #976: URL: https://github.com/apache/lucene-solr/pull/976#discussion_r1051039032 ## solr/core/src/java/org/apache/solr/search/join/XCJFQuery.java: ## @@ -0,0 +1,380 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

[GitHub] [lucene-solr] itygh commented on pull request #976: SOLR-13749: Implement support for joining across collections with multiple shards

2022-12-16 Thread GitBox
itygh commented on PR #976: URL: https://github.com/apache/lucene-solr/pull/976#issuecomment-1355384196 这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [lucene] epotyom opened a new pull request, #12025: Issue #11582 Update Faceting user guide

2022-12-16 Thread GitBox
epotyom opened a new pull request, #12025: URL: https://github.com/apache/lucene/pull/12025 Issue: https://github.com/apache/lucene/issues/11582 The [Facet Userguide](https://lucene.apache.org/core/4_1_0/facet/org/apache/lucene/facet/doc-files/userguide.html) was removed from the pac

[GitHub] [lucene] rmuir commented on pull request #12025: Issue #11582 Update Faceting user guide

2022-12-16 Thread GitBox
rmuir commented on PR #12025: URL: https://github.com/apache/lucene/pull/12025#issuecomment-1355487624 From maintenance perspective, I think it would be better to bump the minimum java requirement (e.g. to 19) than to only process the `@snippet` on certain newer JDKs, and produce different-

[GitHub] [lucene] agorlenko commented on pull request #11946: add similarity threshold for hnsw

2022-12-16 Thread GitBox
agorlenko commented on PR #11946: URL: https://github.com/apache/lucene/pull/11946#issuecomment-1355719097 > It seems there are conflicts due to a recent refactor of this query - would you mind merging from main and resolving those please? Done -- This is an automated message from