chlorochrule opened a new pull request #2259:
URL: https://github.com/apache/lucene-solr/pull/2259
## Description
In Solr 8.6.3, minCompetitiveScore of WANDScorer resets to zero for each
index segment and remain zero until maxScore is updated.
There are two causes of this problem:
Naoto Minami created SOLR-15114:
---
Summary: WAND does not work correctly on multiple segments in Solr
8.6.3
Key: SOLR-15114
URL: https://issues.apache.org/jira/browse/SOLR-15114
Project: Solr
I
[
https://issues.apache.org/jira/browse/LUCENE-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273351#comment-17273351
]
Zach Chen commented on LUCENE-9686:
---
Hi [~julietibs], I took a look at this test failu
zacharymorn opened a new pull request #2258:
URL: https://github.com/apache/lucene-solr/pull/2258
# Description
Explicitly handle read past EOF case in DirectIODirectory#readByte to throw
EOFException
# Solution
In DirectIODirectory.readByte, checks for `buffer.limit()
jaisonbi commented on pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-768786435
I also want to use different configurations, so we can enable terms dict
compression only. I plan to remove the enum Mode from Lucene80DocValuesFormat,
and add a new confi
cammiemw commented on pull request #2097:
URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-768751214
Hi @mikemccand, apologies for the failed test! Unfortunately, I cannot
replicate the error in my environments and gradle test as well as that specific
test come back succe
jaisonbi commented on a change in pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r565767001
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java
##
@@ -790,6 +833,28 @@ private void addTermsDic
jaisonbi commented on a change in pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r565760915
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java
##
@@ -736,49 +736,92 @@ private void doAddSorte
muse-dev[bot] commented on a change in pull request #2256:
URL: https://github.com/apache/lucene-solr/pull/2256#discussion_r565714215
##
File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
##
@@ -933,6 +936,31 @@ protected final void ensureOpen() throws
Al
[
https://issues.apache.org/jira/browse/SOLR-14067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273169#comment-17273169
]
David Eric Pugh commented on SOLR-14067:
I've dug into the unit test failures, an
epugh opened a new pull request #2257:
URL: https://github.com/apache/lucene-solr/pull/2257
# 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
[
https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Isabelle Giguere updated SOLR-14886:
Attachment: SOLR-14886.patch
> Suppress stack trace in Query response.
> --
[
https://issues.apache.org/jira/browse/SOLR-14886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273160#comment-17273160
]
Isabelle Giguere commented on SOLR-14886:
-
Well... silly me.
After looking at Que
dweiss commented on a change in pull request #2249:
URL: https://github.com/apache/lucene-solr/pull/2249#discussion_r565651590
##
File path:
lucene/analysis/common/src/test/org/apache/lucene/analysis/hunspell/base.good
##
@@ -0,0 +1,27 @@
+created
+uncreate
+uncreated
+imply
+
dweiss commented on a change in pull request #2249:
URL: https://github.com/apache/lucene-solr/pull/2249#discussion_r565650241
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SpellChecker.java
##
@@ -67,6 +75,14 @@ public boolean spell(String
[
https://issues.apache.org/jira/browse/LUCENE-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273153#comment-17273153
]
ASF subversion and git services commented on LUCENE-9699:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-9699.
-
Fix Version/s: master (9.0)
Resolution: Fixed
This will make Uwe happy!
> Support German
dweiss merged pull request #2248:
URL: https://github.com/apache/lucene-solr/pull/2248
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
mayya-sharipova opened a new pull request #2256:
URL: https://github.com/apache/lucene-solr/pull/2256
1. Add an option to supply a custom leaf sorter for IndexWriter.
A DirectoryReader opened from this IndexWriter will have its leaf
readers sorted with the provided leaf sorter. This is
dsmiley commented on a change in pull request #2230:
URL: https://github.com/apache/lucene-solr/pull/2230#discussion_r565608099
##
File path: solr/webapp/web/js/angular/services.js
##
@@ -58,7 +58,7 @@ solrAdminServices.factory('System',
}])
.factory('Logging',
['$resour
[
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
dsmiley commented on a change in pull request #2230:
URL: https://github.com/apache/lucene-solr/pull/2230#discussion_r565608099
##
File path: solr/webapp/web/js/angular/services.js
##
@@ -58,7 +58,7 @@ solrAdminServices.factory('System',
}])
.factory('Logging',
['$resour
[
https://issues.apache.org/jira/browse/SOLR-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273108#comment-17273108
]
David Smiley commented on SOLR-9854:
I'm looking at SolrIndexWriter, and seeing variou
[
https://issues.apache.org/jira/browse/SOLR-14672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-14672:
--
Description:
Currently the connection timeouts used by the SolrClientCache when creating new
c
NazerkeBS commented on a change in pull request #2230:
URL: https://github.com/apache/lucene-solr/pull/2230#discussion_r565562275
##
File path: solr/webapp/web/js/angular/services.js
##
@@ -58,7 +58,7 @@ solrAdminServices.factory('System',
}])
.factory('Logging',
['$reso
zhaih commented on pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#issuecomment-768505413
@bruno-roustant Sorry I didn't make it clear. I didn't mean this is harmful
for `BinaryDocValues`, I mean compression of `BinaryDocValues` makes our
searching slower.
But
[
https://issues.apache.org/jira/browse/LUCENE-7282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273067#comment-17273067
]
Julie Tibshirani commented on LUCENE-7282:
--
Sorry [~atris] I missed this (didn'
[
https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273039#comment-17273039
]
ASF subversion and git services commented on SOLR-15075:
Commit 3
[
https://issues.apache.org/jira/browse/SOLR-14949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273036#comment-17273036
]
ASF subversion and git services commented on SOLR-14949:
Commit c
[
https://issues.apache.org/jira/browse/SOLR-14957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273032#comment-17273032
]
ASF subversion and git services commented on SOLR-14957:
Commit 2
[
https://issues.apache.org/jira/browse/SOLR-15075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273038#comment-17273038
]
ASF subversion and git services commented on SOLR-15075:
Commit 2
[
https://issues.apache.org/jira/browse/SOLR-14949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273035#comment-17273035
]
ASF subversion and git services commented on SOLR-14949:
Commit e
[
https://issues.apache.org/jira/browse/SOLR-14955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273033#comment-17273033
]
ASF subversion and git services commented on SOLR-14955:
Commit 0
[
https://issues.apache.org/jira/browse/SOLR-15001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273037#comment-17273037
]
ASF subversion and git services commented on SOLR-15001:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-14972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273034#comment-17273034
]
ASF subversion and git services commented on SOLR-14972:
Commit a
[
https://issues.apache.org/jira/browse/SOLR-14947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273031#comment-17273031
]
ASF subversion and git services commented on SOLR-14947:
Commit 5
[
https://issues.apache.org/jira/browse/LUCENE-9695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273019#comment-17273019
]
ASF subversion and git services commented on LUCENE-9695:
-
Commi
msokolov merged pull request #2239:
URL: https://github.com/apache/lucene-solr/pull/2239
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 g
madrob opened a new pull request #2255:
URL: https://github.com/apache/lucene-solr/pull/2255
https://issues.apache.org/jira/browse/SOLR-15113
This is an automated message from the Apache Git Service.
To respond to the message
donnerpeter opened a new pull request #2254:
URL: https://github.com/apache/lucene-solr/pull/2254
# Description
Dutch `Ijs` should not be accepted
# Solution
Check for word forbiddenness earlier
# Tests
Added `Ijs` case to `IJ` test
# Che
Peter Gromov created LUCENE-9703:
Summary: Hunspell: prohibit FORBIDDENWORD words and their case
variations
Key: LUCENE-9703
URL: https://issues.apache.org/jira/browse/LUCENE-9703
Project: Lucene - Co
Mike Drob created SOLR-15113:
Summary: More gracefully handle embedded ZK failure to start
Key: SOLR-15113
URL: https://issues.apache.org/jira/browse/SOLR-15113
Project: Solr
Issue Type: Bug
dsmiley commented on a change in pull request #2230:
URL: https://github.com/apache/lucene-solr/pull/2230#discussion_r565448485
##
File path: solr/webapp/web/js/angular/services.js
##
@@ -58,7 +58,7 @@ solrAdminServices.factory('System',
}])
.factory('Logging',
['$resour
[
https://issues.apache.org/jira/browse/SOLR-15112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Benedetti updated SOLR-15112:
Description:
Currently the:
org.apache.solr.client.solrj.beans.DocumentObjectBinder
[
https://issues.apache.org/jira/browse/SOLR-15112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17272960#comment-17272960
]
Alessandro Benedetti commented on SOLR-15112:
-
Culprit:
{code:java}
else {
donnerpeter opened a new pull request #2253:
URL: https://github.com/apache/lucene-solr/pull/2253
# Description
Turkish `I`s don't work with `LANG tr`
# Solution
Support `tr` as well as `tr_TR`
# Tests
`dotless_i` from Hunspell/C++
# Chec
Peter Gromov created LUCENE-9702:
Summary: Hunspell: support alternate casing for short language
codes
Key: LUCENE-9702
URL: https://issues.apache.org/jira/browse/LUCENE-9702
Project: Lucene - Core
Alessandro Benedetti created SOLR-15112:
---
Summary: SolrJ DocumentObjectBinder.toSolrInputDocument null
handling
Key: SOLR-15112
URL: https://issues.apache.org/jira/browse/SOLR-15112
Project: Sol
bruno-roustant commented on a change in pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r565404249
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java
##
@@ -736,49 +736,92 @@ private void doAd
mikemccand commented on pull request #2097:
URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-768299026
Hello @cammiemw, I ran top-level `./gradlew test` on the latest diff here,
yet still see the Solr `TestFeature` failure:
```
org.apache.solr.ltr.feature.TestFeat
[
https://issues.apache.org/jira/browse/SOLR-14297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17272863#comment-17272863
]
Andras Salamon commented on SOLR-14297:
---
Created a separate Jira about the own Base
asalamon74 opened a new pull request #2252:
URL: https://github.com/apache/lucene-solr/pull/2252
# Description
JDK8 has a builtin Base64 encoder and decoder, there is no need to use own
implementaion for this.
# Solution
Eliminate own implementation.
Andras Salamon created SOLR-15111:
-
Summary: Use JDK8 Base64 instead of own implementation
Key: SOLR-15111
URL: https://issues.apache.org/jira/browse/SOLR-15111
Project: Solr
Issue Type: Task
donnerpeter opened a new pull request #2251:
URL: https://github.com/apache/lucene-solr/pull/2251
# Description
Start reimplementing Hunspell suggestion algorithm in Lucene
# Solution
For starters, support REP options and separation by dash
# Tests
Peter Gromov created LUCENE-9701:
Summary: Hunspell: implement simple suggestion algorithm based on
REP
Key: LUCENE-9701
URL: https://issues.apache.org/jira/browse/LUCENE-9701
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-9701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Gromov updated LUCENE-9701:
-
Summary: Hunspell: implement simple REP-based suggestion algorithm (was:
Hunspell: implement si
[
https://issues.apache.org/jira/browse/SOLR-15055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17272829#comment-17272829
]
ASF subversion and git services commented on SOLR-15055:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-14700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17272780#comment-17272780
]
Mads Bondo Dydensborg commented on SOLR-14700:
--
Admittedly, I am not a very
jaisonbi commented on a change in pull request #2213:
URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r565127459
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesConsumer.java
##
@@ -736,49 +736,92 @@ private void doAddSorte
[
https://issues.apache.org/jira/browse/LUCENE-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss reopened LUCENE-8580:
-
About time, eh?
> Make segment merging parallel in SegmentMerger
>
60 matches
Mail list logo