# README
http support in bleve
This http package is purely for the demonstration purposes and is used by sample applications like https://github.com/blevesearch/bleve-explorer.
Please be aware that the http handler implementations neither provide exhaustive user input validations nor authentication or authorization of the user access.
So, it is strongly recommended that users exercise caution while using the http package in production situations.
Here is the security advisory on this.
# Functions
SetLog sets the logger used for logging by default log messages are sent to io.Discard.
# Structs
DebugDocumentHandler allows you to debug the index content for a given document id.
SearchHandler can handle search requests sent over HTTP.