[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281602#comment-17281602
]
Dawid Weiss commented on LUCENE-9747:
-
I get this with openjdk 14.0.1+7:
{code}
java
Peter Gromov created LUCENE-9748:
Summary: Hunspell: suggest inflected dictionary entries similar to
the misspelled word
Key: LUCENE-9748
URL: https://issues.apache.org/jira/browse/LUCENE-9748
Project
donnerpeter commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572666204
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -70,6 +70,9 @@
/** In-memory structure
donnerpeter commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572666977
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -224,26 +227,37 @@ public Dictionary(
donnerpeter commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572667748
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -346,6 +352,7 @@ private void readAffixFi
donnerpeter commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572668532
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -778,31 +791,36 @@ char affixData(int aff
[
https://issues.apache.org/jira/browse/LUCENE-9740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281609#comment-17281609
]
Peter Gromov commented on LUCENE-9740:
--
Very nice, thanks! I think this can be merg
Peter Gromov created LUCENE-9749:
Summary: Hunspell: apply output conversion (OCONV) to the
suggestions
Key: LUCENE-9749
URL: https://issues.apache.org/jira/browse/LUCENE-9749
Project: Lucene - Core
donnerpeter opened a new pull request #2329:
URL: https://github.com/apache/lucene-solr/pull/2329
# Description
OCONV should be applied not only to stems, but also suggestions
# Solution
Call the method that applies it :)
# Tests
`oconv` from Hu
donnerpeter opened a new pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330
…o the misspelled word
# Description
A follow up of the "ngram" suggestion support that adds single prefixes and
suffixes to dictionary entries to get better suggestio
iverase merged pull request #2268:
URL: https://github.com/apache/lucene-solr/pull/2268
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-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281617#comment-17281617
]
ASF subversion and git services commented on LUCENE-9705:
-
Commi
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572676276
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -33,44 +40,59 @@
*/
class Gen
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572676594
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -33,44 +40,59 @@
*/
class Gen
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572676998
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -84,33 +106,34 @@ private static
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572677318
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -132,14 +155,105 @@ private stat
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572677980
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Stemmer.java
##
@@ -798,8 +798,4 @@ private boolean isFlagAppen
iverase merged pull request #2269:
URL: https://github.com/apache/lucene-solr/pull/2269
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
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572696542
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -33,44 +40,59 @@
*/
class Gen
iverase opened a new pull request #2331:
URL: https://github.com/apache/lucene-solr/pull/2331
While trying to add a Base test class for Vector based on
`BaseIndexFileFormatTestCase`, a bug surface on the Lucene90VectorWriter
constructor. If there is an exception if the middle, it might hap
dweiss commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572701976
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -778,31 +791,36 @@ char affixData(int affixInd
dweiss merged pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327
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-9740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9740.
-
Fix Version/s: master (9.0)
Resolution: Fixed
> Avoid buffering and double-scan of flags
[
https://issues.apache.org/jira/browse/LUCENE-9740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281640#comment-17281640
]
ASF subversion and git services commented on LUCENE-9740:
-
Commi
dweiss commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572702955
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -70,6 +70,9 @@
/** In-memory structure for
Peter Gromov created LUCENE-9750:
Summary: Hunspell: improve suggestions for mixed-case misspelled
words
Key: LUCENE-9750
URL: https://issues.apache.org/jira/browse/LUCENE-9750
Project: Lucene - Core
dweiss commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572703555
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -224,26 +227,37 @@ public Dictionary(
thi
dweiss commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572704827
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -346,6 +352,7 @@ private void readAffixFile(In
donnerpeter commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572706742
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -224,26 +227,37 @@ public Dictionary(
donnerpeter commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572707863
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -778,31 +791,36 @@ char affixData(int aff
donnerpeter commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572710743
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -346,6 +352,7 @@ private void readAffixFi
donnerpeter opened a new pull request #2332:
URL: https://github.com/apache/lucene-solr/pull/2332
# Description
Fix a failing Hunspell repo test
# Solution
Replicate Hunspell's logic around suggestion casing, especially mixed-case
ones
# Tests
Dawid Weiss created LUCENE-9751:
---
Summary: Assertion error (int overflow) in ByteSliceReader
Key: LUCENE-9751
URL: https://issues.apache.org/jira/browse/LUCENE-9751
Project: Lucene - Core
Issue
dweiss commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572717985
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -224,26 +227,37 @@ public Dictionary(
thi
dweiss commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572718170
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -346,6 +352,7 @@ private void readAffixFile(In
dweiss commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572718487
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -778,31 +791,36 @@ char affixData(int affixInd
Ajay G created SOLR-15147:
-
Summary: Hide jdbc credentials in data-config.xml
Key: SOLR-15147
URL: https://issues.apache.org/jira/browse/SOLR-15147
Project: Solr
Issue Type: Bug
Security Level
dweiss commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572744570
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -33,44 +40,59 @@
*/
class Generati
[
https://issues.apache.org/jira/browse/SOLR-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281682#comment-17281682
]
Andrzej Bialecki commented on SOLR-9854:
Metrics Counter can only go forward but t
[
https://issues.apache.org/jira/browse/LUCENE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281684#comment-17281684
]
Adrien Grand commented on LUCENE-9741:
--
I've fallen into the trap of not optimizing
[
https://issues.apache.org/jira/browse/LUCENE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281687#comment-17281687
]
Adrien Grand commented on LUCENE-9741:
--
To be clear, I'm thinking of only updating
[
https://issues.apache.org/jira/browse/LUCENE-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281690#comment-17281690
]
Robert Muir commented on LUCENE-9741:
-
The getMergeInstance() is already optimized f
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572760859
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -33,44 +40,59 @@
*/
class Gen
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572760859
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -33,44 +40,59 @@
*/
class Gen
dweiss commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572764206
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -33,44 +40,59 @@
*/
class Generati
Peter Gromov created LUCENE-9752:
Summary: Hunspell Stemmer: reduce parameter count
Key: LUCENE-9752
URL: https://issues.apache.org/jira/browse/LUCENE-9752
Project: Lucene - Core
Issue Type:
donnerpeter commented on a change in pull request #2330:
URL: https://github.com/apache/lucene-solr/pull/2330#discussion_r572766983
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/GeneratingSuggester.java
##
@@ -33,44 +40,59 @@
*/
class Gen
donnerpeter commented on a change in pull request #2327:
URL: https://github.com/apache/lucene-solr/pull/2327#discussion_r572769064
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java
##
@@ -778,31 +791,36 @@ char affixData(int aff
donnerpeter opened a new pull request #2333:
URL: https://github.com/apache/lucene-solr/pull/2333
# Description
There's too many parameters, some of them avoidable
# Solution
`doSuffix` is always true, `circumfix` can be calculated at the usage site
(and onc
donnerpeter commented on a change in pull request #2333:
URL: https://github.com/apache/lucene-solr/pull/2333#discussion_r572772417
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Stemmer.java
##
@@ -698,15 +688,6 @@ private boolean applyAffix
murblanc commented on pull request #2318:
URL: https://github.com/apache/lucene-solr/pull/2318#issuecomment-775852524
> Error is a timeout from `CollectionsHandler` having waited 45 seconds
I take that back @noblepaul . I did the test wrong and just did it again and
it passes. Timin
iverase opened a new pull request #2334:
URL: https://github.com/apache/lucene-solr/pull/2334
For now this is just a copy of Lucene90TermVectorsFormat. The existing
Lucene50TermVectorsFormat was moved to backwards-codecs, along with its
utility
classes.
-
[
https://issues.apache.org/jira/browse/LUCENE-9751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281751#comment-17281751
]
Michael McCandless commented on LUCENE-9751:
Hmm I thought we long ago added
[
https://issues.apache.org/jira/browse/LUCENE-9751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281753#comment-17281753
]
Dawid Weiss commented on LUCENE-9751:
-
Everything passes with flying colors on lower
krishnachalla-hv opened a new issue #212:
URL: https://github.com/apache/lucene-solr-operator/issues/212
I facing this issue after upgrading to **v0.2.8**. Earlier I was using
**v0.2.6** version of solrcloud things were working fine as expected except the
**pvc** deletion that were created
[
https://issues.apache.org/jira/browse/LUCENE-9663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281779#comment-17281779
]
Bruno Roustant commented on LUCENE-9663:
I'm ready to merge. I think it could go
muse-dev[bot] commented on a change in pull request #2334:
URL: https://github.com/apache/lucene-solr/pull/2334#discussion_r572873185
##
File path:
lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/compressing/Lucene50CompressingTermVectorsReader.java
##
@@ -0,
mikemccand commented on a change in pull request #2247:
URL: https://github.com/apache/lucene-solr/pull/2247#discussion_r572845064
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -31,7 +33,7 @@
import org.apach
Peter Gromov created LUCENE-9753:
Summary: Hunspell: disallow compounds with parts present in
dictionary space-separated
Key: LUCENE-9753
URL: https://issues.apache.org/jira/browse/LUCENE-9753
Project
[
https://issues.apache.org/jira/browse/LUCENE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281787#comment-17281787
]
Michael McCandless commented on LUCENE-9406:
+1 for [~zacharymorn]'s propose
donnerpeter opened a new pull request #2335:
URL: https://github.com/apache/lucene-solr/pull/2335
…onary, space-separated
# Description
Don't accept `compoundword` when there's `compound word` in the dictionary
# Solution
Like Hunspell, handle this nea
krishnachalla-hv opened a new issue #213:
URL: https://github.com/apache/lucene-solr-operator/issues/213
I have installed **v0.2.8** version of the operator, Sometimes one of the
provided zookeeper instance goes into unhealthy state. I have used default
values initialize zookeeper instance
gerlowskija opened a new pull request #2336:
URL: https://github.com/apache/lucene-solr/pull/2336
# Description
SOLR-13608 introduced support into Solr for an "incremental" backup file
structure, which allows storing multiple backup points for the same collection
at a given location
[
https://issues.apache.org/jira/browse/SOLR-15101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281802#comment-17281802
]
Jason Gerlowski commented on SOLR-15101:
I've pushed up a PR for this. I'm hopin
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281817#comment-17281817
]
David Eric Pugh commented on LUCENE-9747:
-
I have Java 11.0.3+7:
➜ lucene-so
jimczi commented on a change in pull request #2256:
URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r572984156
##
File path:
lucene/core/src/java/org/apache/lucene/index/StandardDirectoryReader.java
##
@@ -39,33 +40,47 @@
final IndexWriter writer;
final
Trey Jones created LUCENE-9754:
--
Summary: ICU Tokenizer: letter-space-number-letter tokenized
inconsistently
Key: LUCENE-9754
URL: https://issues.apache.org/jira/browse/LUCENE-9754
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281862#comment-17281862
]
Michael McCandless commented on LUCENE-9673:
I was curious if this impacted
[
https://issues.apache.org/jira/browse/SOLR-15133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281872#comment-17281872
]
Mike Drob commented on SOLR-15133:
--
I think [https://shipilev.net/jvm/anatomy-quarks/2-t
[
https://issues.apache.org/jira/browse/LUCENE-9751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281874#comment-17281874
]
Michael McCandless commented on LUCENE-9751:
Thanks [~dweiss], clearly we ha
Thomas Hecker created LUCENE-9755:
-
Summary: Index Segment without DocValues May Cause Search to Fail
Key: LUCENE-9755
URL: https://issues.apache.org/jira/browse/LUCENE-9755
Project: Lucene - Core
anshumg commented on a change in pull request #2328:
URL: https://github.com/apache/lucene-solr/pull/2328#discussion_r573145918
##
File path: solr/solrj/src/java/org/apache/solr/common/cloud/ZkNodeProps.java
##
@@ -118,14 +120,9 @@ public static ZkNodeProps load(byte[] bytes) {
madrob opened a new issue #214:
URL: https://github.com/apache/lucene-solr-operator/issues/214
After deploying a cluster using this operator, I wanted to get the Ingress,
but the one we currently use is deprecated.
```$ k get ing
Warning: extensions/v1beta1 Ingress is deprecated i
madrob commented on a change in pull request #2318:
URL: https://github.com/apache/lucene-solr/pull/2318#discussion_r573116634
##
File path:
solr/solrj/src/java/org/apache/solr/common/cloud/PerReplicaStates.java
##
@@ -92,6 +94,17 @@ public PerReplicaStates(String path, int cv
[
https://issues.apache.org/jira/browse/SOLR-15138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281996#comment-17281996
]
Mike Drob commented on SOLR-15138:
--
Added a couple comments where I agreed with Ilan's r
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282011#comment-17282011
]
Dawid Weiss commented on LUCENE-9747:
-
Indeed, I can reproduce this with JDK11 too.
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282012#comment-17282012
]
Dawid Weiss commented on LUCENE-9747:
-
https://bugs.openjdk.java.net/browse/JDK-8224
[
https://issues.apache.org/jira/browse/SOLR-15129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282025#comment-17282025
]
David Smiley commented on SOLR-15129:
-
See my comment [on PR
1769|https://github.com
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282028#comment-17282028
]
David Eric Pugh commented on LUCENE-9747:
-
:P
> Missing package-info.java cause
dweiss opened a new pull request #2337:
URL: https://github.com/apache/lucene-solr/pull/2337
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
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282029#comment-17282029
]
Dawid Weiss commented on LUCENE-9747:
-
Filed a slightly smaller PR. Passes for me.
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282031#comment-17282031
]
David Eric Pugh commented on LUCENE-9747:
-
LGTM.
> Missing package-info.java ca
dweiss merged pull request #2337:
URL: https://github.com/apache/lucene-solr/pull/2337
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-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282032#comment-17282032
]
Dawid Weiss commented on LUCENE-9747:
-
Thanks for reporting!
> Missing package-info
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9747.
-
Fix Version/s: master (9.0)
Resolution: Fixed
> Missing package-info.java causes NPE in M
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss reassigned LUCENE-9747:
---
Assignee: Dawid Weiss
> Missing package-info.java causes NPE in MissingDoclet.java
> --
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282033#comment-17282033
]
ASF subversion and git services commented on LUCENE-9747:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-15138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282040#comment-17282040
]
Mike Drob commented on SOLR-15138:
--
This patch is an improvement over what we had previo
[
https://issues.apache.org/jira/browse/SOLR-15138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282042#comment-17282042
]
Mike Drob commented on SOLR-15138:
--
For the shards which did not come up, I noticed that
epugh commented on pull request #2306:
URL: https://github.com/apache/lucene-solr/pull/2306#issuecomment-776276696
Okay, I've done a bunch of tweaking (banging my head?) against the ref guide
docs, and they are working, and I think all the tests are passing.
I don't like that the Sol
[
https://issues.apache.org/jira/browse/SOLR-14561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282082#comment-17282082
]
Jan Høydahl commented on SOLR-14561:
Did you try allowPaths?
https://lucene.apache.o
thelabdude commented on pull request #2328:
URL: https://github.com/apache/lucene-solr/pull/2328#issuecomment-776287188
I ran a back-compat test with a client app built with SolrJ 8.7.0 and a
server from this branch and it works as expected.
---
Timothy Potter created SOLR-15148:
-
Summary: Include a backcompat utility class with a main in solrj
that we can use to test older SolrJ against a release candidate
Key: SOLR-15148
URL: https://issues.apache.org/j
[
https://issues.apache.org/jira/browse/SOLR-15011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282092#comment-17282092
]
Chris M. Hostetter commented on SOLR-15011:
---
BadApple'ing the test just prevent
Julie Tibshirani created LUCENE-9756:
Summary: Extend FieldInfosFormat tests to cover points and vectors
Key: LUCENE-9756
URL: https://issues.apache.org/jira/browse/LUCENE-9756
Project: Lucene - Co
jtibshirani commented on pull request #2269:
URL: https://github.com/apache/lucene-solr/pull/2269#issuecomment-776361691
I opened https://issues.apache.org/jira/browse/LUCENE-9756 to add tests for
points and vectors.
This is
jtibshirani opened a new pull request #2338:
URL: https://github.com/apache/lucene-solr/pull/2338
This commit adds coverage to `BaseFieldInfoFormatTestCase ` for points,
vectors, and the soft deletes field.
This is an auto
jtibshirani opened a new pull request #2339:
URL: https://github.com/apache/lucene-solr/pull/2339
Since this is a fresh format, we can remove older version logic and reset the
internal version to 0.
This is an automated me
[
https://issues.apache.org/jira/browse/LUCENE-9747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282163#comment-17282163
]
Robert Muir commented on LUCENE-9747:
-
whoah, nice work [~epugh] [~dweiss]. thanks f
99 matches
Mail list logo