[jira] [Created] (SOLR-17362) Hunspell dictionaries and affix loading strategy

2024-07-08 Thread Guillaume Jactat (Jira)
Guillaume Jactat created SOLR-17362: --- Summary: Hunspell dictionaries and affix loading strategy Key: SOLR-17362 URL: https://issues.apache.org/jira/browse/SOLR-17362 Project: Solr Issue Typ

Re: [PR] SOLR-16198: Introduce tabbed blocks again [solr]

2024-07-08 Thread via GitHub
cpoerschke commented on code in PR #2550: URL: https://github.com/apache/solr/pull/2550#discussion_r1668427293 ## dev-docs/ref-guide/asciidoc-syntax.adoc: ## @@ -503,90 +503,88 @@ This means that if we want an entire section of content to be given a specific r TIP: For more

Re: [PR] SOLR-16198: Introduce tabbed blocks again [solr]

2024-07-08 Thread via GitHub
cpoerschke commented on code in PR #2550: URL: https://github.com/apache/solr/pull/2550#discussion_r1668429479 ## solr/solr-ref-guide/modules/configuration-guide/pages/config-api.adoc: ## @@ -809,6 +779,7 @@ A simple highlighter looks like this in `solrconfig.xml` (example has

[jira] [Updated] (SOLR-17302) Migrate filestore APIs to JAX-RS

2024-07-08 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-17302: --- Description: As mentioned on SOLR-15781, the v2 API currently has an experimental designatio

[jira] [Updated] (SOLR-17302) Migrate filestore APIs to JAX-RS

2024-07-08 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-17302: --- Description: As mentioned on SOLR-15781, the v2 API currently has an experimental designatio

[jira] [Updated] (SOLR-17302) Migrate filestore APIs to JAX-RS

2024-07-08 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-17302: --- Description: As mentioned on SOLR-15781, the v2 API currently has an experimental designatio

[jira] [Resolved] (SOLR-17302) Migrate filestore APIs to JAX-RS

2024-07-08 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski resolved SOLR-17302. Fix Version/s: 9.7 Assignee: Jason Gerlowski Resolution: Fixed I've spun ou

Re: [PR] SOLR-17195: Add 'minPrefixLength' soft limit [solr]

2024-07-08 Thread via GitHub
gerlowskija commented on code in PR #2499: URL: https://github.com/apache/solr/pull/2499#discussion_r1668746772 ## solr/core/src/java/org/apache/solr/schema/TextField.java: ## @@ -165,6 +167,20 @@ public Query getFieldTermQuery(QParser parser, SchemaField field, String externa

Re: [PR] SOLR-17195: Add 'minPrefixLength' soft limit [solr]

2024-07-08 Thread via GitHub
gerlowskija commented on code in PR #2499: URL: https://github.com/apache/solr/pull/2499#discussion_r1668753777 ## solr/solr-ref-guide/modules/configuration-guide/pages/caches-warming.adoc: ## @@ -235,6 +235,18 @@ This is the same system property used in the xref:configuring-so

[jira] [Created] (SOLR-17363) ConfigRequest fails until Solr gets restarted

2024-07-08 Thread Jerry Chung (Jira)
Jerry Chung created SOLR-17363: -- Summary: ConfigRequest fails until Solr gets restarted Key: SOLR-17363 URL: https://issues.apache.org/jira/browse/SOLR-17363 Project: Solr Issue Type: Bug

Re: [PR] Blogpost about Community Over Code EU - Birds of a Feather [solr-site]

2024-07-08 Thread via GitHub
alessandrobenedetti merged PR #110: URL: https://github.com/apache/solr-site/pull/110 -- 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 specific comment. To unsubscribe, e-mail: issues-unsubscr...

[PR] Birds of a feather blog post [solr-site]

2024-07-08 Thread via GitHub
alessandrobenedetti opened a new pull request, #111: URL: https://github.com/apache/solr-site/pull/111 Added a new blog post -- 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 specific comment.

Re: [PR] Birds of a feather blog post [solr-site]

