0
0
bleve/http
Marty Schoch a265218f76 heavier refactor of Query interface to simplify
Boostable, Fieldable, Validatable broken out into separate
interfaces.  This allows them to be discoverable when
needed, but ignorable otherwise.  The top-level bleve package
only every cares about Validatable and even that is optional.

Also, this change goes further to make the structure names
more reasonable, for cases where you're directly interacting
with the structures.
2016-09-29 14:54:16 -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 heavier refactor of Query interface to simplify 2016-09-29 14:54:16 -04:00
util.go fix go vet issue 2014-12-29 09:28:24 -08:00