- Split the module into multiple files
- moved module configuration into velociwrapper.config
- added types that coorespond to types used in ElasticSearch
- added mapper tools to include reindex and create index functionality
- changed filter_by() to use Query DSL
- intellegently uses filters and falls back to queries when filtering
is not possible
- filter mode works like exact()
- id/ids key creates the special "ids" filter
- added exact()
- search for the exact phrase
- can be combined with other queries using filter_by (but not ids)
- will warn if the search is a string but the field is analyzed
- can accept a list
- range() now works with other searches
- search() may not always work with other searches due to nature of
QueryDSL
- wrote some documentation in the README.rst