[
https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433599#comment-17433599
]
Jan Høydahl commented on LUCENE-9809:
-
I adapted releaseWizard to capture ASF pw wit
[
https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433605#comment-17433605
]
Dawid Weiss commented on LUCENE-9809:
-
mavenToApacheReleases already checks that it'
Adrien Grand created LUCENE-10203:
-
Summary: Improve reuse of StringTokenStream
Key: LUCENE-10203
URL: https://issues.apache.org/jira/browse/LUCENE-10203
Project: Lucene - Core
Issue Type: Im
[
https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433626#comment-17433626
]
Jan Høydahl commented on LUCENE-9809:
-
The wizard could definitely run git rev-parse
[
https://issues.apache.org/jira/browse/LUCENE-9809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433630#comment-17433630
]
Dawid Weiss commented on LUCENE-9809:
-
This is a question to sonatype... I've had al
dweiss merged pull request #410:
URL: https://github.com/apache/lucene/pull/410
--
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...
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433733#comment-17433733
]
ASF subversion and git services commented on LUCENE-9660:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9660.
-
Fix Version/s: main (9.0)
Resolution: Fixed
> gradle task cache should not cache --tests
mayya-sharipova merged pull request #364:
URL: https://github.com/apache/lucene/pull/364
--
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-un
[
https://issues.apache.org/jira/browse/LUCENE-10154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433762#comment-17433762
]
ASF subversion and git services commented on LUCENE-10154:
--
Co
mayya-sharipova opened a new pull request #2593:
URL: https://github.com/apache/lucene-solr/pull/2593
This patch adds getPointValues to NumericLeafComparatorsimilar how it
has getNumericDocValues.
Numeric Sort optimization with points relies on the assumption that
points and doc
[
https://issues.apache.org/jira/browse/LUCENE-10154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova updated LUCENE-10154:
-
Fix Version/s: 8.11
main (9.0)
> NumericLeafComparator to define get
[
https://issues.apache.org/jira/browse/LUCENE-10154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova resolved LUCENE-10154.
--
Resolution: Fixed
> NumericLeafComparator to define getPointValues
>
mayya-sharipova merged pull request #2593:
URL: https://github.com/apache/lucene-solr/pull/2593
--
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: is
[
https://issues.apache.org/jira/browse/LUCENE-10154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433788#comment-17433788
]
ASF subversion and git services commented on LUCENE-10154:
--
Co
jtibshirani opened a new pull request #413:
URL: https://github.com/apache/lucene/pull/413
When the reader has no live docs, `KnnVectorQuery` can error out. This
happens
because `IndexReader#numDocs` is 0, and we end up passing an illegal value of
`k = 0` to the search method.
jtibshirani commented on pull request #413:
URL: https://github.com/apache/lucene/pull/413#issuecomment-951238852
This is a pretty obscure bug, I only noticed it because we use a custom
`FilterLeafReader` as part of our security implementation. I wasn't able to
reproduce it using regular d
jpountz commented on a change in pull request #413:
URL: https://github.com/apache/lucene/pull/413#discussion_r735928316
##
File path: lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java
##
@@ -60,7 +60,8 @@ public KnnVectorQuery(String field, float[] target, int
dsmiley commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r735937665
##
File path:
lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighter.java
##
@@ -638,6 +674,39 @@ protected BreakIterator ge
jtibshirani commented on a change in pull request #413:
URL: https://github.com/apache/lucene/pull/413#discussion_r735961948
##
File path: lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java
##
@@ -60,7 +60,8 @@ public KnnVectorQuery(String field, float[] target,
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434036#comment-17434036
]
David Smiley commented on LUCENE-9660:
--
Thanks for reconsidering this. Rob's argum
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434058#comment-17434058
]
Robert Muir commented on LUCENE-9660:
-
Yes, thank you [~dweiss]. I understand your a
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434059#comment-17434059
]
Robert Muir commented on LUCENE-9660:
-
my absolute favorite example was some flaky t
apanimesh061 commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r736078469
##
File path:
lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighter.java
##
@@ -638,6 +674,39 @@ protected BreakIterat
apanimesh061 commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r736079027
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -143,6 +143,91 @@
private int cacheFie
apanimesh061 commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r736109899
##
File path:
lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighter.java
##
@@ -460,6 +462,26 @@ public void testBuddh
apanimesh061 commented on a change in pull request #412:
URL: https://github.com/apache/lucene/pull/412#discussion_r736110426
##
File path:
lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/UnifiedHighlighter.java
##
@@ -143,6 +143,106 @@
private int cacheFi
dsmiley commented on pull request #411:
URL: https://github.com/apache/lucene/pull/411#issuecomment-951533639
Bummer ok. I'll leave this here; not sure if/when I'll get back to it.
Sadly the Gradle docs describe no other way to emit your dependencies as
optional.
--
This is an automat
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434115#comment-17434115
]
Dawid Weiss commented on LUCENE-9660:
-
Ok, ok. I accept the arguments. It is configu
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434116#comment-17434116
]
Dawid Weiss commented on LUCENE-9660:
-
Ok, ok. I accept the arguments. It is configu
dweiss commented on pull request #411:
URL: https://github.com/apache/lucene/pull/411#issuecomment-951573527
I didn't want to discourage you from trying - maybe the solution is simple,
somewhere. I just recall spending a few hours trying to figure out how to make
the POMs sane on another p
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434140#comment-17434140
]
Dawid Weiss commented on LUCENE-9660:
-
As a side note - the 'cleanX' convention does
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434140#comment-17434140
]
Dawid Weiss edited comment on LUCENE-9660 at 10/26/21, 6:45 AM:
--
[
https://issues.apache.org/jira/browse/LUCENE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434141#comment-17434141
]
ASF subversion and git services commented on LUCENE-9660:
-
Commi
34 matches
Mail list logo