epugh commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1814505105
A little late to the party, but I wanted to say how nice the V2 js code
integrated! I expected something much more intrusive...
--
This is an automated message from the Apache Git Service.
MarcusSorealheis commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1813836128
I just got a look at the most recent question as I had some challenges to
work through.
NodeJS/npm-read
--
This is an automated message from the Apache Git Service.
To resp
gerlowskija merged PR #2050:
URL: https://github.com/apache/solr/pull/2050
--
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.apach
gerlowskija commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1808779572
I was initially planning on using the delete-collection button as the
inaugural use of our v2 client, but ended up opting for the "Reload Collection"
button instead.
Currently, th
gerlowskija commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1808761567
Alright, great news: with a good deal of help from @HoustonPutman I've been
able to resolve the packaging/import issues mentioned in my last comment.
Despite its name, it looks lik
gerlowskija commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1804329062
Alright, made some good progress here:
1. The generated JS client is is produced via the `solr:api:buildJSClient`
task, and `assemblePackaging` now copies the generated JS files into a
epugh commented on code in PR #2050:
URL: https://github.com/apache/solr/pull/2050#discussion_r1384773584
##
solr/api/build.gradle:
##
@@ -17,6 +17,7 @@
plugins {
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.2'
+ id "org.openapi.generator" version "6.0.1"
R
epugh commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1798318944
I think your idea about not publishing it as an artifact till we've tried it
out makes sense!
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
gerlowskija commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1796466737
Alright, I've updated the PR to use the 'javascript' generator. The
generated code looks simple enough, but I'm no JS expert.
I think my next steps here would be to look into what
epugh commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1787223108
I liked that the http client that
https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/Javascript/libraries/javascript/package.mustache
us
gerlowskija commented on code in PR #2050:
URL: https://github.com/apache/solr/pull/2050#discussion_r1377537973
##
solr/api/build.gradle:
##
@@ -55,8 +56,24 @@ dependencies {
testImplementation 'org.apache.lucene:lucene-test-framework'
}
+// Ensure the OAS is available t
gerlowskija commented on code in PR #2050:
URL: https://github.com/apache/solr/pull/2050#discussion_r1377537973
##
solr/api/build.gradle:
##
@@ -55,8 +56,24 @@ dependencies {
testImplementation 'org.apache.lucene:lucene-test-framework'
}
+// Ensure the OAS is available t
janhoy commented on code in PR #2050:
URL: https://github.com/apache/solr/pull/2050#discussion_r1377354232
##
solr/api/build.gradle:
##
@@ -55,8 +56,24 @@ dependencies {
testImplementation 'org.apache.lucene:lucene-test-framework'
}
+// Ensure the OAS is available to oth
MarcusSorealheis commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1786140203
One final point:
Overall, this is a very positive and important effort. There's a wave of
Typescript and Python developers at companies using Solr that would love to
extend
MarcusSorealheis commented on code in PR #2050:
URL: https://github.com/apache/solr/pull/2050#discussion_r1376845299
##
solr/api/build.gradle:
##
@@ -55,8 +56,24 @@ dependencies {
testImplementation 'org.apache.lucene:lucene-test-framework'
}
+// Ensure the OAS is availa
MarcusSorealheis commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1786103637
I'll take a look now.
--
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 c
madrob commented on PR #2050:
URL: https://github.com/apache/solr/pull/2050#issuecomment-1786053227
@MarcusSorealheis care to take a look?
--
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 spe
gerlowskija opened a new pull request, #2050:
URL: https://github.com/apache/solr/pull/2050
https://issues.apache.org/jira/browse/SOLR-17062
# Description
Currently, Solr only offers one "first-party" client, SolrJ, which can only
be used within JVM environments. This is ob
18 matches
Mail list logo