We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any Rest API to load all the Documents Present in the Index file.
Currently, i am indexing the Document (in all 25 document) and on search i am able to get the Corresponding Documents in the Search text input.
How to load the entire Document (all 25 document) irrespective of any text search.
The text was updated successfully, but these errors were encountered:
See https://github.com/blevesearch/bleve/blob/master/query_match_all.go#L24-L26
Sorry, something went wrong.
Sorry I didn't realize you'd created 2 issues. The UI doesn't support doing it directly, but the rest API supports the match_all query. See https://github.com/blevesearch/bleve/blob/master/query.go#L212
Just create a query object with "match_all": {}
No branches or pull requests
Is there any Rest API to load all the Documents Present in the Index file.
Currently, i am indexing the Document (in all 25 document) and on search i am able to get the Corresponding Documents in the Search text input.
How to load the entire Document (all 25 document) irrespective of any text search.
The text was updated successfully, but these errors were encountered: