Hi,
I am new to elasticsearch. I am building an application which uploads the resumes. Then I will fetch the resume of particular candidate using some filters like firstname, lastname etc. I am able to push my postgres data to the elasticsearch(can able to access it through browser URL. Also I have created indexes). I am able to fetch data from postgres to user interface. What I want is when i search it will search from elasticsearch . How do I achieve it.?
I want a general direction. I have installed elasticsearch,created indexes in it which consists my data from postgres db.(For each table created one index). Can able to access those indexes from browser using 9200 port. I am not getting how do I configure in my application so that my fetch will fetch data from elasticsearch instead of from db. I want to index document which is the resume document, which i am able to parse and store in postgres db. But how do I integrate it with my searchbox from UI with elasticsearch.?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.