0
0
bleve/http
Marty Schoch 5f40396ce8 removes dependency on mux from bleve.http
handlers now use varLookupFunc's to get variable values from
the request object.  this allows applications to use whatever
mux/router they want, and extracting variables like
indexName and docID is up to the caller-provided function

closes #113
2014-10-31 14:44:15 -04:00
..
alias.go initial impl of Index Aliases 2014-10-29 09:22:11 -04:00
debug.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -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 removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
fields.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
index_create.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
index_delete.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04: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 fix go vet issues 2014-10-29 09:31:03 -04:00
search.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00
util.go removes dependency on mux from bleve.http 2014-10-31 14:44:15 -04:00