package
2.4.4
Repository: https://github.com/blevesearch/bleve.git
Documentation: pkg.go.dev

# 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

# Structs

DebugDocumentHandler allows you to debug the index content for a given document id.
SearchHandler can handle search requests sent over HTTP.