Re: [PR] SOLR-17682: QueryResponseWriter hierarchy refactor [solr]

2025-02-24 Thread via GitHub
dsmiley commented on code in PR #3209: URL: https://github.com/apache/solr/pull/3209#discussion_r1968827196 ## solr/core/src/java/org/apache/solr/response/RawResponseWriter.java: ## @@ -88,41 +85,27 @@ protected QueryResponseWriter getBaseWriter(SolrQueryRequest request) { @

[PR] GitHub Action: precommit: --continue [solr]

2025-02-24 Thread via GitHub
dsmiley opened a new pull request, #3210: URL: https://github.com/apache/solr/pull/3210 We'd like to see all errors found when the "precommit" GitHub Action runs, not just the first error. note: I'll revert the intentionally bad commit that's there to validate it works -- This is

Re: [PR] SOLR-17682: QueryResponseWriter hierarchy refactor [solr]

2025-02-24 Thread via GitHub
dsmiley commented on code in PR #3209: URL: https://github.com/apache/solr/pull/3209#discussion_r1969009364 ## solr/core/src/java/org/apache/solr/response/PrometheusResponseWriter.java: ## @@ -47,12 +47,15 @@ * org.apache.solr.handler.admin.MetricsHandler} */ @SuppressWarni

[PR] SOLR-17682: QueryResponseWriter hierarchy refactor [solr]

2025-02-24 Thread via GitHub
dsmiley opened a new pull request, #3209: URL: https://github.com/apache/solr/pull/3209 QRW now does write(OutputStream) and NOT write(Writer). BinaryQueryResponseWriter is removed QRW.writeToString for tests TextQueryResponseWriter added as base for all text QRWs QueryResponseWriterU

[jira] [Updated] (SOLR-17682) Refactor QueryResponseWriter hierarchy to put binary at the base and add TextQueryResponseWriter sub

2025-02-24 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17682: -- Labels: pull-request-available (was: ) > Refactor QueryResponseWriter hierarchy to put binary

Re: [PR] SOLR-17669: Reduce Memory Consumption by 80-90% when using Dynamic fields (DocumentObjectBinder) [solr]

2025-02-24 Thread via GitHub
dsmiley commented on PR #3179: URL: https://github.com/apache/solr/pull/3179#issuecomment-2680779168 I tried to move the CHANGES.txt entry below to Optimizations but I don't have permissions to push to your fork of Solr -- [see this](https://docs.github.com/en/pull-requests/collaborating-wi

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

2025-02-24 Thread via GitHub
dsmiley merged PR #3204: URL: https://github.com/apache/solr/pull/3204 -- 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-16903) Use Path instead of File in Java Code

2025-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930070#comment-17930070 ] ASF subversion and git services commented on SOLR-16903: Commit 5

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-02-24 Thread via GitHub
gerlowskija commented on PR #2930: URL: https://github.com/apache/solr/pull/2930#issuecomment-2679415513 > It has zero consequences for any caller. It's not really about consequences, it's about being consistent/intuitive. Even users who know about the `PATCH` verb and its semantics

Re: [PR] SOLR-16391: Convert create-core, core-status to JAX-RS [solr]

2025-02-24 Thread via GitHub
HoustonPutman commented on PR #3054: URL: https://github.com/apache/solr/pull/3054#issuecomment-2679306623 Hey @gerlowskija this is causing a few errors. First I've found is that the `getCoreStatus()` api takes a `Boolean`, but then de-refrences it to a `boolean`. So requests that don

[jira] [Resolved] (SOLR-3954) Option to have updateHandler and DIH skip updateLog

2025-02-24 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-3954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-3954. - Resolution: Won't Fix DIH has moved to https://github.com/SearchScale/dataimporthandler > Option to have

Re: [PR] SOLR-17518: Deprecate UpdateRequest.getXml() and replace it with XMLRequestWriter [solr]

2025-02-24 Thread via GitHub
psalagnac commented on code in PR #3200: URL: https://github.com/apache/solr/pull/3200#discussion_r1968195273 ## solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java: ## @@ -368,147 +368,39 @@ public void setDeleteQuery(List deleteQuery) { // --

