0
0
Fork 0
bleve/http
Marty Schoch 79cc39a67e refactor mapping to inteface and move into separate package
the index mapping contains some relatively messy logic
and the top-level bleve package only cares about a relatively
small portion of this
the motivation for this change is to codify the part that the
top-level bleve package cares about into an interface
then move all the details into its own package

NOTE: the top-level bleve package still has hard dependency on
the actual implementation (for now) because it must deserialize
mappings from JSON and simply assumes it is this one instance.
this is seen as OK for now, and this issue could be revisited
in a future change.  moving the logic into a separate package
is seen as a simplification of top-level bleve, even though
we still depend on the one particular implementation.
2016-09-29 14:53:18 -04:00
..
alias.go fix typos and bug removing from aliases 2014-11-26 11:42:33 -05:00
debug.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
doc_count.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
doc_delete.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
doc_get.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
doc_index.go remove byte_array_conveters 2016-07-01 10:21:41 -04:00
fields.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
handlers_test.go try to close indexes at end of http handler test 2016-02-09 16:26:03 -05:00
index_create.go give indexes names, make stats available via expvar by default 2015-12-06 14:01:03 -05:00
index_delete.go first pass at checking errors that were ignored 2015-03-06 14:46:29 -05:00
index_get.go refactor mapping to inteface and move into separate package 2016-09-29 14:53:18 -04:00
index_list.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
registry.go give indexes names, make stats available via expvar by default 2015-12-06 14:01:03 -05:00
search.go clean up logging to use package level *log.Logger 2014-12-28 12:14:48 -08:00
util.go fix go vet issue 2014-12-29 09:28:24 -08:00