donnerpeter commented on a change in pull request #2260:
URL: https://github.com/apache/lucene-solr/pull/2260#discussion_r566635372
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Stemmer.java
##
@@ -158,14 +173,52 @@ WordCase caseOf(char[] wo
[
https://issues.apache.org/jira/browse/SOLR-15031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pieter closed SOLR-15031.
-
> NPE caused by FunctionQParser returning a null ValueSource
> --
asalamon74 commented on pull request #2252:
URL: https://github.com/apache/lucene-solr/pull/2252#issuecomment-769637051
@madrob
**ISO_8859_1**
In the first version I used UTF_8 but later I checked the source code of
java.util.Base64 (
http://hg.openjdk.java.net/jdk8/jdk8/jdk
dweiss commented on a change in pull request #2253:
URL: https://github.com/apache/lucene-solr/pull/2253#discussion_r566629532
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -370,7 +370,7 @@ private void readAffixFile(In
[
https://issues.apache.org/jira/browse/LUCENE-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274207#comment-17274207
]
ASF subversion and git services commented on LUCENE-9703:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9703.
-
Fix Version/s: master (9.0)
Resolution: Fixed
> Hunspell: prohibit FORBIDDENWORD words an
dweiss merged pull request #2254:
URL: https://github.com/apache/lucene-solr/pull/2254
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
dweiss commented on a change in pull request #2260:
URL: https://github.com/apache/lucene-solr/pull/2260#discussion_r566626601
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Stemmer.java
##
@@ -158,14 +173,52 @@ WordCase caseOf(char[] word, i
[
https://issues.apache.org/jira/browse/LUCENE-9706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274201#comment-17274201
]
ASF subversion and git services commented on LUCENE-9706:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9706.
-
Fix Version/s: master (9.0)
Resolution: Fixed
> Hunspell: support NEEDAFFIX flag on affix
dweiss merged pull request #2262:
URL: https://github.com/apache/lucene-solr/pull/2262
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-9700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274199#comment-17274199
]
ASF subversion and git services commented on LUCENE-9700:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9700.
-
Resolution: Fixed
> Hunspell: support words with trailing dots
> ---
[
https://issues.apache.org/jira/browse/LUCENE-9700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-9700:
Fix Version/s: master (9.0)
> Hunspell: support words with trailing dots
> ---
dweiss merged pull request #2249:
URL: https://github.com/apache/lucene-solr/pull/2249
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/SOLR-15119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274150#comment-17274150
]
David Smiley commented on SOLR-15119:
-
I think AB's comments on the issue originating
jaisonbi commented on pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-769534164
> I'm curious what your plan is for surfacing this DocValuesConfig
configuration in the API - are you thinking of adding it to the DocValuesFormat
in place of the existing
jaisonbi commented on a change in pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r566531012
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java
##
@@ -791,6 +806,107 @@ private void addTermsDi
madrob commented on a change in pull request #2265:
URL: https://github.com/apache/lucene-solr/pull/2265#discussion_r566505171
##
File path: solr/core/src/test/org/apache/solr/cloud/SplitShardTest.java
##
@@ -106,6 +108,50 @@ public void doTest() throws IOException,
SolrServer
[
https://issues.apache.org/jira/browse/SOLR-15119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274053#comment-17274053
]
Megan Carey edited comment on SOLR-15119 at 1/29/21, 12:26 AM:
megancarey commented on a change in pull request #2265:
URL: https://github.com/apache/lucene-solr/pull/2265#discussion_r566495456
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java
##
@@ -407,15 +432,6 @@ public boolean split(ClusterStat
megancarey commented on a change in pull request #2265:
URL: https://github.com/apache/lucene-solr/pull/2265#discussion_r566495266
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java
##
@@ -60,7 +60,10 @@
import static org.apache.solr.com
megancarey commented on a change in pull request #2265:
URL: https://github.com/apache/lucene-solr/pull/2265#discussion_r56642
##
File path: solr/core/src/test/org/apache/solr/cloud/SplitShardTest.java
##
@@ -106,6 +108,50 @@ public void doTest() throws IOException,
SolrSe
[
https://issues.apache.org/jira/browse/SOLR-15119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274053#comment-17274053
]
Megan Carey commented on SOLR-15119:
[~anshum] - in a sense, that's true. The IndexWr
[
https://issues.apache.org/jira/browse/SOLR-15120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274051#comment-17274051
]
Mike Drob commented on SOLR-15120:
--
[~ahubold] - this fix touches some of the code intro
madrob opened a new pull request #2266:
URL: https://github.com/apache/lucene-solr/pull/2266
Use j.u.c collections instead of sync block
Rework how we load implicit handlers
Additional debug and trace logging for zookeeper comms
---
[
https://issues.apache.org/jira/browse/SOLR-15119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274049#comment-17274049
]
Anshum Gupta commented on SOLR-15119:
-
Also, the IndexSizeTrigger that uses {{LINK}}
Mike Drob created SOLR-15120:
Summary: Reduce duplicative core creation work
Key: SOLR-15120
URL: https://issues.apache.org/jira/browse/SOLR-15120
Project: Solr
Issue Type: Sub-task
Securit
[
https://issues.apache.org/jira/browse/SOLR-15119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274046#comment-17274046
]
Anshum Gupta commented on SOLR-15119:
-
Unless something changed recently, I feel like
madrob commented on a change in pull request #2265:
URL: https://github.com/apache/lucene-solr/pull/2265#discussion_r566467915
##
File path:
solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java
##
@@ -80,16 +83,33 @@ public void call(ClusterState state,
[
https://issues.apache.org/jira/browse/SOLR-15119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274039#comment-17274039
]
David Smiley commented on SOLR-15119:
-
+1 absolutely. I wish it was simply set this
megancarey opened a new pull request #2265:
URL: https://github.com/apache/lucene-solr/pull/2265
# Description
REWRITE splitMethod is considerably slower than LINK. Deprecated Autoscaling
triggers used LINK method as default, contradicting SplitShardCmd.
# Solution
thelabdude closed issue #192:
URL: https://github.com/apache/lucene-solr-operator/issues/192
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
thelabdude merged pull request #193:
URL: https://github.com/apache/lucene-solr-operator/pull/193
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
[
https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274026#comment-17274026
]
Julie Tibshirani edited comment on LUCENE-9616 at 1/28/21, 10:07 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani resolved LUCENE-9616.
--
Resolution: Fixed
> Improve test coverage for internal format versions
> -
[
https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274026#comment-17274026
]
Julie Tibshirani commented on LUCENE-9616:
--
It sounds like we're on the same pa
[
https://issues.apache.org/jira/browse/SOLR-14616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274014#comment-17274014
]
ASF subversion and git services commented on SOLR-14616:
Commit a
madrob commented on a change in pull request #2252:
URL: https://github.com/apache/lucene-solr/pull/2252#discussion_r566409696
##
File path:
solr/core/src/java/org/apache/solr/handler/admin/LukeRequestHandler.java
##
@@ -298,7 +299,7 @@ private static String getFieldFlags( Sch
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-9334:
-
Priority: Blocker (was: Major)
> Require consistency between data-structures on a per-field bas
[
https://issues.apache.org/jira/browse/LUCENE-9334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-9334:
-
Fix Version/s: master (9.0)
> Require consistency between data-structures on a per-field basis
>
[
https://issues.apache.org/jira/browse/LUCENE-9047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-9047:
-
Fix Version/s: master (9.0)
> Directory APIs should be little endian
> -
[
https://issues.apache.org/jira/browse/LUCENE-9047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-9047:
-
Priority: Blocker (was: Major)
> Directory APIs should be little endian
> -
jpountz commented on a change in pull request #2249:
URL: https://github.com/apache/lucene-solr/pull/2249#discussion_r566410259
##
File path:
lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/base.good
##
@@ -0,0 +1,27 @@
+created
+uncreate
+uncreated
+imply
[
https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273995#comment-17273995
]
Adrien Grand commented on LUCENE-9705:
--
+1 to split all file formats that are used
madrob merged pull request #2264:
URL: https://github.com/apache/lucene-solr/pull/2264
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-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273992#comment-17273992
]
Adrien Grand commented on LUCENE-9616:
--
[~julietibs] +1 to more aggressively copy-o
HoustonPutman commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566367646
##
File path: controllers/solrcloud_controller.go
##
@@ -182,44 +182,61 @@ func (r *SolrCloudReconciler) Reconcile(req ctrl.Request)
(c
zhaih commented on a change in pull request #2246:
URL: https://github.com/apache/lucene-solr/pull/2246#discussion_r566362852
##
File path:
lucene/misc/src/java/org/apache/lucene/misc/index/BinaryDocValueSelector.java
##
@@ -0,0 +1,84 @@
+/*
+ * Licensed to the Apache Software
sepulworld edited a comment on issue #204:
URL:
https://github.com/apache/lucene-solr-operator/issues/204#issuecomment-769293093
I can help with this. I was thinking we could start a [Terraform
Provider](https://www.terraform.io/docs/extend/index.html) and automate
resource management for
[
https://issues.apache.org/jira/browse/LUCENE-9695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Sokolov resolved LUCENE-9695.
-
Resolution: Fixed
> Don't include deleted documents when merging vectors
> -
madrob opened a new pull request #2264:
URL: https://github.com/apache/lucene-solr/pull/2264
When we are creating a new thread we should give it a name. This doesn't
apply to Runnable or Callable objects that we pass to an executor, since those
should be getting named by the executor itsel
[
https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273951#comment-17273951
]
Isabelle Giguere commented on SOLR-14886:
-
Note that the patch cannot fix the cas
thelabdude commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566340100
##
File path: controllers/solrcloud_controller.go
##
@@ -182,44 +182,61 @@ func (r *SolrCloudReconciler) Reconcile(req ctrl.Request)
(ctrl
Megan Carey created SOLR-15119:
--
Summary: Make LINK splitMethod the default for SplitShardCmd
Key: SOLR-15119
URL: https://issues.apache.org/jira/browse/SOLR-15119
Project: Solr
Issue Type: Impr
[
https://issues.apache.org/jira/browse/SOLR-14672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273937#comment-17273937
]
ASF subversion and git services commented on SOLR-14672:
Commit 0
HoustonPutman closed issue #194:
URL: https://github.com/apache/lucene-solr-operator/issues/194
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
HoustonPutman merged pull request #199:
URL: https://github.com/apache/lucene-solr-operator/pull/199
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
HoustonPutman commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566324592
##
File path: docs/solr-cloud/solr-cloud-crd.md
##
@@ -127,4 +127,118 @@ the solr-operator can manage Zookeeper ensemble(s) for
you.
U
zhaih commented on a change in pull request #2246:
URL: https://github.com/apache/lucene-solr/pull/2246#discussion_r566324738
##
File path:
lucene/misc/src/java/org/apache/lucene/misc/index/BinaryDocValueSelector.java
##
@@ -0,0 +1,84 @@
+/*
+ * Licensed to the Apache Software
sepulworld commented on issue #204:
URL:
https://github.com/apache/lucene-solr-operator/issues/204#issuecomment-769293093
I can help with this. I was thinking we could start a [Terraform
Provider](https://www.terraform.io/docs/extend/index.html) and provide state
and resource management f
zhaih commented on a change in pull request #2246:
URL: https://github.com/apache/lucene-solr/pull/2246#discussion_r566324474
##
File path:
lucene/misc/src/java/org/apache/lucene/misc/index/BinaryDocValueSelector.java
##
@@ -0,0 +1,84 @@
+/*
+ * Licensed to the Apache Software
zhaih commented on a change in pull request #2246:
URL: https://github.com/apache/lucene-solr/pull/2246#discussion_r566324286
##
File path: lucene/CHANGES.txt
##
@@ -247,6 +247,13 @@ Other
* LUCENE-9627: Remove unused Lucene50FieldInfosFormat codec and small refactor
some cod
HoustonPutman commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566277962
##
File path: controllers/solrcloud_controller.go
##
@@ -182,44 +182,61 @@ func (r *SolrCloudReconciler) Reconcile(req ctrl.Request)
(c
thelabdude commented on pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#issuecomment-769283945
Now with docs! ;-)
This is an automated message from the Apache Git Service.
To respond to the me
[
https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273918#comment-17273918
]
Thomas Corthals commented on SOLR-15116:
Prodding around in the code a bit, I not
[
https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Corthals updated SOLR-15116:
---
Attachment: 0001-Same-PermissionName-for-HEAD-requests-as-for-GET-req.patch
> Wrong HTTP stat
[
https://issues.apache.org/jira/browse/LUCENE-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273903#comment-17273903
]
Julie Tibshirani commented on LUCENE-9705:
--
This proposal makes sense to me. I'
HoustonPutman opened a new issue #205:
URL: https://github.com/apache/lucene-solr-operator/issues/205
The Solr Operator creates many Kubernetes resources while reconciling.
The operator will often choose to create or not create resources depending
on the configuration of Solr resourc
[
https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273892#comment-17273892
]
Thomas Corthals commented on SOLR-15116:
I hit another one that seems related, in
[
https://issues.apache.org/jira/browse/SOLR-15113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob resolved SOLR-15113.
--
Fix Version/s: master (9.0)
Resolution: Fixed
> More gracefully handle embedded ZK failure to st
[
https://issues.apache.org/jira/browse/SOLR-15113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273890#comment-17273890
]
ASF subversion and git services commented on SOLR-15113:
Commit 9
madrob merged pull request #2255:
URL: https://github.com/apache/lucene-solr/pull/2255
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/SOLR-15118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski updated SOLR-15118:
---
Summary: Make /v2/collections APIs annotation-based (was: Convert
/v2/collections v2 APIs to
Jason Gerlowski created SOLR-15118:
--
Summary: Convert /v2/collections v2 APIs to annotation
Key: SOLR-15118
URL: https://issues.apache.org/jira/browse/SOLR-15118
Project: Solr
Issue Type: Su
Jason Gerlowski created SOLR-15117:
--
Summary: Support for "description" metadata in annotation-based v2
APIs
Key: SOLR-15117
URL: https://issues.apache.org/jira/browse/SOLR-15117
Project: Solr
HoustonPutman opened a new issue #204:
URL: https://github.com/apache/lucene-solr-operator/issues/204
The `SolrCollection` and `SolrCollectionAlias` CRDs are nice constructs that
allow users to create Solr collections and aliases through Kubernetes APIs (and
tools, such as kubectl).
HoustonPutman commented on a change in pull request #2263:
URL: https://github.com/apache/lucene-solr/pull/2263#discussion_r566275295
##
File path: solr/docker/Dockerfile
##
@@ -54,7 +54,7 @@ ARG SOLR_VERSION
# Used by solr-fg
ENV SOLR_VERSION $SOLR_VERSION
-COPY --from=inp
mikemccand commented on a change in pull request #2246:
URL: https://github.com/apache/lucene-solr/pull/2246#discussion_r566271500
##
File path:
lucene/misc/src/java/org/apache/lucene/misc/index/BinaryDocValueSelector.java
##
@@ -0,0 +1,84 @@
+/*
+ * Licensed to the Apache Sof
madrob opened a new pull request #2263:
URL: https://github.com/apache/lucene-solr/pull/2263
Combine Docker and bin/solr OOM handling scripts, move OOM handling to
foreground Solr as well.
Co-authored-by: Houston Putman
-
[
https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273852#comment-17273852
]
David Eric Pugh commented on SOLR-15116:
Makes sense to me. I suspect you hit o
thelabdude commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566236753
##
File path: controllers/suite_test.go
##
@@ -76,6 +78,9 @@ func SetupTestReconcile(inner reconcile.Reconciler)
(reconcile.Reconciler, ch
thelabdude commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566235409
##
File path: controllers/util/solr_util.go
##
@@ -327,13 +330,42 @@ func GenerateStatefulSet(solrCloud *solr.SolrCloud,
solrCloudStatus *
thelabdude commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566235249
##
File path: controllers/solrcloud_controller.go
##
@@ -182,44 +182,61 @@ func (r *SolrCloudReconciler) Reconcile(req ctrl.Request)
(ctrl
HoustonPutman merged pull request #202:
URL: https://github.com/apache/lucene-solr-operator/pull/202
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
HoustonPutman commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566232749
##
File path: controllers/solrcloud_controller.go
##
@@ -182,44 +182,61 @@ func (r *SolrCloudReconciler) Reconcile(req ctrl.Request)
(c
Thomas Corthals created SOLR-15116:
--
Summary: Wrong HTTP status for HEAD request
Key: SOLR-15116
URL: https://issues.apache.org/jira/browse/SOLR-15116
Project: Solr
Issue Type: Bug
Sec
[
https://issues.apache.org/jira/browse/SOLR-14672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273810#comment-17273810
]
ASF subversion and git services commented on SOLR-14672:
Commit a
thelabdude commented on a change in pull request #193:
URL:
https://github.com/apache/lucene-solr-operator/pull/193#discussion_r566184234
##
File path: controllers/solrcloud_controller.go
##
@@ -182,44 +182,61 @@ func (r *SolrCloudReconciler) Reconcile(req ctrl.Request)
(ctrl
janhoy opened a new pull request #203:
URL: https://github.com/apache/lucene-solr-operator/pull/203
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
[
https://issues.apache.org/jira/browse/SOLR-14672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-14672:
--
Attachment: SOLR-14672.patch
> Make timeouts configurable for the Streaming Expression SolrClie
donnerpeter opened a new pull request #2262:
URL: https://github.com/apache/lucene-solr/pull/2262
# Description
From `man`:
> This flag signs virtual stems in the dictionary, words only valid when
affixed. Except, if the dictionary word has a homonym or a zero affi
Peter Gromov created LUCENE-9706:
Summary: Hunspell: support NEEDAFFIX flag on affixes
Key: LUCENE-9706
URL: https://issues.apache.org/jira/browse/LUCENE-9706
Project: Lucene - Core
Issue Typ
msokolov commented on a change in pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r566092357
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java
##
@@ -791,6 +806,107 @@ private void addTermsDi
msokolov commented on pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-769042377
@jaisonbi I'm curious what your plan is for surfacing this DocValuesConfig
configuration in the API - are you thinking of adding it to the DocValuesFormat
in place of the e
jaisonbi commented on a change in pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r566042201
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java
##
@@ -791,6 +806,107 @@ private void addTermsDi
asalamon74 opened a new pull request #2261:
URL: https://github.com/apache/lucene-solr/pull/2261
# Description
There are two unused methods in TestRerankBase: buildIndexUsingAdoc,
loadModelAndFeatures which can be removed.
# Solution
Remove the methods.
Andras Salamon created SOLR-15115:
-
Summary: Remove unused methods from TestRerankBase
Key: SOLR-15115
URL: https://issues.apache.org/jira/browse/SOLR-15115
Project: Solr
Issue Type: Task
bruno-roustant commented on a change in pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r566003862
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java
##
@@ -791,6 +806,107 @@ private void addT
[
https://issues.apache.org/jira/browse/LUCENE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273484#comment-17273484
]
Ignacio Vera commented on LUCENE-9616:
--
I open LUCENE-9705 to move all current form
1 - 100 of 111 matches
Mail list logo