[
https://issues.apache.org/jira/browse/LUCENE-9670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267066#comment-17267066
]
Dawid Weiss commented on LUCENE-9670:
-
I would start by running gradlew in non-daemo
s1monw commented on a change in pull request #2212:
URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559385012
##
File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java
##
@@ -104,6 +104,23 @@ public static DirectoryReader open(final IndexC
Anand Kotriwal created LUCENE-9674:
--
Summary: Faster advance on Vector Values
Key: LUCENE-9674
URL: https://issues.apache.org/jira/browse/LUCENE-9674
Project: Lucene - Core
Issue Type: Impro
Jim Ferenczi created LUCENE-9675:
Summary: Expose the compression mode of the binary doc values
Key: LUCENE-9675
URL: https://issues.apache.org/jira/browse/LUCENE-9675
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Ferenczi updated LUCENE-9675:
-
Status: Open (was: Open)
> Expose the compression mode of the binary doc values
> -
[
https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Ferenczi updated LUCENE-9675:
-
Attachment: LUCENE-9675.patch
Status: Open (was: Open)
Here's a patch that adds the com
[
https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267140#comment-17267140
]
Ignacio Vera commented on LUCENE-9675:
--
+1
Reading through the patch, maybe the
[
https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul reassigned SOLR-15052:
-
Assignee: Noble Paul
> Reducing overseer bottlenecks using per-replica states
>
[
https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul resolved SOLR-15052.
---
Fix Version/s: 8.8
Resolution: Fixed
> Reducing overseer bottlenecks using per-replica states
codaitya opened a new pull request #2214:
URL: https://github.com/apache/lucene-solr/pull/2214
Currently the advance() function in the class Lucene90VectorReader does a
linear search for the target document.
This will make retrieving vectors for a sparse set of documents efficient.
[
https://issues.apache.org/jira/browse/SOLR-12613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267192#comment-17267192
]
David Eric Pugh commented on SOLR-12613:
Definitly a fair point [~janhoy]!
> Ren
mhitza commented on pull request #1435:
URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762201796
@epugh The main difference I see between this service file and the docker
configuration is that the docker container starts the service in foreground
mode. This is to be unde
epugh commented on pull request #1435:
URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762208470
I'd be open to testing this out. Also, is this more of a 9.0 thing versus
a branch 8? Seems like changing how you install Solr is a pretty big deal.
I've done the upgrad
epugh opened a new pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215
# Description
This PR supersecedes the work done in #2016, as it doesn't drag all the
commits made to master. I followed the steps recommend by Joel Bernstein in
another PR to c
epugh commented on pull request #2016:
URL: https://github.com/apache/lucene-solr/pull/2016#issuecomment-762219832
I followed the steps that Joel recommended in another thread, and created a
new clean branch, #2215. I will close this one in favour of that PR which is
much more legible.
epugh closed pull request #2016:
URL: https://github.com/apache/lucene-solr/pull/2016
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 t
[
https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267235#comment-17267235
]
David Eric Pugh commented on SOLR-13756:
I am going to close this, based on one m
[
https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh resolved SOLR-13756.
Resolution: Not A Problem
I believe this is "Not a Problem" since the underlying issue has
[
https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh closed SOLR-13756.
--
> ivy cannot download org.restlet.ext.servlet jar
> ---
[
https://issues.apache.org/jira/browse/SOLR-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267239#comment-17267239
]
David Eric Pugh commented on SOLR-13105:
I tried your commands on another branch
Tim Owen created SOLR-15085:
---
Summary: EmbeddedSolrServer calls shutdown on a provided
CoreContainer
Key: SOLR-15085
URL: https://issues.apache.org/jira/browse/SOLR-15085
Project: Solr
Issue Type:
timatbw opened a new pull request #2216:
URL: https://github.com/apache/lucene-solr/pull/2216
…iner that was passed to it
# Description
Prevent EmbeddedSolrServer calling shutdown on a CoreContainer that was
passed to it.
# Solution
Now keeping track
[
https://issues.apache.org/jira/browse/SOLR-15085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Owen updated SOLR-15085:
Labels: pull-request-available (was: )
> EmbeddedSolrServer calls shutdown on a provided CoreContainer
> -
mhitza commented on pull request #1435:
URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762235551
The moment when I wrote this systemd service file I was running Solr 8, that
is correct. I think it should work with Solr 9 as is.
From my memory when working on updati
[
https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Ferenczi updated LUCENE-9675:
-
Attachment: LUCENE-9675.patch
Status: Open (was: Open)
Thanks [~ivera], I attached a ne
[
https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267294#comment-17267294
]
David Smiley commented on SOLR-14067:
-
I like the rename (I suggested it after all) -
[
https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267295#comment-17267295
]
David Smiley commented on SOLR-14067:
-
Ah; actually you chose "ScriptUpdateProcessor"
janhoy commented on pull request #1435:
URL: https://github.com/apache/lucene-solr/pull/1435#issuecomment-762275006
> are you referring to the service file within this PR, or something else
I think you got me wrong - I said that systemd (the new script) should work
ootb but the old i
mikemccand commented on a change in pull request #2212:
URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559531239
##
File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java
##
@@ -3900,6 +3907,12 @@ public static Options parseOptions(String[] ar
romseygeek commented on a change in pull request #2212:
URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559604398
##
File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java
##
@@ -104,6 +104,23 @@ public static DirectoryReader open(final In
madrob commented on a change in pull request #2216:
URL: https://github.com/apache/lucene-solr/pull/2216#discussion_r559611053
##
File path:
solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java
##
@@ -71,6 +71,7 @@
protected final String coreName
dsmiley commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559588597
##
File path: solr/contrib/scripting/README.md
##
@@ -0,0 +1,14 @@
+Welcome to Apache Solr Scripting!
+===
+
+# Introducti
s1monw commented on a change in pull request #2212:
URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559614818
##
File path: lucene/core/src/java/org/apache/lucene/index/DirectoryReader.java
##
@@ -104,6 +104,23 @@ public static DirectoryReader open(final IndexC
s1monw commented on a change in pull request #2212:
URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559618608
##
File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java
##
@@ -3900,6 +3907,12 @@ public static Options parseOptions(String[] args)
s1monw commented on a change in pull request #2212:
URL: https://github.com/apache/lucene-solr/pull/2212#discussion_r559620857
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
##
@@ -1009,6 +1009,14 @@ public IndexWriter(Directory d, IndexWriterConfig
s1monw commented on pull request #2212:
URL: https://github.com/apache/lucene-solr/pull/2212#issuecomment-762301076
@mikemccand pushed changes
This is an automated message from the Apache Git Service.
To respond to the m
timatbw commented on a change in pull request #2216:
URL: https://github.com/apache/lucene-solr/pull/2216#discussion_r559642959
##
File path:
solr/core/src/java/org/apache/solr/client/solrj/embedded/EmbeddedSolrServer.java
##
@@ -71,6 +71,7 @@
protected final String coreNam
epugh commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559661956
##
File path: solr/solr-ref-guide/src/scripting-update-processor.adoc
##
@@ -0,0 +1,295 @@
+= Scripting Update Processor
Review comment:
Will up
noblepaul merged pull request #2177:
URL: https://github.com/apache/lucene-solr/pull/2177
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/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267383#comment-17267383
]
ASF subversion and git services commented on SOLR-15052:
Commit 8
[
https://issues.apache.org/jira/browse/LUCENE-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267389#comment-17267389
]
Michael McCandless commented on LUCENE-9673:
Whoa, this is horrible and prob
epugh commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559672654
##
File path: solr/contrib/scripting/README.md
##
@@ -0,0 +1,14 @@
+Welcome to Apache Solr Scripting!
+===
+
+# Introduction
[
https://issues.apache.org/jira/browse/LUCENE-9670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267390#comment-17267390
]
Michael McCandless commented on LUCENE-9670:
Thanks [~dweiss]; I'll try that
epugh commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559674364
##
File path: solr/CHANGES.txt
##
@@ -186,6 +186,9 @@ Other Changes
* SOLR-14034: Remove deprecated min_rf references (Tim Dillon)
+* SOLR-14067: S
epugh commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559695973
##
File path:
solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
##
@@ -674,12 +679,12 @@
*** WARNING ***
epugh commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559696636
##
File path: solr/solr-ref-guide/src/scripting-update-processor.adoc
##
@@ -0,0 +1,295 @@
+= Scripting Update Processor
Review comment:
Changes
epugh commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559696904
##
File path: solr/solr-ref-guide/src/scripting-update-processor.adoc
##
@@ -0,0 +1,295 @@
+= Scripting Update Processor
+// Licensed to the Apache Soft
dsmiley commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559731569
##
File path: solr/CHANGES.txt
##
@@ -186,6 +186,9 @@ Other Changes
* SOLR-14034: Remove deprecated min_rf references (Tim Dillon)
+* SOLR-14067:
dsmiley commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559733095
##
File path:
solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
##
@@ -674,12 +679,12 @@
*** WARNING ***
Peter Gromov created LUCENE-9676:
Summary: Hunspell: improve stemming of all-caps words
Key: LUCENE-9676
URL: https://issues.apache.org/jira/browse/LUCENE-9676
Project: Lucene - Core
Issue Ty
dsmiley commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559735328
##
File path: solr/solr-ref-guide/src/script-update-processor.adoc
##
@@ -35,19 +35,19 @@ potential security vulnerabilities.
The scripting update
donnerpeter opened a new pull request #2217:
URL: https://github.com/apache/lucene-solr/pull/2217
# Description
Currently words like "OPENOFFICE.ORG" result in no stems even if the
dictionary contains "OpenOffice.org"
# Solution
Repeat Hunspell's logic:
*
[
https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Gromov updated LUCENE-9671:
-
Status: Patch Available (was: Open)
> Hunspell: shorten Stemmer.applyAffix
> --
[
https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Gromov updated LUCENE-9676:
-
Status: Patch Available (was: Open)
> Hunspell: improve stemming of all-caps words
> --
[
https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267451#comment-17267451
]
Ilan Ginzburg commented on SOLR-15052:
--
[~ichattopadhyaya], following up on [~mdrob]
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559740603
##
File path: solr/core/src/java/org/apache/solr/cloud/ExclusiveSliceProperty.java
##
@@ -74,8 +74,8 @@
ExclusiveSliceProperty(ClusterState cluste
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Isabelle Giguere updated SOLR-7913:
---
Attachment: SOLR-7913.patch
> Add stream.body support to MLT QParser
> ---
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559742269
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteCollectionCmd.java
##
@@ -92,6 +98,19 @@ public void call(ClusterState
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267462#comment-17267462
]
Isabelle Giguere commented on SOLR-7913:
New patch on tag release/lucene-solr/8.5.
[
https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267463#comment-17267463
]
David Smiley commented on LUCENE-9675:
--
I noticed the removal of {{meta.writeByte((
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559749942
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteReplicaCmd.java
##
@@ -147,14 +170,27 @@ void deleteReplicaBasedOnCount
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559750891
##
File path: solr/core/src/java/org/apache/solr/cloud/overseer/ReplicaMutator.java
##
@@ -115,8 +116,8 @@ public ZkWriteCommand addReplicaProperty(C
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559751155
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/DeleteReplicasRequest.java
##
@@ -0,0 +1,29 @@
+/*
+ * Licensed to the Apache Sof
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559751454
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/DeleteShardsRequest.java
##
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Softw
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559753902
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/DeleteShardsRequest.java
##
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Softw
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Isabelle Giguere updated SOLR-7913:
---
Attachment: SOLR-7913_fix-unit-test-setup.patch
> Add stream.body support to MLT QParser
> ---
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559755408
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/DeleteReplicaCmd.java
##
@@ -147,14 +170,27 @@ void deleteReplicaBasedOnCount
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267462#comment-17267462
]
Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:10 PM:
--
s1monw commented on pull request #2212:
URL: https://github.com/apache/lucene-solr/pull/2212#issuecomment-762429660
I plan to merge this during the next 24 hours thanks for the reviews
This is an automated message from the Ap
[
https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267473#comment-17267473
]
Jim Ferenczi commented on LUCENE-9675:
--
[~dsmiley] no because we never released a v
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559759523
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/ModificationRequestImpl.java
##
@@ -0,0 +1,106 @@
+/*
+ * Licensed to the Ap
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267477#comment-17267477
]
Isabelle Giguere commented on SOLR-7913:
MLT Query Parser was originally implement
donnerpeter commented on pull request #2217:
URL: https://github.com/apache/lucene-solr/pull/2217#issuecomment-762432969
It might be easier to review commits separately
This is an automated message from the Apache Git Service
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559761033
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/PlacementContext.java
##
@@ -0,0 +1,44 @@
+/*
+ * Licensed to the Apache Software
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559762633
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/impl/SimpleClusterAbstractionsImpl.java
##
@@ -324,7 +324,7 @@ public int hashCod
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559763883
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementConfig.java
##
@@ -43,14 +46,30 @@
@JsonProperty
p
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Isabelle Giguere updated SOLR-7913:
---
Attachment: SOLR-7913_negative-tests.patch
> Add stream.body support to MLT QParser
>
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559766377
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -171,14 +174,17 @@ public AffinityPla
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559766377
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -171,14 +174,17 @@ public AffinityPla
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267477#comment-17267477
]
Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:42 PM:
--
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559767267
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -238,11 +247,87 @@ public PlacementPl
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267477#comment-17267477
]
Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:43 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-7913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267462#comment-17267462
]
Isabelle Giguere edited comment on SOLR-7913 at 1/18/21, 7:43 PM:
--
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559768110
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -238,11 +247,87 @@ public PlacementPl
murblanc commented on a change in pull request #2199:
URL: https://github.com/apache/lucene-solr/pull/2199#discussion_r559768110
##
File path:
solr/core/src/java/org/apache/solr/cluster/placement/plugins/AffinityPlacementFactory.java
##
@@ -238,11 +247,87 @@ public PlacementPl
dweiss commented on a change in pull request #2217:
URL: https://github.com/apache/lucene-solr/pull/2217#discussion_r559806181
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -74,6 +74,8 @@
static final char[] NOFLAG
dweiss merged pull request #2209:
URL: https://github.com/apache/lucene-solr/pull/2209
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
[
https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267560#comment-17267560
]
ASF subversion and git services commented on LUCENE-9671:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9671:
Fix Version/s: master (9.0)
Resolution: Fixed
Status: Resolved (was: Patch Avail
[
https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9676:
Fix Version/s: master (9.0)
> Hunspell: improve stemming of all-caps words
> -
[
https://issues.apache.org/jira/browse/LUCENE-9676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss reassigned LUCENE-9676:
---
Assignee: Dawid Weiss
> Hunspell: improve stemming of all-caps words
>
[
https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267582#comment-17267582
]
Noble Paul commented on SOLR-15052:
---
The DOWNNODE is still processed by overseer as a s
[
https://issues.apache.org/jira/browse/SOLR-15052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267582#comment-17267582
]
Noble Paul edited comment on SOLR-15052 at 1/19/21, 12:35 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267595#comment-17267595
]
Jaison.Bi commented on LUCENE-9663:
---
[~mikemccand] [~jpountz] [~sokolov]
Please help
[
https://issues.apache.org/jira/browse/LUCENE-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267611#comment-17267611
]
mashudong commented on LUCENE-9673:
---
Yes, it's probably an ancient bug.
IMHO, ByteBlo
[
https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaison.Bi updated LUCENE-9663:
--
Status: Patch Available (was: Open)
> Adding compression to terms dict from SortedSet/Sorted DocValue
[
https://issues.apache.org/jira/browse/LUCENE-9675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267647#comment-17267647
]
Ishan Chattopadhyaya commented on LUCENE-9675:
--
When do we expect this to b
[
https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Gromov closed LUCENE-9671.
> Hunspell: shorten Stemmer.applyAffix
>
>
> Key:
[
https://issues.apache.org/jira/browse/LUCENE-9671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Gromov updated LUCENE-9671:
-
Issue Type: Improvement (was: Bug)
> Hunspell: shorten Stemmer.applyAffix
> ---
[
https://issues.apache.org/jira/browse/LUCENE-9667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Gromov updated LUCENE-9667:
-
Issue Type: Improvement (was: Bug)
> Hunspell: add a spellchecker, support BREAK and FORBIDDENW
1 - 100 of 109 matches
Mail list logo