Can someone explain how to do a real-time search with ElasticSearch? For example, to show the results of a line on a web page after entering the keyboard. (just like Jquery autocomplete).
I know that there are some libraries, but I do not understand the client part, should it be an AJAX request for PHP or a URL?
What is the easiest way to do this?