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-
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
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
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
[
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
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
[
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
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
[
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
[
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
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
[
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
[
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
> -
[
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
[
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
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
[
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
17 matches
Mail list logo