Adrien Grand created LUCENE-10600:
-
Summary: SortedSetDocValues#docValueCount should be an int, not
long
Key: LUCENE-10600
URL: https://issues.apache.org/jira/browse/LUCENE-10600
Project: Lucene - Cor
jpountz commented on code in PR #892:
URL: https://github.com/apache/lucene/pull/892#discussion_r886550379
##
lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingStoredFieldsWriter.java:
##
@@ -553,14 +554,20 @@ private void copyChunks(
fin
mocobeta commented on code in PR #931:
URL: https://github.com/apache/lucene/pull/931#discussion_r886554085
##
lucene/core/src/java/org/apache/lucene/search/MaxScoreCache.java:
##
@@ -78,8 +85,15 @@ int getLevel(int upTo) throws IOException {
return -1;
}
+ float getM
jpountz commented on code in PR #931:
URL: https://github.com/apache/lucene/pull/931#discussion_r886555453
##
lucene/core/src/java/org/apache/lucene/search/MaxScoreCache.java:
##
@@ -78,8 +85,15 @@ int getLevel(int upTo) throws IOException {
return -1;
}
+ float getMa
[
https://issues.apache.org/jira/browse/LUCENE-10563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544784#comment-17544784
]
Craig Taverner commented on LUCENE-10563:
-
I've created a PR with a fix for thi
mocobeta commented on code in PR #931:
URL: https://github.com/apache/lucene/pull/931#discussion_r886621261
##
lucene/core/src/java/org/apache/lucene/search/MaxScoreCache.java:
##
@@ -78,8 +85,15 @@ int getLevel(int upTo) throws IOException {
return -1;
}
+ float getM
mocobeta commented on PR #931:
URL: https://github.com/apache/lucene/pull/931#issuecomment-1143401670
Thanks @jpountz for your review! I'll merge this in shortly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
mocobeta opened a new pull request, #937:
URL: https://github.com/apache/lucene/pull/937
### Description (or a Jira issue link if you have one)
Just emit the elapsed time for initializing gui components for LUCENE-10588.
It takes 2000 to 3000 msec on my Linux box. On windows, it
mocobeta merged PR #937:
URL: https://github.com/apache/lucene/pull/937
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544860#comment-17544860
]
ASF subversion and git services commented on LUCENE-10588:
--
Co
mocobeta commented on PR #937:
URL: https://github.com/apache/lucene/pull/937#issuecomment-1143515948
Improvements will come later.
--
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 co
[
https://issues.apache.org/jira/browse/LUCENE-10588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544863#comment-17544863
]
ASF subversion and git services commented on LUCENE-10588:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lu Xugang reassigned LUCENE-10600:
--
Assignee: Lu Xugang
> SortedSetDocValues#docValueCount should be an int, not long
>
[
https://issues.apache.org/jira/browse/LUCENE-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544882#comment-17544882
]
Lu Xugang commented on LUCENE-10600:
After [https://github.com/apache/lucene/pull/9
mocobeta opened a new pull request, #938:
URL: https://github.com/apache/lucene/pull/938
### Description (or a Jira issue link if you have one)
Try to re-enable the gui test on windows.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
LuXugang merged PR #934:
URL: https://github.com/apache/lucene/pull/934
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545052#comment-17545052
]
ASF subversion and git services commented on LUCENE-10598:
--
Co
mocobeta closed pull request #938: LUCENE-10558: Skip opening initial dialog in
test
URL: https://github.com/apache/lucene/pull/938
--
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 comme
[
https://issues.apache.org/jira/browse/LUCENE-10598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545080#comment-17545080
]
ASF subversion and git services commented on LUCENE-10598:
--
Co
pminkov opened a new pull request, #939:
URL: https://github.com/apache/lucene/pull/939
### Description
MoreLikeThis picks terms by their TF-IDF score. The TF part of the score was
used by taking the term frequency directly, without applying a square root
through ClassicSimilarity.tf
pminkov closed pull request #939: Use similarity.tf() in MoreLikeThis
URL: https://github.com/apache/lucene/pull/939
--
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 unsubscr
pminkov opened a new pull request, #940:
URL: https://github.com/apache/lucene/pull/940
### Description
MoreLikeThis picks terms by their TF-IDF score. The TF part of the score was
used by taking the term frequency directly, without applying a square root
through ClassicSimilarity.tf
mocobeta merged PR #931:
URL: https://github.com/apache/lucene/pull/931
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545219#comment-17545219
]
ASF subversion and git services commented on LUCENE-10597:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545220#comment-17545220
]
ASF subversion and git services commented on LUCENE-10597:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida resolved LUCENE-10597.
Fix Version/s: 10.0 (main)
9.3
Resolution: Fixed
> Move globalM
[
https://issues.apache.org/jira/browse/LUCENE-10578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545237#comment-17545237
]
Tomoko Uchida commented on LUCENE-10578:
I picked some major distributions that
[
https://issues.apache.org/jira/browse/LUCENE-10578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545237#comment-17545237
]
Tomoko Uchida edited comment on LUCENE-10578 at 6/2/22 2:35 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-10578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545237#comment-17545237
]
Tomoko Uchida edited comment on LUCENE-10578 at 6/2/22 2:53 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-10578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545246#comment-17545246
]
Tomoko Uchida commented on LUCENE-10578:
https://docs.oracle.com/en/java/javase
jtibshirani commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r887525645
##
lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java:
##
@@ -225,6 +225,11 @@ public BitSetIterator getIterator(int contextOrd) {
return new BitS
mocobeta opened a new pull request, #941:
URL: https://github.com/apache/lucene/pull/941
### Description (or a Jira issue link if you have one)
https://issues.apache.org/jira/browse/LUCENE-10578
This pretty straight check works for me.
Older major Java than 17.
```
ERRO
[
https://issues.apache.org/jira/browse/LUCENE-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545286#comment-17545286
]
Vigya Sharma commented on LUCENE-10600:
---
I'm curious why this is the case. Is it
dweiss commented on code in PR #941:
URL: https://github.com/apache/lucene/pull/941#discussion_r887599889
##
buildSrc/src/main/java/org/apache/lucene/gradle/WrapperDownloader.java:
##
@@ -39,6 +39,15 @@
* Has no dependencies outside of standard java libraries
*/
public clas
mocobeta commented on code in PR #941:
URL: https://github.com/apache/lucene/pull/941#discussion_r887623243
##
buildSrc/src/main/java/org/apache/lucene/gradle/WrapperDownloader.java:
##
@@ -55,9 +64,18 @@ public static void main(String[] args) {
}
public static void chec
35 matches
Mail list logo