Tags: andrewwebber/bleve
Tags
Merge pull request blevesearch#420 from steveyen/MB-20590 index/store/moss KV backend propagates mossStore's Stats()
standardize behavior of mapping anonymous fields the behavior has been defined in a way that is compatible with encoding/json. this behavior is as follows: anonymous fields which are structs will have struct fields get field names as if they were directly in the parent struct. anonymous fields which are not structs, or which are interfaces which may or may not point to structs will get field names that correspond to the name of the type the exception to the rules above is that you can always override this behavior by using a JSON struct tag fixes blevesearch#101