0
0
bleve/http
Marty Schoch 3fd2a64872 BREAKING CHANGE - removed DumpXXX() methods from bleve.Index
The DumpXXX() methods were always documented as internal and
unsupported.  However, now they are being removed from the
public top-level API.  They are still available on the internal
IndexReader, which can be accessed using the Advanced() method.

The DocCount() and DumpXXX() methods on the internal index
have moved to the internal index reader, since they logically
operate on a snapshot of an index.
2016-09-13 12:40:01 -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 removes dependency on mux from bleve.http 2014-10-31 14:44:15 -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