0
0
Commit Graph

7 Commits

Author SHA1 Message Date
Marty Schoch
42895649de further streamlined the API
introduced concept of byte array converters
right now only wired up to top-level index mapping
allowing the removal of the JSON methods, now at the top level
we default to parsing []byte as JSON, override if thats not
the behavior you want.

future enhancements will allow use of these byte array converters
to control how byte arrays are handled elsewhere in documents
this would allow for handing binary attachments, etc in the future

closes #59
2014-08-11 12:47:29 -04:00
Marty Schoch
a3ac85c0de added prefix search to beer-search example app 2014-08-07 13:46:34 -04:00
Marty Schoch
da26a24031 removed optional element, and fixed took time formatting 2014-08-06 08:25:42 -04:00
Marty Schoch
893efa670e added some more explicit mappings 2014-08-06 08:25:10 -04:00
Marty Schoch
41ee1028c9 added date range query to beer-search sample app 2014-08-03 17:20:00 -04:00
Marty Schoch
6d6819ed50 added range query to beer-sample app 2014-08-02 19:07:33 -04:00
Marty Schoch
c8918fe41a adding beer-sample to examples 2014-07-31 11:51:27 -04:00