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
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
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
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
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";
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
[
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
[
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=17326127#comment-17326127
]
Mike Drob commented on LUCENE-9334:
---
I think this is causing SOLR-15360, but I can't s
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-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17325840#comment-17325840
]
ASF subversion and git services commented on LUCENE-9353:
-
Commi
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
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
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
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
[
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
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
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
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.
[
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
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
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 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_r616404214
##
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_r616403759
##
File path: lucene/test-framework/src/java/org/apache/lucene/util/FullKnn.java
##
@@ -0,0 +1,254 @@
+/*
+ * Licensed to the Apache Software Foundation
[
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
[
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
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
29 matches
Mail list logo