0
0
bleve/mapping
Marty Schoch 0cbe211120 add support for BleveType() alternative for type detection
Many existing structs already have a Type field or method which
conflicts with the bleve Classifier interface.  To address this
without breaking existing applications, we introduce an
alternate BleveType() method which will be checked first.  The
interface describing this method is private, as it should never
need to be referenced outside this package.

fixes #283
2017-05-19 09:22:12 -04:00
..
analysis.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
document.go add experimental support for indexing/query geo points 2017-03-24 17:22:21 -07:00
examples_test.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
field.go add experimental support for indexing/query geo points 2017-03-24 17:22:21 -07:00
index.go add support for BleveType() alternative for type detection 2017-05-19 09:22:12 -04:00
mapping_test.go add experimental support for indexing/query geo points 2017-03-24 17:22:21 -07:00
mapping.go add support for BleveType() alternative for type detection 2017-05-19 09:22:12 -04:00
reflect_test.go fix type identification when object indexed is pointer to struct 2016-12-08 08:07:38 -05:00
reflect.go fix type identification when object indexed is pointer to struct 2016-12-08 08:07:38 -05:00