0
0
bleve/mapping
Marty Schoch 7274dddd2e fix nil ptr panic on newly introduced text marshaler support
We recenlty introduced support for indexing the content of
things implementing TextMarshaler.  Since often times interfaces
are implemented via pointer receivers, we added support to
introspect pointers (previously we just dereferenceed them and
traversed into their underlying structs).  However, in doing so
we neglected to consider the case where the pointer does
implement the interface we care about, but happens to be nil.

fixes #603
2017-06-05 10:08:10 -04:00
..
analysis.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
document.go fix nil ptr panic on newly introduced text marshaler support 2017-06-05 10:08:10 -04: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 fix nil ptr panic on newly introduced text marshaler support 2017-06-05 10:08:10 -04: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