Re: [PR] SOLR-16391: Convert create-core, core-status to JAX-RS [solr]

2025-02-24 Thread via GitHub
HoustonPutman commented on PR #3054: URL: https://github.com/apache/solr/pull/3054#issuecomment-2679559395 Also `TestReplicationHandler.doTestIndexAndConfigAliasReplication`: ``` TestReplicationHandler > doTestIndexAndConfigAliasReplication FAILED java.lang.ClassCastException

[jira] [Commented] (SOLR-13271) Implement a read-only mode for a collection

2025-02-24 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929897#comment-17929897 ] Jason Gerlowski commented on SOLR-13271: I noticed recently that MODIFYCOLLECTION

Re: [PR] SOLR-17650: Fix tests for unordered buffered updates [solr]

2025-02-24 Thread via GitHub
HoustonPutman commented on code in PR #3197: URL: https://github.com/apache/solr/pull/3197#discussion_r1968316944 ## solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java: ## @@ -1027,6 +1028,64 @@ public static String assertJQ(SolrQueryRequest req, double delta, Str

Re: [PR] SOLR-17518: Deprecate UpdateRequest.getXml() and replace it with XMLRequestWriter [solr]

2025-02-24 Thread via GitHub
psalagnac commented on code in PR #3200: URL: https://github.com/apache/solr/pull/3200#discussion_r1968216711 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/XMLRequestWriter.java: ## @@ -0,0 +1,216 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

Re: [PR] SOLR-17518: Deprecate UpdateRequest.getXml() and replace it with XMLRequestWriter [solr]

2025-02-24 Thread via GitHub
epugh commented on code in PR #3200: URL: https://github.com/apache/solr/pull/3200#discussion_r1968218397 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/XMLRequestWriter.java: ## @@ -0,0 +1,216 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] SOLR-17518: Deprecate UpdateRequest.getXml() and replace it with XMLRequestWriter [solr]

2025-02-24 Thread via GitHub
psalagnac commented on code in PR #3200: URL: https://github.com/apache/solr/pull/3200#discussion_r1968216711 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/XMLRequestWriter.java: ## @@ -0,0 +1,216 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

Re: [PR] SOLR-17518: Deprecate UpdateRequest.getXml() and replace it with XMLRequestWriter [solr]

2025-02-24 Thread via GitHub
psalagnac commented on code in PR #3200: URL: https://github.com/apache/solr/pull/3200#discussion_r1968216711 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/XMLRequestWriter.java: ## @@ -0,0 +1,216 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one o

Re: [PR] SOLR-17518: Deprecate UpdateRequest.getXml() and replace it with XMLRequestWriter [solr]

2025-02-24 Thread via GitHub
psalagnac commented on PR #3200: URL: https://github.com/apache/solr/pull/3200#issuecomment-2679343190 > I assume you moved some things around but didn't really write code here (i.e. all code, variable names was the choice of original authors)? Yes, just moved things around. --

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

2025-02-24 Thread via GitHub
epugh commented on PR #1999: URL: https://github.com/apache/solr/pull/1999#issuecomment-2679572157 Yep, need to wait for Lucene 10, otherwise we get some unit test failures: ``` gradlew test --tests TestOpenNLPExtractNamedEntitiesUpdateProcessorFactory.testExtractFieldRegexReplaceA

Re: [PR] Finally fix TestCoordinatorRole for good. [solr]

2025-02-24 Thread via GitHub
HoustonPutman merged PR #3205: URL: https://github.com/apache/solr/pull/3205 -- 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.apa

[jira] [Resolved] (SOLR-14202) UpdateProcessor/also in DIH with a ScriptTransformer that does Atomic Updates leaks searchers

2025-02-24 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-14202. -- Resolution: Won't Fix DIH has moved to https://github.com/SearchScale/dataimporthandler > UpdateProces

[jira] [Resolved] (SOLR-4241) Add object to SolrJ for interpreting DIH status

2025-02-24 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-4241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-4241. - Resolution: Won't Fix DIH has moved to https://github.com/SearchScale/dataimporthandler > Add object to S

