Could I change ES query parser to support "Surround query parser".
org.apache.lucene.queryParser.surround.parser.QueryParser
and do something mentioned in query parser
99w(aa,bb,cc)
99n(aa,bb,cc)
or something mentioned here
(spot w prices) 3w (gulf w coast)
Or could some other way to do this in ES? I am new to SearchEngine. Any sugguestion would be appreicated.