You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the README, the API call to search the index is:
POST /api/{indexName}/_search - search index
I would recommend you run bleve-explorer, open up the web interface in your browser, and when you run a search, use the developer console to examine the JSON request/response. I believe it simply uses the bleve default HTTP handler, which we can see here using the bleve.SearchRequest, which has JSON struct tag annotations.
Hello, the general API instructions seems to be missing a section on how search queries can be made through REST API.
Are there some general (or detailed) instructions I could follow to make API calls to the bleve server/ index and have the results sent back as json?
Hope this is not too much trouble.
The text was updated successfully, but these errors were encountered: