dweiss commented on a change in pull request #2448:
URL: https://github.com/apache/lucene-solr/pull/2448#discussion_r587241698
##
File path: gradle/documentation/documentation.gradle
##
@@ -20,34 +20,41 @@ configure(rootProject) {
def refguideUrlVersion =
project.baseVersio
[
https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295076#comment-17295076
]
Dawid Weiss commented on SOLR-14759:
Current status will be tracked at the main issue
[
https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated SOLR-14759:
---
Description:
While still in same git repo, separate the builds, so Lucene and Solr can be
built inde
[
https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated SOLR-14759:
---
Description:
While still in same git repo, separate the builds, so Lucene and Solr can be
built inde
[
https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295083#comment-17295083
]
Dawid Weiss commented on SOLR-15038:
This change introduced write-access to sources:
pawel-bugalski-dynatrace commented on pull request #2429:
URL: https://github.com/apache/lucene-solr/pull/2429#issuecomment-790467163
@rmuir @madrob what do you think about current state of this PR? Any more
comments? What else needs to be done to merge it?
---
[
https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295203#comment-17295203
]
Bruno Roustant commented on SOLR-15038:
---
Ouch, yes I'll revert that. I played with
[
https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295203#comment-17295203
]
Bruno Roustant edited comment on SOLR-15038 at 3/4/21, 10:37 AM:
--
[
https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295207#comment-17295207
]
Dawid Weiss commented on SOLR-15038:
Hi Bruno. No, I've no idea... I think the goal w
rmuir commented on pull request #2429:
URL: https://github.com/apache/lucene-solr/pull/2429#issuecomment-790551382
I still don't like the unmodifiable-interface. Sorry, I disagree with
exposing thread-safe methods officially in the API for class that should only
be used by one thread, just
rmuir commented on pull request #2429:
URL: https://github.com/apache/lucene-solr/pull/2429#issuecomment-790554086
Just to emphasize it even more, this class is marked `@lucene.internal`. The
class shouldn't even be exposed to the outside in the public API to start with,
so let's please no
donnerpeter opened a new pull request #2451:
URL: https://github.com/apache/lucene-solr/pull/2451
# Description
The loop is called a lot of times, and some allocations and method calls can
be spared
# Solution
Extract some code outside the loop
# Test
donnerpeter commented on pull request #2451:
URL: https://github.com/apache/lucene-solr/pull/2451#issuecomment-790570709
Sorry, I couldn't create a separate JIRA issue for this change due to some
"XSRF Security Token Missing" error in JIRA
-
iverase opened a new pull request #2452:
URL: https://github.com/apache/lucene-solr/pull/2452
I had a look into this failing polygon and it seems the issue comes in the
logic the splits the polygon for further processing. It might happen that the
new edge introduced is collinear with edges
iverase commented on pull request #2452:
URL: https://github.com/apache/lucene-solr/pull/2452#issuecomment-790571887
@nknize would you mind having a look?
This is an automated message from the Apache Git Service.
To respond
mikemccand commented on pull request #2429:
URL: https://github.com/apache/lucene-solr/pull/2429#issuecomment-790583058
+1 for changing `equals` to not require allocation, enabling us to remove
the thread-unsafe shared `BytesRef scratch1`! This makes `find` thread-safe
(as long as no othe
uschindler commented on pull request #2429:
URL: https://github.com/apache/lucene-solr/pull/2429#issuecomment-790589517
Hi,
I agree with Mike. I like the equals() method to be thread safe. That was my
original proposal.
Generally: BytesRefHash is my favourite class if you need a Set.
uschindler edited a comment on pull request #2429:
URL: https://github.com/apache/lucene-solr/pull/2429#issuecomment-790589517
Hi,
I agree with Mike. I like the equals() method to be thread safe. That was my
original proposal.
Generally: BytesRefHash is my favourite class if you need
pawel-bugalski-dynatrace commented on a change in pull request #2429:
URL: https://github.com/apache/lucene-solr/pull/2429#discussion_r587450225
##
File path: lucene/core/src/java/org/apache/lucene/util/BytesRefHash.java
##
@@ -31,18 +31,21 @@
* to the id is encapsulated insi
mikemccand commented on pull request #2342:
URL: https://github.com/apache/lucene-solr/pull/2342#issuecomment-790609431
Woops, sorry for the belated response, and thank you @zacharymorn for
creating this and @dweiss for merging -- it looks great! We can now add other
events to track incre
[
https://issues.apache.org/jira/browse/LUCENE-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295278#comment-17295278
]
Michael McCandless commented on LUCENE-9406:
Should we maybe backport this t
James Ashbourne created SOLR-15213:
--
Summary: Add support for "merge" atomic update operation for child
documents
Key: SOLR-15213
URL: https://issues.apache.org/jira/browse/SOLR-15213
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Ashbourne updated SOLR-15213:
---
Attachment: solr-merge.patch
> Add support for "merge" atomic update operation for child docu
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Ashbourne updated SOLR-15213:
---
Description:
Solr has "add", "set", "add-distinct" which work but all have their
limitations
Greg Miller created LUCENE-9822:
---
Summary: Assert that ForUtil.BLOCK_SIZE can be encoded in a single
byte in PForUtil
Key: LUCENE-9822
URL: https://issues.apache.org/jira/browse/LUCENE-9822
Project: Luc
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295297#comment-17295297
]
Greg Miller commented on LUCENE-9822:
-
I think this is just a one-liner in the PForU
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Ashbourne updated SOLR-15213:
---
Attachment: (was: solr-merge.patch)
> Add support for "merge" atomic update operation for
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Ashbourne updated SOLR-15213:
---
Attachment: SOLR-15213.patch
> Add support for "merge" atomic update operation for child docu
[
https://issues.apache.org/jira/browse/SOLR-13071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295322#comment-17295322
]
David Eric Pugh commented on SOLR-13071:
I've heard of some CLI's that actually p
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295323#comment-17295323
]
Thomas Wöckinger commented on SOLR-15213:
-
You simply update only the child docum
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295323#comment-17295323
]
Thomas Wöckinger edited comment on SOLR-15213 at 3/4/21, 3:04 PM:
-
[
https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295354#comment-17295354
]
ASF subversion and git services commented on SOLR-15038:
Commit e
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller updated LUCENE-9822:
Attachment: LUCENE-9822.patch
> Assert that ForUtil.BLOCK_SIZE can be encoded in a single byte in
[
https://issues.apache.org/jira/browse/SOLR-15038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295358#comment-17295358
]
Bruno Roustant commented on SOLR-15038:
---
I reverted this specific line in both mast
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295297#comment-17295297
]
Greg Miller edited comment on LUCENE-9822 at 3/4/21, 3:39 PM:
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295297#comment-17295297
]
Greg Miller edited comment on LUCENE-9822 at 3/4/21, 3:40 PM:
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295367#comment-17295367
]
Robert Muir commented on LUCENE-9822:
-
Looks good. The single byte assumption remind
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295383#comment-17295383
]
James Ashbourne commented on SOLR-15213:
[~thomas.woeckinger] you're right '_root
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295388#comment-17295388
]
Endika Posadas edited comment on SOLR-15213 at 3/4/21, 4:23 PM:
---
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295388#comment-17295388
]
Endika Posadas commented on SOLR-15213:
---
The problem with directly updating the chi
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295388#comment-17295388
]
Endika Posadas edited comment on SOLR-15213 at 3/4/21, 4:24 PM:
---
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Ashbourne updated SOLR-15213:
---
Description:
Solr has "add", "set", "add-distinct" which work but all have their
limitations
[
https://issues.apache.org/jira/browse/LUCENE-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295393#comment-17295393
]
Tomoko Uchida commented on LUCENE-3320:
---
Thanks [~mikemccand] for the pointer!
I
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295404#comment-17295404
]
Michael McCandless commented on LUCENE-9822:
+1, no unit test needed for one
[
https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295407#comment-17295407
]
David Smiley commented on SOLR-15185:
-
[~jbernste] can you please recommend CHANGES.t
[
https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295448#comment-17295448
]
Joel Bernstein commented on SOLR-15185:
---
I don't think we need to bother unless you
sigram opened a new pull request #2453:
URL: https://github.com/apache/lucene-solr/pull/2453
See Jira for details.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295480#comment-17295480
]
Adrien Grand commented on LUCENE-9822:
--
I think that the number 3 came from me look
[
https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295490#comment-17295490
]
David Smiley commented on SOLR-15185:
-
Okay. Given that most users of this are indir
dsmiley commented on pull request #2438:
URL: https://github.com/apache/lucene-solr/pull/2438#issuecomment-790820910
I review what I commit locally in my IDE tooling. I think IntelliJ does a
nice job of this.
This is an aut
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295492#comment-17295492
]
Greg Miller commented on LUCENE-9822:
-
Yeah, interesting. Looking at the code, we're
balmukundblr commented on a change in pull request #2345:
URL: https://github.com/apache/lucene-solr/pull/2345#discussion_r587706698
##
File path:
lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/ReutersContentSource.java
##
@@ -102,19 +104,43 @@ public void
[
https://issues.apache.org/jira/browse/SOLR-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley resolved SOLR-15191.
-
Resolution: Fixed
> Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing
balmukundblr commented on a change in pull request #2345:
URL: https://github.com/apache/lucene-solr/pull/2345#discussion_r587707735
##
File path:
lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/ReutersContentSource.java
##
@@ -102,19 +104,43 @@ public void
balmukundblr commented on a change in pull request #2345:
URL: https://github.com/apache/lucene-solr/pull/2345#discussion_r587707919
##
File path:
lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/ReutersContentSource.java
##
@@ -146,4 +172,11 @@ public synchr
[
https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295504#comment-17295504
]
Trey Jones commented on LUCENE-9754:
Any chance there is a update/reply coming? I kn
balmukundblr commented on a change in pull request #2345:
URL: https://github.com/apache/lucene-solr/pull/2345#discussion_r587723043
##
File path:
lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/ReutersContentSource.java
##
@@ -102,19 +104,43 @@ public void
HoustonPutman opened a new pull request #2454:
URL: https://github.com/apache/lucene-solr/pull/2454
Ignore this. Just testing the github action.
This is an automated message from the Apache Git Service.
To respond to the mess
Rohan Ganpatye created SOLR-15214:
-
Summary: Provision an optional client configurable ZK port
Key: SOLR-15214
URL: https://issues.apache.org/jira/browse/SOLR-15214
Project: Solr
Issue Type:
[
https://issues.apache.org/jira/browse/SOLR-15214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohan Ganpatye updated SOLR-15214:
--
Description:
Expose an optional parameter that defines the port to start the ZK server on.
Thi
magibney commented on pull request #2449:
URL: https://github.com/apache/lucene-solr/pull/2449#issuecomment-790865983
fwiw, I think the gradle precommit is failing on a nocommit comment marking
a question about why TOLEADER distrib commit errors aren't propagated back to
the client ... not
[
https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295564#comment-17295564
]
Joel Bernstein commented on SOLR-15185:
---
The *parallel* Streaming Expression is wha
[
https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated SOLR-14759:
---
Description:
While still in same git repo, separate the builds, so Lucene and Solr can be
built inde
[
https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295568#comment-17295568
]
Dawid Weiss commented on SOLR-14759:
Made documentation task work for Solr. It still
dsmiley opened a new pull request #2455:
URL: https://github.com/apache/lucene-solr/pull/2455
Prevents other bugs by failing fast
Very minor change.
This is an automated message from the Apache Git Service.
To respond
[
https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295585#comment-17295585
]
Robert Muir commented on LUCENE-9754:
-
I explained here what happens in the first co
[
https://issues.apache.org/jira/browse/SOLR-15213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295591#comment-17295591
]
Thomas Wöckinger commented on SOLR-15213:
-
So, you want to save the RTG query by
[
https://issues.apache.org/jira/browse/SOLR-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295595#comment-17295595
]
Mark Robert Miller commented on SOLR-14788:
---
Ok, the Mark conquers severe ADD i
[
https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trey Jones updated LUCENE-9754:
---
Description:
The tokenization of strings like _14th_ with the ICU tokenizer is affected by
the char
David Smiley created SOLR-15215:
---
Summary: SolrJ: Remove needless Netty dependency
Key: SOLR-15215
URL: https://issues.apache.org/jira/browse/SOLR-15215
Project: Solr
Issue Type: Improvement
rmuir merged pull request #2451:
URL: https://github.com/apache/lucene-solr/pull/2451
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/LUCENE-9687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295619#comment-17295619
]
ASF subversion and git services commented on LUCENE-9687:
-
Commi
[
https://issues.apache.org/jira/browse/SOLR-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295620#comment-17295620
]
David Smiley commented on SOLR-2852:
Time to do this for 9.0 in at least SolrJ?
> Sol
Dean Pearce created SOLR-15216:
--
Summary: Invalid JS Object Key data.followers.currentData
Key: SOLR-15216
URL: https://issues.apache.org/jira/browse/SOLR-15216
Project: Solr
Issue Type: Bug
[
https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295622#comment-17295622
]
Trey Jones commented on LUCENE-9754:
I appreciate that this is frustrating, and I’m
deanpearce opened a new pull request #2456:
URL: https://github.com/apache/lucene-solr/pull/2456
# Description
Minor bug in the Admin UI Angular code introduced when switching to
followers terminology, the underlying API for 8.x still refers to them as
slave. In master 9.x branc
[
https://issues.apache.org/jira/browse/SOLR-15216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295628#comment-17295628
]
Dean Pearce commented on SOLR-15216:
Opened a PR on GitHub with the minimum viable pa
[
https://issues.apache.org/jira/browse/SOLR-15216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dean Pearce updated SOLR-15216:
---
Affects Version/s: 8.8
8.8.1
> Invalid JS Object Key data.followers.currentDat
[
https://issues.apache.org/jira/browse/LUCENE-9754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295633#comment-17295633
]
Robert Muir commented on LUCENE-9754:
-
This tokenizer splits on scripts because it l
tflobbe commented on pull request #2456:
URL: https://github.com/apache/lucene-solr/pull/2456#issuecomment-791027598
@deanpearce, do you want to add an entry to CHANGES.txt in the 8.9 section?
This is an automated message fro
Julie Tibshirani created LUCENE-9823:
Summary: SynonymQuery rewrite can change field boost calculation
Key: LUCENE-9823
URL: https://issues.apache.org/jira/browse/LUCENE-9823
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295647#comment-17295647
]
ASF subversion and git services commented on LUCENE-9822:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir resolved LUCENE-9822.
-
Fix Version/s: master (9.0)
Resolution: Fixed
Thanks [~gsmiller] !
> Assert that ForUtil
[
https://issues.apache.org/jira/browse/LUCENE-9823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295653#comment-17295653
]
Robert Muir commented on LUCENE-9823:
-
+1
sounds like this rewrite is unsafe.
> Sy
[
https://issues.apache.org/jira/browse/SOLR-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295703#comment-17295703
]
Mark Robert Miller commented on SOLR-14788:
---
So with all the issues with my des
David Smiley created SOLR-15217:
---
Summary: rename shardsWhitelist and use it more broadly
Key: SOLR-15217
URL: https://issues.apache.org/jira/browse/SOLR-15217
Project: Solr
Issue Type: Improve
[
https://issues.apache.org/jira/browse/SOLR-15217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295720#comment-17295720
]
David Smiley commented on SOLR-15217:
-
Maybe use it as an alternative for "allowSolrU
zacharymorn commented on pull request #2342:
URL: https://github.com/apache/lucene-solr/pull/2342#issuecomment-791146478
No problem, and thanks for the review feedback as well Michael!
This is an automated message from the Ap
[
https://issues.apache.org/jira/browse/SOLR-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295758#comment-17295758
]
David Smiley commented on SOLR-14660:
-
When the build.gradle is created for this cont
dsmiley merged pull request #1524:
URL: https://github.com/apache/lucene-solr/pull/1524
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-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295761#comment-17295761
]
ASF subversion and git services commented on SOLR-15185:
Commit d
[
https://issues.apache.org/jira/browse/SOLR-15185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley resolved SOLR-15185.
-
Fix Version/s: master (9.0)
Resolution: Fixed
> Improve "hash" QParser
> -
Peter Gromov created LUCENE-9824:
Summary: Hunspell suggestions: speed up ngram score calculation
for each dictionary entry
Key: LUCENE-9824
URL: https://issues.apache.org/jira/browse/LUCENE-9824
Pro
93 matches
Mail list logo