Re: [PR] SOLR-14673: Add bin/solr stream CLI [solr]

2024-09-17 Thread via GitHub
epugh commented on code in PR #2479: URL: https://github.com/apache/solr/pull/2479#discussion_r1763521501 ## solr/solr-ref-guide/modules/query-guide/pages/stream-tool.adoc: ## @@ -0,0 +1,167 @@ += Stream Tool +// Licensed to the Apache Software Foundation (ASF) under one +// or

Re: [PR] SOLR-14673: Add bin/solr stream CLI [solr]

2024-09-16 Thread via GitHub
gerlowskija commented on code in PR #2479: URL: https://github.com/apache/solr/pull/2479#discussion_r1761633393 ## solr/solr-ref-guide/modules/query-guide/pages/stream-tool.adoc: ## @@ -0,0 +1,167 @@ += Stream Tool +// Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] SOLR-14673: Add bin/solr stream CLI [solr]

2024-09-16 Thread via GitHub
gerlowskija commented on code in PR #2479: URL: https://github.com/apache/solr/pull/2479#discussion_r1760947380 ## solr/solr-ref-guide/modules/query-guide/pages/stream-tool.adoc: ## @@ -0,0 +1,167 @@ += Stream Tool +// Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] SOLR-14673: Add bin/solr stream CLI [solr]

2024-08-10 Thread via GitHub
epugh commented on PR #2479: URL: https://github.com/apache/solr/pull/2479#issuecomment-2282307377 @gerlowskija since you provided some early review, do you think the docs I've added etc are enough that I can merge this in? -- This is an automated message from the Apache Git Service. To r

Re: [PR] SOLR-14673: Add bin/solr stream CLI [solr]

2024-07-23 Thread via GitHub
epugh commented on PR #2479: URL: https://github.com/apache/solr/pull/2479#issuecomment-2246259400 Okay, I think this is ready for review! I've added some docs.. I especially liked being able to cat some local data right into a Solr collection! ``` cat example/exampledocs/bo

Re: [PR] SOLR-14673: Add bin/solr stream CLI [solr]

2024-06-05 Thread via GitHub
epugh commented on PR #2479: URL: https://github.com/apache/solr/pull/2479#issuecomment-2149443128 Thanks for sharing the feedback @gerlowskija ! I think the value of the tool is only there if your second comment about being able to run a streaming expression locally is valid, and then ha

Re: [PR] SOLR-14673: Add bin/solr stream CLI [solr]

2024-06-03 Thread via GitHub
gerlowskija commented on PR #2479: URL: https://github.com/apache/solr/pull/2479#issuecomment-2145825393 A few high-level questions/concerns: 1. `bin/solr` already has an "api" tool, which can be used to invoke streaming expressions e.g. `bin/solr api -get "$SOLR_URL/techproducts/str

[PR] SOLR-14673: Add bin/solr stream CLI [solr]

2024-05-25 Thread via GitHub
epugh opened a new pull request, #2479: URL: https://github.com/apache/solr/pull/2479 https://issues.apache.org/jira/browse/SOLR-14673 # Description Bring in code that @joel-bernstein wrote, but using the SolrCLI infrastructure. # Solution Another CLI client ;-)