wangbin83-gmail-com / solrcloudpy

python library for interacting with SolrCloud

Home Page:http://dfdeshom.github.io/solrcloudpy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solrcloudpy

solrcloudpy is a python library for interacting with SolrCloud. This library aims to take advantage of the following features of Solr:

  • Distributed indexing and searching and transparent failover
  • Full JSON api
  • Centralized index management
  • Near-realtime search

The API is mean to be close to pymongo's API, where one can access collections and databases as simple attributes or dictionary keys.

Usage

Access an existing collection:

Index documents:

Search documents:

Console

solrcloudpy comes with a console that can be run simply by typing solrconsole. More information on usage is available at http://dfdeshom.github.io/solrcloudpy/console.html

Documentation and API

Documentation can be found at http://dfdeshom.github.io/solrcloudpy/

About

python library for interacting with SolrCloud

http://dfdeshom.github.io/solrcloudpy/

License:Other


Languages

Language:Python 99.8%Language:Shell 0.2%