Re: [PR] SOLR-17631: Upgrade main to Lucene 10.x [solr]

2025-02-23 Thread via GitHub
epugh commented on PR #3053: URL: https://github.com/apache/solr/pull/3053#issuecomment-2676871185 Looking forward to this landing. I was just looking at upgrading OpenNLP and seeing that it requires Lucene 10... -- This is an automated message from the Apache Git Service. To respond to

[jira] [Updated] (SOLR-17023) Use Modern NLP Models from Apache OpenNLP with Solr

2025-02-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17023: -- Labels: pull-request-available (was: ) > Use Modern NLP Models from Apache OpenNLP with Solr >

Re: [PR] SOLR-17023: Use Modern NLP Models via ONNX and Apache OpenNLP with Solr [solr]

2025-02-23 Thread via GitHub
epugh commented on PR #1999: URL: https://github.com/apache/solr/pull/1999#issuecomment-2676875213 I updated this PR with main, to see what happened, and we're closer. Things that I think are still holding us back: 1) Solr Main is NOT on Lucene 10, which means we have to override t

Re: [I] elegant way to enable cross origin resource sharing? [solr-operator]

2025-02-23 Thread via GitHub
ibraheemalayan commented on issue #513: URL: https://github.com/apache/solr-operator/issues/513#issuecomment-2676883924 For anyone interested in a guide. 1. Create a custom `web.xml` - Get the default web.xml from solr's repository or from your container at `/opt/solr-9.7.0

Re: [I] elegant way to enable cross origin resource sharing? [solr-operator]

2025-02-23 Thread via GitHub
epugh commented on issue #513: URL: https://github.com/apache/solr-operator/issues/513#issuecomment-2676886251 We *really* need a better way to support CORS than hacking web.xml.We need some environment or solr.xml or something settings! -- This is an automated message from the Apache

Re: [PR] SOLR-16903: Switch CoreContainer#getSolrHome to return Path instead of String [solr]

2025-02-23 Thread via GitHub
AndreyBozhko commented on PR #3204: URL: https://github.com/apache/solr/pull/3204#issuecomment-2676985912 Sounds good, I updated the PR. -- 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 to the specif

Re: [PR] SOLR-17635: unmarshalling Map to SimpleOrderedMap if key i of type St… [solr]

2025-02-23 Thread via GitHub
dsmiley commented on code in PR #3163: URL: https://github.com/apache/solr/pull/3163#discussion_r1966955662 ## solr/solrj/src/java/org/apache/solr/common/util/Utils.java: ## @@ -290,7 +290,7 @@ public static Object fromJSON(byte[] utf8) { } public static Object fromJSON(

[jira] [Updated] (SOLR-17669) SolrJ getBeans Field with wildcard: reduce memory

2025-02-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17669: Summary: SolrJ getBeans Field with wildcard: reduce memory (was: Reduce Memory Consumption when us

[PR] JavaBinUpdateRequestCodec: Dead code? [solr]

2025-02-23 Thread via GitHub
dsmiley opened a new pull request, #3207: URL: https://github.com/apache/solr/pull/3207 While working on something nearby, I noticed that `JavaBinUpdateRequestCodec.readOuterMostDocIterator` (server side, processes an update request that's JavaBin formatted) reads the outer most object chec

[PR] SOLR-17644: Fix missing auth listener [solr]

2025-02-23 Thread via GitHub
iamsanjay opened a new pull request, #3208: URL: https://github.com/apache/solr/pull/3208 https://issues.apache.org/jira/browse/SOLR-17644 # Checklist Please review the following and check all that apply: - [x] I have reviewed the guidelines for [How to Contribute](https

[jira] [Updated] (SOLR-17644) Collection creation fails when replica placement plugin and basic auth are enabled

2025-02-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17644: -- Labels: pull-request-available (was: ) > Collection creation fails when replica placement plug

Re: [PR] SOLR-17644: Fix missing auth listener [solr]

2025-02-23 Thread via GitHub
iamsanjay commented on PR #3208: URL: https://github.com/apache/solr/pull/3208#issuecomment-2677546452 This is not the final solution. I created this to initiate discussion on the best possible approach to solving this. -- This is an automated message from the Apache Git Service. To respo

Re: [PR] SOLR-17644: Fix missing auth listener [solr]

2025-02-23 Thread via GitHub
iamsanjay commented on PR #3208: URL: https://github.com/apache/solr/pull/3208#issuecomment-2677547561 Test case! ``` @Test public void testAuth() throws Exception { // This succeeds with auth enabled CollectionAdminRequest.createCollection("c123", "conf", 1, 1)

Re: [PR] Optimize Gradle tasks and configurations [solr]

2025-02-23 Thread via GitHub
dsmiley commented on PR #3191: URL: https://github.com/apache/solr/pull/3191#issuecomment-2677562902 How much time does this save? It'd have to be measured being mindful of Gradle's caching. Note that I hear Develocity can analyze gradle "build scans" to find various things to optimize.

Re: [PR] SOLR-17644: Fix missing auth listener [solr]

2025-02-23 Thread via GitHub
iamsanjay commented on PR #3208: URL: https://github.com/apache/solr/pull/3208#issuecomment-2677628347 https://github.com/user-attachments/assets/2c5da665-2087-464d-b7b4-ae95ede9ce56"; /> It's not about the lazy loading. `SolrClientProvider` object is being used inside the `ZkControl

[jira] [Updated] (SOLR-17679) Request for Documentation/Feature Improvement on Hybrid Lexical and Vector Search with Score Breakdown and Cutoff Logic

2025-02-23 Thread Khaled Alkhouli (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Khaled Alkhouli updated SOLR-17679: --- Priority: Minor (was: Major) > Request for Documentation/Feature Improvement on Hybrid Lexic

[jira] [Commented] (SOLR-17670) Fix unnecessary memory allocation caused by a large reRankDocs param

2025-02-23 Thread JiaBaoGao (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929443#comment-17929443 ] JiaBaoGao commented on SOLR-17670: -- Thank you, David. > Fix unnecessary memory allocati

Re: [PR] SOLR-16903: Switch CoreContainer#getSolrHome to return Path instead of String [solr]

2025-02-23 Thread via GitHub
dsmiley commented on code in PR #3204: URL: https://github.com/apache/solr/pull/3204#discussion_r1966904872 ## solr/core/src/java/org/apache/solr/handler/admin/SystemInfoHandler.java: ## @@ -145,7 +145,7 @@ public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse r

[jira] [Closed] (SOLR-15732) queries to missing collection are slow

2025-02-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley closed SOLR-15732. --- > queries to missing collection are slow > -- > > Key

[jira] [Resolved] (SOLR-15732) queries to missing collection are slow

2025-02-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-15732. - Fix Version/s: 9.0 Resolution: Fixed One PR was merged; should be marked resolved.  Doing

[jira] [Commented] (SOLR-13731) javabin must support a 1:1 mapping of the JSON update format

2025-02-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929568#comment-17929568 ] David Smiley commented on SOLR-13731: - I don't get the point.  Unless I'm missing som