2024-07-08 Thread via GitHub
alessandrobenedetti commented on PR #111: URL: https://github.com/apache/solr-site/pull/111#issuecomment-2214333988 Sorry for the repeated and probably silly question, but being on this on and off I am not yet fully convinced of what's the process of adding a new blog post. Once merg

Re: [PR] SOLR-17195: Add 'minPrefixLength' soft limit [solr]

2024-07-08 Thread via GitHub
gerlowskija commented on code in PR #2499: URL: https://github.com/apache/solr/pull/2499#discussion_r1668958020 ## solr/core/src/java/org/apache/solr/search/ComplexPhraseQParserPlugin.java: ## @@ -134,6 +135,19 @@ protected Query newWildcardQuery(org.apache.lucene.index.Term t)

Re: [PR] SOLR-17195: Add 'minPrefixLength' soft limit [solr]

2024-07-08 Thread via GitHub
gerlowskija commented on code in PR #2499: URL: https://github.com/apache/solr/pull/2499#discussion_r1668963986 ## solr/core/src/java/org/apache/solr/search/ComplexPhraseQParserPlugin.java: ## @@ -134,6 +135,14 @@ protected Query newWildcardQuery(org.apache.lucene.index.Term t)

Re: [PR] SOLR-17195: Add 'minPrefixLength' soft limit [solr]

2024-07-08 Thread via GitHub
gerlowskija commented on PR #2499: URL: https://github.com/apache/solr/pull/2499#issuecomment-2214688523 AFAIK - the last outstanding question here is whether to bundle in a separate change to make ComplexPhraseQParser be schema-aware in how it creates its queries. There's a few technical

[jira] [Updated] (SOLR-17363) ConfigRequest fails until Solr gets restarted

