gerlowskija commented on PR #1681:
URL: https://github.com/apache/solr/pull/1681#issuecomment-1810571548

   > In the package name?
   
   I won't put words in his mouth, but I interpreted Anshum's comment as being 
more about documentation and messaging around the client in general.  As it 
stands today, folks that come in expecting a full querying/indexing client 
**are** going to be disappointed.
   
   ----
   
   A small general update on this:
   
   With the JS client PR (#2050) merged, I've got more time and attention to 
hopefully move this forward.  My first step is to find a way to dogfood the 
client, ideally in Python code we already have.  We have a surprising number of 
small Python scripts in our codebase (see below), if any of these are making 
Admin APIs calls they might be a good place to get some dog-fooding in.  (This 
would require script users to run `gradle` to generate the client prior to 
running their desired script - but for dev-scripts this is probably a small 
enough hurdle - WDYT?) 
   
   ```
   $ find . -name "*.py" | grep -v nodejs | grep -v build
   ./solr/example/films/vectors/create_dataset.py
   ./solr/example/films/vectors/films.py
   ./solr/example/films/vectors/create_model.py
   ./solr/modules/ltr/example/libsvm_formatter.py
   ./solr/modules/ltr/example/train_and_upload_demo_model.py
   ./dev-tools/scripts/githubPRs.py
   ./dev-tools/scripts/smokeTestRelease.py
   ./dev-tools/scripts/refguide/gen-refguide-redirects.py
   ./dev-tools/scripts/addVersion.py
   ./dev-tools/scripts/scriptutil.py
   ./dev-tools/scripts/scaffoldNewModule.py
   ./dev-tools/scripts/releasedJirasRegex.py
   ./dev-tools/scripts/releaseWizard.py
   ./dev-tools/scripts/addDepsToChanges.py
   ./dev-tools/scripts/checkJavadocLinks.py
   ./dev-tools/scripts/reproduceJenkinsFailures.py
   ./dev-tools/scripts/create_line_file_docs.py
   ```


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to