Elasticsearch and front end

Hello. I am new to elasticsearch. I want to create front end using java. Its like search box where user will enter text and result should be return.I am not getting any idea about how to do it? Any suggestion?
Thanx

Is it a question about elasticsearch or about Java?

I mean that if you are looking for Elasticsearch Java documentation, you can read that here: https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/index.html

If you are looking for something else can you precise a bit what you want to do and which technology/framework you want to use?

Hi Mitali ,
U should use java client for front end work...u can download java client from es site

basically I have to create a search utility where user can search get result using elasticsearch but I am not sure about how to do it.:frowning:

thanks. Will check out :slight_smile:

You should use php /python or any client to communicate with es. you can write your query from indices..