0
0
Commit Graph

6 Commits

Author SHA1 Message Date
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
Steve Yen
91501262b6 typo with NewListIndexesHandler/NewCreateIndexHandler 2014-10-22 16:40:21 -07:00
Marty Schoch
7a7eb2e94c add newline between license and package
this avoids cluttering godocs with the license
2014-09-02 10:54:50 -04:00
Marty Schoch
1161361bea rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
Marty Schoch
e15cdf608f fix issues identified by go vet 2014-08-25 09:14:37 -04:00
Marty Schoch
d164b017b2 added additional http handlers to cover most functionality 2014-08-25 09:08:27 -04:00