[GitHub] [lucene-solr] liangfuxia closed pull request #2608: Feature/enable vault configuration

2021-11-12 Thread GitBox
liangfuxia closed pull request #2608: URL: https://github.com/apache/lucene-solr/pull/2608 -- 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-

[GitHub] [lucene-solr] liangfuxia commented on pull request #2608: Feature/enable vault configuration

2021-11-12 Thread GitBox
liangfuxia commented on pull request #2608: URL: https://github.com/apache/lucene-solr/pull/2608#issuecomment-967004759 This is not for public -- 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

[jira] [Created] (LUCENE-10231) Do not cache too large PointInSetQueries

2021-11-12 Thread Feng Guo (Jira)
Feng Guo created LUCENE-10231: - Summary: Do not cache too large PointInSetQueries Key: LUCENE-10231 URL: https://issues.apache.org/jira/browse/LUCENE-10231 Project: Lucene - Core Issue Type: Impr

[GitHub] [lucene] gf2121 opened a new pull request #436: LUCENE-10231: Do not cache too large PointInSetQuery

2021-11-12 Thread GitBox
gf2121 opened a new pull request #436: URL: https://github.com/apache/lucene/pull/436 TermInSetQuery will avoid caching queries using too much memory, but there is no such limit in PointInSetQuery and PointInSetQueryWithScore, which may have similar problems. I added the logic to these two

[jira] [Commented] (LUCENE-10227) FilterPath.resolve(Path) doesn't work

2021-11-12 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442753#comment-17442753 ] Robert Muir commented on LUCENE-10227: -- I don't think we need to make a complicate

[jira] [Created] (LUCENE-10232) MultiRangeQuery incorrectly matches docs that only match on a single dimension

2021-11-12 Thread Greg Miller (Jira)
Greg Miller created LUCENE-10232: Summary: MultiRangeQuery incorrectly matches docs that only match on a single dimension Key: LUCENE-10232 URL: https://issues.apache.org/jira/browse/LUCENE-10232 Proj

[jira] [Assigned] (LUCENE-10232) MultiRangeQuery incorrectly matches docs that only match on a single dimension

2021-11-12 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller reassigned LUCENE-10232: Assignee: Greg Miller > MultiRangeQuery incorrectly matches docs that only match on a si

[GitHub] [lucene] gsmiller opened a new pull request #437: LUCENE-10232: Fix MultiRangeQuery to confirm all dimensions for a given range match

2021-11-12 Thread GitBox
gsmiller opened a new pull request #437: URL: https://github.com/apache/lucene/pull/437 # Description `MultiRangeQuery` was incorrectly considering a range to match if at least one dimension matched (instead of requiring all dimensions to match). # Solution Corrected th

[jira] [Commented] (LUCENE-10232) MultiRangeQuery incorrectly matches docs that only match on a single dimension

2021-11-12 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442788#comment-17442788 ] Greg Miller commented on LUCENE-10232: -- This PR demonstrates the issue along with

[jira] [Commented] (LUCENE-10227) FilterPath.resolve(Path) doesn't work

2021-11-12 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442938#comment-17442938 ] Mike Drob commented on LUCENE-10227: Was thinking about this more, and I'm not conv

[GitHub] [lucene] jtibshirani merged pull request #434: LUCENE-10069: Document that kNN queries might not return all results

2021-11-12 Thread GitBox
jtibshirani merged pull request #434: URL: https://github.com/apache/lucene/pull/434 -- 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-unsubs

[jira] [Commented] (LUCENE-10069) HNSW can miss results with very large k

2021-11-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442947#comment-17442947 ] ASF subversion and git services commented on LUCENE-10069: -- Co

[jira] [Resolved] (LUCENE-10069) HNSW can miss results with very large k

2021-11-12 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani resolved LUCENE-10069. --- Resolution: Won't Fix > HNSW can miss results with very large k > -

[jira] [Commented] (LUCENE-10069) HNSW can miss results with very large k

2021-11-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442948#comment-17442948 ] ASF subversion and git services commented on LUCENE-10069: -- Co

[jira] [Commented] (LUCENE-10069) HNSW can miss results with very large k

2021-11-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442949#comment-17442949 ] ASF subversion and git services commented on LUCENE-10069: -- Co

[GitHub] [lucene] zacharymorn commented on pull request #418: LUCENE-10061: Implements dynamic pruning support for CombinedFieldsQuery

2021-11-12 Thread GitBox
zacharymorn commented on pull request #418: URL: https://github.com/apache/lucene/pull/418#issuecomment-967790816 Hi @jpountz @jimczi, when I was doing some more deep dive to see how this PR can be improved further, I noticed a difference of field-weight parameter passed to create`MultiNor

[jira] [Commented] (LUCENE-10227) FilterPath.resolve(Path) doesn't work

2021-11-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443033#comment-17443033 ] Dawid Weiss commented on LUCENE-10227: -- The example won't work if you try to copy