Metadata-Version: 1.0
Name: scorched
Version: 0.2
Summary: solr search orm like query builder
Home-page: http://www.lugensa.com
Author: (Josip Delic) Lugensa GmbH
Author-email: info@lugensa.com
License: MIT
Description: Scorched
        ========
        
        Scorched is a sunburnt offspring and like all offspring it tries to make
        things better or at least different.
        
        Git Repository and issue tracker: https://github.com/lugensa/scorched
        Documentation: http://scorched.readthedocs.org/en/latest/
        
        .. |travisci| image::  https://travis-ci.org/lugensa/scorched.png
        .. _travisci: https://travis-ci.org/lugensa/scorched
        
        .. image:: https://coveralls.io/repos/lugensa/scorched/badge.png
            :target: https://coveralls.io/r/lugensa/scorched 
        
        |travisci|_
        
        .. _Solr : http://lucene.apache.org/solr/
        .. _Lucene : http://lucene.apache.org/java/docs/index.html
        
        
        Following some major differences:
        
        - No validation of queries in client code (make code much more lightweight)
        
        - Send and receive as json. (Faster 20k docs from 6.5s to 1.3s)
        
        - API is more lightweight e.g. ``add`` consums now only dicts.
        
        - Wildcard search strings need to be explicitly set.
        
        - Python 3
        
        - ...
        
        
        0.2 (2014-03-24)
        ----------------
        
        - Added more tests
        
        - Added description in setup.py
        
        
        0.1 (2014-03-20)
        ----------------
        
        - Python 3
        
        - Cleaner api moved redundant functions
        
        - Cleaner api removed filter_exclude use ~si.Q()
        
        - Cleaner api removed exclude use ~si.Q()
        
        - Fixed mlt_search (mlt component and handler)
        
        - Removed mx.DateTime
        
        - Removed redundant more_like_this  
        
        - Offspring of sunburnt is born
        
Keywords: s,o,l,r, ,t,o,w, ,s,u,n,b,u,r,n,t, ,o,f,f,s,p,r,i,n,g
Platform: UNKNOWN
