lucene - How to perform full text search with modifiers in Elasticsearch -


i building web application using elasticsearch playframework[java] full text search option. want process "sony ericsson phones under 300 dollars" or "samsung phones with 3g". new lucene/elasticsearch, wanted know best way go it.

do need parse terms "above, below, with" etc in code , generate relevant queries elasticsearch or there better/standard way this? understand nlp complex area, wanted know how others , how of effort be. , want add doesn't need perfect. help?

out of box, elasticsearch supports modified lucene query syntax , not aware of plugins described. so, need parsing in application , generate elasticsearch queries.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -