Concept Flow - Why search is Elasticsearch's core purpose
User sends search query
Elasticsearch receives query
Query parsed and analyzed
Search executed on indexed data
Relevant results found
Results returned to user
End
This flow shows how Elasticsearch processes a search query from receiving it to returning relevant results, highlighting search as its main function.