问题
I wanted to integrate search functionality in my website.
I am using elastic search 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.
ES version 5.4
来源:https://stackoverflow.com/questions/44187481/natural-language-processing-with-elastic-search