Skip to content

Tags: ansjsun/bleve

Tags

v0.7.0

Toggle v0.7.0's commit message
release v0.7.0

v0.6.0

Toggle v0.6.0's commit message
release v0.6.0

v0.5.0

Toggle v0.5.0's commit message
adding appenginevm build tag

v0.4.0

Toggle v0.4.0's commit message
Merge pull request blevesearch#420 from steveyen/MB-20590

index/store/moss KV backend propagates mossStore's Stats()

v0.3.0

Toggle v0.3.0's commit message
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

v0.2.0

Toggle v0.2.0's commit message
update travis to build with deps specified in manifest

v0.1.0

Toggle v0.1.0's commit message
add initial manifest