[jira] [Created] (SOLR-17682) Refactor QueryResponseWriter hierarchy to put binary at the base and add TextQueryResponseWriter sub

2025-02-24 Thread David Smiley (Jira)
David Smiley created SOLR-17682: --- Summary: Refactor QueryResponseWriter hierarchy to put binary at the base and add TextQueryResponseWriter sub Key: SOLR-17682 URL: https://issues.apache.org/jira/browse/SOLR-17682

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

2025-02-24 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929615#comment-17929615 ] Noble Paul commented on SOLR-13731: --- Constructing a SolrInputDocument etc is much more

Re: [PR] SOLR-17677: HashRangeQuery doesn't NEED SolrIndexSearcher [solr]

2025-02-24 Thread via GitHub
gerlowskija commented on code in PR #3206: URL: https://github.com/apache/solr/pull/3206#discussion_r1967557670 ## solr/core/src/java/org/apache/solr/search/join/HashRangeQuery.java: ## @@ -91,6 +96,9 @@ private int[] getCache(LeafReaderContext context) throws IOException {

[jira] [Created] (SOLR-17681) Text to Vector Filter for Indexing

2025-02-24 Thread Yugank (Jira)
Yugank created SOLR-17681: - Summary: Text to Vector Filter for Indexing Key: SOLR-17681 URL: https://issues.apache.org/jira/browse/SOLR-17681 Project: Solr Issue Type: New Feature Reporte

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

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

Re: [PR] SOLR-17677: HashRangeQuery doesn't NEED SolrIndexSearcher [solr]

2025-02-24 Thread via GitHub
dsmiley merged PR #3206: URL: https://github.com/apache/solr/pull/3206 -- 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

Re: [PR] SOLR-17677: HashRangeQuery doesn't NEED SolrIndexSearcher [solr]

2025-02-24 Thread via GitHub
dsmiley commented on code in PR #3206: URL: https://github.com/apache/solr/pull/3206#discussion_r1967881072 ## solr/core/src/java/org/apache/solr/search/join/HashRangeQuery.java: ## @@ -91,6 +96,9 @@ private int[] getCache(LeafReaderContext context) throws IOException {

[jira] [Commented] (SOLR-17677) {!join} in delete-by-query throws ClassCastException and closes IndexWriter

2025-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929815#comment-17929815 ] ASF subversion and git services commented on SOLR-17677: Commit 3

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

2025-02-24 Thread via GitHub
dsmiley commented on PR #3204: URL: https://github.com/apache/solr/pull/3204#issuecomment-2678884231 I plan to merge this tonight; it's very straightforward -- 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

Re: [PR] SOLR-17669: Reduce Memory Consumption by 80-90% when using Dynamic fields (DocumentObjectBinder) [solr]

2025-02-24 Thread via GitHub
dsmiley commented on PR #3179: URL: https://github.com/apache/solr/pull/3179#issuecomment-2678890820 I'll merge this tonight. If you don't get to CHANGES.txt; I'll do it. I edited the JIRA issue description to better identify what this is about; it was confusing to speak of "dynamic field

Re: [PR] SOLR-17669: Reduce Memory Consumption by 80-90% when using Dynamic fields (DocumentObjectBinder) [solr]

2025-02-24 Thread via GitHub
ds-manzinger commented on PR #3179: URL: https://github.com/apache/solr/pull/3179#issuecomment-2678911271 Hi, i commited changes.txt about 1 hour ago -- 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

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

2025-02-24 Thread via GitHub
epugh commented on code in PR #1999: URL: https://github.com/apache/solr/pull/1999#discussion_r1967948785 ## solr/modules/analysis-extras/src/java/org/apache/solr/update/processor/DocumentCategorizerUpdateProcessorFactory.java: ## @@ -0,0 +1,569 @@ +/* + * Licensed to the Apache

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

2025-02-24 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929833#comment-17929833 ] David Smiley commented on SOLR-13731: - There are many classes in SolrJ and it's not a

[PR] Add CVE-2024-6763 to our vex file [solr-site]

2025-02-24 Thread via GitHub
gerlowskija opened a new pull request, #143: URL: https://github.com/apache/solr-site/pull/143 (no comment) -- 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,