iverase merged pull request #97:
URL: https://github.com/apache/lucene/pull/97
--
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.
For queries about this service, please cont
[
https://issues.apache.org/jira/browse/LUCENE-9907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325545#comment-17325545
]
ASF subversion and git services commented on LUCENE-9907:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignacio Vera resolved LUCENE-9907.
--
Fix Version/s: main (9.0)
Assignee: Ignacio Vera
Resolution: Fixed
> Remove de
nitirajrathore commented on a change in pull request #83:
URL: https://github.com/apache/lucene/pull/83#discussion_r616403759
##
File path: lucene/test-framework/src/java/org/apache/lucene/util/FullKnn.java
##
@@ -0,0 +1,254 @@
+/*
+ * Licensed to the Apache Software Foundation
nitirajrathore commented on a change in pull request #83:
URL: https://github.com/apache/lucene/pull/83#discussion_r616404025
##
File path: lucene/test-framework/src/java/org/apache/lucene/util/FullKnn.java
##
@@ -0,0 +1,254 @@
+/*
+ * Licensed to the Apache Software Foundation
nitirajrathore commented on a change in pull request #83:
URL: https://github.com/apache/lucene/pull/83#discussion_r616404214
##
File path: lucene/test-framework/src/java/org/apache/lucene/util/FullKnn.java
##
@@ -0,0 +1,254 @@
+/*
+ * Licensed to the Apache Software Foundation
iverase opened a new pull request #98:
URL: https://github.com/apache/lucene/pull/98
In preparation for changing the Directory API endianness, we need to adapt
some parts o the code which they won't work in a little endian world.
--
This is an automated message from the Apache Git Servic
nitirajrathore commented on a change in pull request #83:
URL: https://github.com/apache/lucene/pull/83#discussion_r616471687
##
File path: lucene/test-framework/src/java/org/apache/lucene/util/FullKnn.java
##
@@ -0,0 +1,254 @@
+/*
+ * Licensed to the Apache Software Foundation
iverase merged pull request #98:
URL: https://github.com/apache/lucene/pull/98
--
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.
For queries about this service, please cont
[
https://issues.apache.org/jira/browse/LUCENE-9047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325616#comment-17325616
]
ASF subversion and git services commented on LUCENE-9047:
-
Commi
nitirajrathore commented on pull request #83:
URL: https://github.com/apache/lucene/pull/83#issuecomment-823139325
> > Fixed the bug and also made the code to execute parallely, so as to take
less time for large document vector files.
>
> please, these need to be 2 separate issues.
janhoy commented on pull request #84:
URL: https://github.com/apache/lucene/pull/84#issuecomment-823162649
Ready for a new review.
--
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 c
neoremind commented on pull request #91:
URL: https://github.com/apache/lucene/pull/91#issuecomment-823172724
@jpountz Good advice! Before that I am still struggling where to propagate
this config up to the index builder layer.
I will give it a try, the first thing comes up my mind is t
[
https://issues.apache.org/jira/browse/LUCENE-9932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
neoremind updated LUCENE-9932:
--
Description:
In BKD index building, the input bytes must be sorted before calling BKD writer
related
pawel-bugalski-dynatrace opened a new pull request #99:
URL: https://github.com/apache/lucene/pull/99
# Description
By default org.apache.lucene.monitor.Monitor will create a new thread per
instance
in order to schedule its cache purge periodic task. This is not always the
jpountz commented on pull request #91:
URL: https://github.com/apache/lucene/pull/91#issuecomment-823209788
> I will give it a try, the first thing comes up my mind is to bring up a
new prepare method,
One idea I had in mind was to create a new class, something like
`StableMSBRadixS
mocobeta commented on a change in pull request #90:
URL: https://github.com/apache/lucene/pull/90#discussion_r616743197
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/Lucene90BlockTreeTermsWriter.java
##
@@ -140,24 +135,48 @@
*
* Header i
mocobeta merged pull request #90:
URL: https://github.com/apache/lucene/pull/90
--
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.
For queries about this service, please con
[
https://issues.apache.org/jira/browse/LUCENE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325840#comment-17325840
]
ASF subversion and git services commented on LUCENE-9353:
-
Commi
jpountz commented on a change in pull request #90:
URL: https://github.com/apache/lucene/pull/90#discussion_r616828034
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/blocktree/Lucene90BlockTreeTermsWriter.java
##
@@ -140,24 +135,48 @@
*
* Header is
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17326127#comment-17326127
]
Mike Drob commented on LUCENE-9334:
---
I think this is causing SOLR-15360, but I can't s
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17326128#comment-17326128
]
David Smiley commented on LUCENE-9334:
--
Mike, the issue you just filed is effective
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17326129#comment-17326129
]
Mike Drob commented on LUCENE-9334:
---
Thanks David! I tried searching the dev list and
zacharymorn opened a new pull request #56:
URL: https://github.com/apache/lucene-site/pull/56
--
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.
For queries about this servi
zacharymorn commented on pull request #56:
URL: https://github.com/apache/lucene-site/pull/56#issuecomment-823748361
Thanks Michael! I think I may still not have write access though.
https://user-images.githubusercontent.com/2986273/115491953-bc2cd600-a215-11eb-8ff2-7e394946cd8f.png";
Jawnnypoo opened a new pull request #100:
URL: https://github.com/apache/lucene/pull/100
7.0 was quite a tough upgrade path, but maybe someday soon!
--
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
HoustonPutman commented on pull request #56:
URL: https://github.com/apache/lucene-site/pull/56#issuecomment-823772980
Have you linked your ASF and Github accounts here?
https://gitbox.apache.org/setup/
--
This is an automated message from the Apache Git Service.
To respond to the
zacharymorn commented on pull request #56:
URL: https://github.com/apache/lucene-site/pull/56#issuecomment-823819146
> Have you linked your ASF and Github accounts here?
>
> https://gitbox.apache.org/setup/
Ah thanks @HoustonPutman for the pointer! I must missed it earlier. I j
zacharymorn merged pull request #56:
URL: https://github.com/apache/lucene-site/pull/56
--
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.
For queries about this service, pl
29 matches
Mail list logo