magibney commented on pull request #15:
URL: https://github.com/apache/lucene/pull/15#issuecomment-800749558
Right; the normalization optimizations are not conceived of as a
general-purpose type thing. I think [this
comment](https://github.com/apache/lucene-solr/pull/892#issuecomment-56329
rmuir commented on pull request #15:
URL: https://github.com/apache/lucene/pull/15#issuecomment-800745487
I looked, I don't think the normalization optimizations here are safe. Many
rulesets assume a certain form for a reason, because the rules work that way.
For example, Hangul-Latin work
mayya-sharipova commented on pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-800641040
@jpountz Thanks a lot for the second round of review. I've addressed these
comments in the [new
repo](https://github.com/apache/lucene/pull/11/commits/0fe3493110ac2a
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595569375
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfos.java
##
@@ -796,167 +565,97 @@ public void add(FieldInfos other) {
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595568938
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfos.java
##
@@ -481,205 +433,102 @@ synchronized int addOrGet(
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595568561
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfos.java
##
@@ -481,205 +433,102 @@ synchronized int addOrGet(
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595565982
##
File path:
lucene/test-framework/src/java/org/apache/lucene/index/BasePointsFormatTestCase.java
##
@@ -1174,8 +1174,11 @@ public void test
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595565552
##
File path:
lucene/test-framework/src/java/org/apache/lucene/index/BaseVectorFormatTestCase.java
##
@@ -131,7 +115,8 @@ public void testIll
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595564525
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexingChain.java
##
@@ -399,7 +401,8 @@ private void writeDocValues(SegmentWriteS
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595564366
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexingChain.java
##
@@ -349,7 +350,8 @@ private void writePoints(SegmentWriteStat
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595562263
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexingChain.java
##
@@ -581,37 +584,59 @@ private void finishStoredFields() throw
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595561419
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexingChain.java
##
@@ -581,37 +584,59 @@ private void finishStoredFields() throw
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595561232
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexingChain.java
##
@@ -79,6 +79,7 @@
// Holds fields seen in each document
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595560368
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
##
@@ -1860,8 +1862,8 @@ public long softUpdateDocument(
*/
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595559633
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfos.java
##
@@ -972,6 +671,64 @@ private boolean assertNotFinished() {
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595558802
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfos.java
##
@@ -481,205 +433,102 @@ synchronized int addOrGet(
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595558410
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfos.java
##
@@ -455,8 +373,42 @@ synchronized int addOrGet(
field
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595557957
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java
##
@@ -130,127 +167,252 @@ public boolean checkConsistency() {
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595557642
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java
##
@@ -130,127 +167,252 @@ public boolean checkConsistency() {
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595557219
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java
##
@@ -130,127 +167,252 @@ public boolean checkConsistency() {
mayya-sharipova commented on a change in pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#discussion_r595556762
##
File path: lucene/core/src/java/org/apache/lucene/index/FieldInfo.java
##
@@ -111,6 +111,43 @@ public FieldInfo(
/** Performs internal
mayya-sharipova commented on pull request #11:
URL: https://github.com/apache/lucene/pull/11#issuecomment-800620410
@s1monw Thank you for your review. I will go through your comments, and
will address them.
This is an auto
atris commented on pull request #2403:
URL: https://github.com/apache/lucene-solr/pull/2403#issuecomment-800495022
@madrob Fixed, please see
This is an automated message from the Apache Git Service.
To respond to the message,
atris commented on a change in pull request #2403:
URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r595401010
##
File path: solr/solr-ref-guide/src/task-management.adoc
##
@@ -0,0 +1,66 @@
+= Task Management
+// Licensed to the Apache Software Foundation (ASF) u
bruno-roustant commented on pull request #2162:
URL: https://github.com/apache/lucene-solr/pull/2162#issuecomment-800453622
Replaced by same PR https://github.com/apache/solr/pull/20 on apache/solr.
This is an automated messa
bruno-roustant closed pull request #2162:
URL: https://github.com/apache/lucene-solr/pull/2162
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302703#comment-17302703
]
Uwe Schindler commented on LUCENE-9836:
---
I will keep this issue open to investiage
[
https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated LUCENE-9431:
-
Labels: newdev (was: )
Priority: Minor (was: Blocker)
> UnifiedHighlighter: Make WEIGHT_
[
https://issues.apache.org/jira/browse/LUCENE-9431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302692#comment-17302692
]
Adrien Grand commented on LUCENE-9431:
--
[~dsmiley] Your above comment suggests that
[
https://issues.apache.org/jira/browse/LUCENE-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302669#comment-17302669
]
Michael Sokolov commented on LUCENE-9615:
-
Thanks [~shubhambeniwal]!
> Expose H
[
https://issues.apache.org/jira/browse/LUCENE-9639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Sokolov resolved LUCENE-9639.
-
Resolution: Fixed
Thanks, [~zacharymorn]!
> Add unit tests for SImpleTextVector format
[
https://issues.apache.org/jira/browse/LUCENE-9615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Sokolov resolved LUCENE-9615.
-
Resolution: Fixed
> Expose HnswGraphBuilder index-time hyperparameters
> ---
[
https://issues.apache.org/jira/browse/LUCENE-9679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Sokolov resolved LUCENE-9679.
-
Resolution: Won't Fix
this was never a great idea, and now we have other patches achievi
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302659#comment-17302659
]
ASF subversion and git services commented on LUCENE-9836:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302655#comment-17302655
]
ASF subversion and git services commented on LUCENE-9836:
-
Commi
uschindler merged pull request #2469:
URL: https://github.com/apache/lucene-solr/pull/2469
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
[
https://issues.apache.org/jira/browse/LUCENE-9845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302649#comment-17302649
]
Robert Muir commented on LUCENE-9845:
-
{quote}
So, IndexedDISI would work OK if it p
[
https://issues.apache.org/jira/browse/LUCENE-9845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302645#comment-17302645
]
Robert Muir commented on LUCENE-9845:
-
OK, but I don't think that is typical: we sho
[
https://issues.apache.org/jira/browse/LUCENE-9845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302631#comment-17302631
]
Michael Sokolov commented on LUCENE-9845:
-
It does sound tempting to attack the
madrob commented on a change in pull request #2403:
URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r595245360
##
File path:
solr/core/src/java/org/apache/solr/handler/component/QueryCancellationComponent.java
##
@@ -0,0 +1,104 @@
+/*
+ * Licensed to the Apache
[
https://issues.apache.org/jira/browse/LUCENE-9835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302564#comment-17302564
]
Jan Høydahl commented on LUCENE-9835:
-
To avoid 600 emails to commits@lucene list we
[
https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302487#comment-17302487
]
Adrien Grand commented on LUCENE-9663:
--
+1 to backport
> Adding compression to ter
[
https://issues.apache.org/jira/browse/LUCENE-9838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302462#comment-17302462
]
Robert Muir commented on LUCENE-9838:
-
I attached "standalone" patch (no logic chang
[
https://issues.apache.org/jira/browse/LUCENE-9838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-9838:
Attachment: LUCENE-9838_standalone.patch
> simd version of VectorUtil.dotProduct
> ---
[
https://issues.apache.org/jira/browse/LUCENE-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302454#comment-17302454
]
Robert Muir commented on LUCENE-9827:
-
[~dm] Thanks for testing and reporting back!
[
https://issues.apache.org/jira/browse/LUCENE-9843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302450#comment-17302450
]
Michael McCandless commented on LUCENE-9843:
{quote}There is a more obvious
[
https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302448#comment-17302448
]
Michael McCandless commented on LUCENE-9663:
Oh, why not backport this to 8.
[
https://issues.apache.org/jira/browse/LUCENE-9817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302445#comment-17302445
]
Robert Muir commented on LUCENE-9817:
-
yes, I agree: a single base class with shared
[
https://issues.apache.org/jira/browse/LUCENE-9817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302443#comment-17302443
]
Simon Willnauer commented on LUCENE-9817:
-
sure we can totally make this a base
[
https://issues.apache.org/jira/browse/LUCENE-9817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302434#comment-17302434
]
Robert Muir commented on LUCENE-9817:
-
Above I was just referring to the total time
rmuir commented on a change in pull request #18:
URL: https://github.com/apache/lucene/pull/18#discussion_r595070477
##
File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java
##
@@ -17,16 +17,123 @@
package org.apache.lucene.util;
+import java.lang.invoke.M
rmuir commented on a change in pull request #18:
URL: https://github.com/apache/lucene/pull/18#discussion_r595068893
##
File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java
##
@@ -17,16 +17,123 @@
package org.apache.lucene.util;
+import java.lang.invoke.M
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302425#comment-17302425
]
Dawid Weiss commented on LUCENE-9836:
-
+1 to commit!
> Fix 8.x Maven Validation and
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302418#comment-17302418
]
Uwe Schindler commented on LUCENE-9836:
---
I did a quick test with some Solr plugin
[
https://issues.apache.org/jira/browse/LUCENE-9817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302410#comment-17302410
]
Simon Willnauer commented on LUCENE-9817:
-
thanks rob for taking the time to do
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302362#comment-17302362
]
Uwe Schindler commented on LUCENE-9836:
---
Done.
> Fix 8.x Maven Validation and pub
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302345#comment-17302345
]
Uwe Schindler commented on LUCENE-9836:
---
We should do this, as I figured out that
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302344#comment-17302344
]
Dawid Weiss commented on LUCENE-9836:
-
I believe so.
> Fix 8.x Maven Validation and
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302337#comment-17302337
]
Uwe Schindler edited comment on LUCENE-9836 at 3/16/21, 8:53 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302337#comment-17302337
]
Uwe Schindler commented on LUCENE-9836:
---
The POM files still contain all test depe
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-9836:
--
Summary: Fix 8.x Maven Validation and publication to work with Maven
Central and HTTPS again;
uschindler commented on pull request #18:
URL: https://github.com/apache/lucene/pull/18#issuecomment-800070555
We should add a small test that verifies the following: If JDK version is
exactly 16 (not 15, not 17 - as we don't know if this works later anymore when
incubator releases theclas
uschindler edited a comment on pull request #18:
URL: https://github.com/apache/lucene/pull/18#issuecomment-800065901
Another idea: We can remove the Methodhandles with the crazy try-catch
block, if we'd define a static functional interface in this class, that is
implemented by VectorUtil
uschindler edited a comment on pull request #18:
URL: https://github.com/apache/lucene/pull/18#issuecomment-800065901
Another idea: We can remove the Methodhandles with the crazy try-catch
block, if we'd define a static functional interface in this class, that is
implemented by VectorUtil
uschindler commented on pull request #18:
URL: https://github.com/apache/lucene/pull/18#issuecomment-800065901
Another idea: We can remove the Methodhandles with the crazy try-catch
block, if we'd define a static functional interface in this class, that is
implemented by VectorUtil and als
uschindler commented on a change in pull request #18:
URL: https://github.com/apache/lucene/pull/18#discussion_r594952973
##
File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java
##
@@ -17,16 +17,123 @@
package org.apache.lucene.util;
+import java.lang.inv
uschindler commented on a change in pull request #18:
URL: https://github.com/apache/lucene/pull/18#discussion_r594952973
##
File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java
##
@@ -17,16 +17,123 @@
package org.apache.lucene.util;
+import java.lang.inv
uschindler commented on a change in pull request #18:
URL: https://github.com/apache/lucene/pull/18#discussion_r594941232
##
File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java
##
@@ -17,16 +17,123 @@
package org.apache.lucene.util;
+import java.lang.inv
uschindler commented on a change in pull request #18:
URL: https://github.com/apache/lucene/pull/18#discussion_r594943346
##
File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java
##
@@ -17,16 +17,123 @@
package org.apache.lucene.util;
+import java.lang.inv
[
https://issues.apache.org/jira/browse/LUCENE-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302307#comment-17302307
]
Daniel Mitterdorfer commented on LUCENE-9827:
-
I ran a benchmark with a logg
[
https://issues.apache.org/jira/browse/LUCENE-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Mitterdorfer updated LUCENE-9827:
Attachment: log-and-lucene-9827.patch
> Small segments are slower to merge due to
[
https://issues.apache.org/jira/browse/LUCENE-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Mitterdorfer updated LUCENE-9827:
Attachment: merge-type-by-version.png
> Small segments are slower to merge due to
[
https://issues.apache.org/jira/browse/LUCENE-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Mitterdorfer updated LUCENE-9827:
Attachment: total-merge-time-by-num-docs.png
> Small segments are slower to merge
[
https://issues.apache.org/jira/browse/LUCENE-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Mitterdorfer updated LUCENE-9827:
Attachment: merge-count-by-num-docs.png
> Small segments are slower to merge due t
dweiss commented on a change in pull request #18:
URL: https://github.com/apache/lucene/pull/18#discussion_r594923342
##
File path: lucene/core/src/java/org/apache/lucene/util/VectorUtil.java
##
@@ -17,16 +17,123 @@
package org.apache.lucene.util;
+import java.lang.invoke.
dweiss commented on a change in pull request #2469:
URL: https://github.com/apache/lucene-solr/pull/2469#discussion_r594919454
##
File path: dev-tools/maven/pom.xml.template
##
@@ -156,317 +130,28 @@
-
-
-
- de.thetaphi
- forbid
76 matches
Mail list logo