2024-07-08 Thread Jerry Chung (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Chung updated SOLR-17363: --- Description: Config request was submitted to update user property, but one of the replica's version

[jira] [Updated] (SOLR-17363) ConfigRequest fails until Solr gets restarted

2024-07-08 Thread Jerry Chung (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Chung updated SOLR-17363: --- Description: Config request was submitted to update user property, but one of the replica's version

[I] Job Solr-operator-zookeeper-operator-pre-delete without limits [solr-operator]

2024-07-08 Thread via GitHub
schotten opened a new issue, #715: URL: https://github.com/apache/solr-operator/issues/715 My Kubernets have quota/limits of CPU and Memory. When i'will delete the solr-operator with the command `helm uninstall solr-operator -n my-cluster-name`, the below error is showed. ![image]

[jira] [Commented] (SOLR-17349) SolrDocumentFetcher should always skip lazy field loading overhead if documentCache==null

2024-07-08 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863912#comment-17863912 ] Michael Gibney commented on SOLR-17349: --- I have a [follow-up PR|https://github.com/

Re: [PR] SOLR-16198: Introduce tabbed blocks again [solr]

2024-07-08 Thread via GitHub
gerlowskija commented on code in PR #2550: URL: https://github.com/apache/solr/pull/2550#discussion_r1669196637 ## dev-docs/ref-guide/asciidoc-syntax.adoc: ## @@ -503,90 +503,88 @@ This means that if we want an entire section of content to be given a specific r TIP: For more

[jira] [Commented] (SOLR-17325) upgrade to Lucene 9.11.1

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863919#comment-17863919 ] ASF subversion and git services commented on SOLR-17325: Commit 0

[jira] [Commented] (SOLR-16824) Adopt Linux Command line tool pattern of -- for multi character commands.

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863918#comment-17863918 ] ASF subversion and git services commented on SOLR-16824: Commit 0

[jira] [Commented] (SOLR-17065) Migrate Sandbox CrossDC functionality into Solr

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863923#comment-17863923 ] ASF subversion and git services commented on SOLR-17065: Commit 8

[jira] [Commented] (SOLR-17358) Escape + symbol in Documentation The Boolean Operator "+"

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863921#comment-17863921 ] ASF subversion and git services commented on SOLR-17358: Commit c

[jira] [Commented] (SOLR-17347) Remove the env from EnvUtils

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863922#comment-17863922 ] ASF subversion and git services commented on SOLR-17347: Commit 0

[jira] [Commented] (SOLR-17302) Migrate filestore APIs to JAX-RS

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863920#comment-17863920 ] ASF subversion and git services commented on SOLR-17302: Commit d

[jira] [Commented] (SOLR-17360) ShardSplitTest 100% failures on main branch

2024-07-08 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863930#comment-17863930 ] Jason Gerlowski commented on SOLR-17360: "weirdness with SOLR-16825" definitely m

[jira] [Comment Edited] (SOLR-17360) ShardSplitTest 100% failures on main branch

2024-07-08 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863930#comment-17863930 ] Jason Gerlowski edited comment on SOLR-17360 at 7/8/24 8:50 PM: ---

Re: [PR] SOLR-17333: Various rate limiting fixes [solr]

2024-07-08 Thread via GitHub
magibney merged PR #2522: URL: https://github.com/apache/solr/pull/2522 -- 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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.o

[jira] [Commented] (SOLR-17333) Various rate limiting fixes

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863931#comment-17863931 ] ASF subversion and git services commented on SOLR-17333: Commit 9

[jira] [Commented] (SOLR-17333) Various rate limiting fixes

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863935#comment-17863935 ] ASF subversion and git services commented on SOLR-17333: Commit 7

[jira] [Resolved] (SOLR-17333) Various rate limiting fixes

2024-07-08 Thread Michael Gibney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Gibney resolved SOLR-17333. --- Fix Version/s: 9.7 Resolution: Fixed > Various rate limiting fixes > -

[I] Unable to pass shareProcessNamespace to PodOptions [solr-operator]

2024-07-08 Thread via GitHub
tommylogik opened a new issue, #716: URL: https://github.com/apache/solr-operator/issues/716 I have a need to add `shareProcessNamespace` for use within a sidecar for some solr thread debugging and there doesn't seem to be a way to pass this option. This should be able to be passed w

[jira] [Commented] (SOLR-17360) ShardSplitTest 100% failures on main branch

2024-07-08 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863959#comment-17863959 ] Chris M. Hostetter commented on SOLR-17360: --- {quote}"./gradlew clean" should be

[jira] [Commented] (SOLR-17360) ShardSplitTest 100% failures on main branch

2024-07-08 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863960#comment-17863960 ] Chris M. Hostetter commented on SOLR-17360: --- [~ilan] - {{git bisect}} has ident

[jira] [Commented] (SOLR-17067) SolrCloudTestCase activeClusterShape() should only consider active shards

2024-07-08 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863961#comment-17863961 ] Chris M. Hostetter commented on SOLR-17067: --- Note: This change broke ShardSplit

Re: [PR] SOLR-10654: Introduce output of Prometheus metrics directly from Solr [solr]

2024-07-08 Thread via GitHub
dsmiley merged PR #2405: URL: https://github.com/apache/solr/pull/2405 -- 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 specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.or

[jira] [Commented] (SOLR-10654) Expose Metrics in Prometheus format DIRECTLY from Solr

2024-07-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863994#comment-17863994 ] ASF subversion and git services commented on SOLR-10654: Commit f

Re: [PR] SOLR-17160: Time based tracking of core admin requests with Caffeine cache [solr]

2024-07-08 Thread via GitHub
dsmiley commented on PR #2304: URL: https://github.com/apache/solr/pull/2304#issuecomment-2216504684 WDYT of this proposed CHANGES.txt under Improvements: > SOLR-17160: Core Admin "async" request status tracking is no longer capped at 100; it's 10k. Statuses are now removed 5 minutes aft

[jira] [Commented] (SOLR-17160) Bulk admin operations may fail because of max tracked requests

2024-07-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17864007#comment-17864007 ] David Smiley commented on SOLR-17160: - FYI I plan to merge the linked PR soon with th