[deprecated] A friendly chainable ElasticSearch interface for python
Перейти к файлу
Will Kahn-Greene ae2402822c Issue 70. Fix date_histogram handling.
* add handling for date_histogram in facet_counts
* fix facet_counts to raise an exception rather than silently act
  dumb if it doesn't recognize the _type
2012-09-07 16:40:22 -04:00
docs Implement MappingType and rewrite everything around it 2012-09-04 14:13:47 -04:00
elasticutils Issue 70. Fix date_histogram handling. 2012-09-07 16:40:22 -04:00
.gitignore Ignore pycs and install all requirements. 2012-08-21 14:28:39 -04:00
CHANGELOG Implement MappingType and rewrite everything around it 2012-09-04 14:13:47 -04:00
CONTRIBUTORS Add James Socol to CONTRIBUTORS 2012-09-04 13:41:30 -04:00
LICENSE Cleanup for 0.3 release 2012-06-02 11:05:44 -04:00
MANIFEST.in Update MANIFEST 2012-07-02 12:51:40 -04:00
README.rst Add IRC to README and docs 2012-05-18 11:20:33 -04:00
requirements-dev.txt Ignore pycs and install all requirements. 2012-08-21 14:28:39 -04:00
requirements-django.txt Fix django reqs file; add docs reqs file 2012-08-24 17:08:22 -04:00
requirements-docs.txt Fix django reqs file; add docs reqs file 2012-08-24 17:08:22 -04:00
requirements.txt Match requirements to setup.py 2012-06-23 14:38:22 -04:00
setup.py Add python language version classifiers 2012-08-06 11:43:07 -04:00
test_settings.py Fix tests so they run without Django 2012-06-28 11:45:23 -04:00

README.rst

========
 README
========

elasticutils is a convenient Django-queryset-like API for querying
Elastic Search.


Project details
===============

Code:
    http://github.com/mozilla/elasticutils

Documentation:
    http://elasticutils.rtfd.org

Issue tracker:
    https://github.com/mozilla/elasticutils/issues

IRC:
    ``#elasticutils`` on irc.mozilla.org

License:
    BSD 3-clause; see LICENSE file