Natural language processing with elastic search

Hi,
I wanted to integrate search functionality in my website.

I am using elasticsearch for it, If user searches "Maruti suzkuki under 2 lac" then it has to search cars having brand name "Maruti Suzuki" and price under 2 lac. How can I achieve this?

Types of searches

maruti suzuki under 2 lac
maruti suzuki 20000km driven
cars 2015 year model etc.

I have mysql database and i am using logstash for importing data into ES.

version
ES 5.4
logstash 5.4

You may add an NLP layer before querying Elasticsearch. You may use wit.ai for the same. This will enable you to recognize the enitites based on which you may build your ES equivalent query.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.