solr_cli

Command line client for Apache Solr
Download

solr_cli Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Miguel Olivares
  • Publisher web site:
  • https://github.com/moliware/

solr_cli Tags


solr_cli Description

solr_cli is a command-line client for Apache Solr.InstallationFrom source code:python setup.py installFrom pypi:pip install solr_cliUsageExecute command line tool$ solr_cli(disconnected)$Connect to a solr instance:(disconnected)$ connect http://localhost:8983/solr/(http://localhost:8983/solr/)$Make a query:(http://localhost:8983/solr/)$ query *:*{ "responseHeader": { "status": 0, "QTime": 1, "params": { "q": "*:*", "wt": "python" } }, "response": { "start": 0, "numFound": 2961305, "docs": }}Make a query using http parameters:(http://localhost:8983/solr/)$ uri q=*:*&rows=0{ "responseHeader": { "status": 0, "QTime": 1, "params": { "q": "*:*", "rows": "0", "wt": "python" } }, "response": { "start": 0, "numFound": 2961474, "docs": [] }}Product's homepage


solr_cli Related Software