Is there any suffix query in elastic search. I can retrieve data from
document by using prefix query. how can I retrieve data from document by
using a suffix of any string. for example by using prefix we can search a
string like "Education" with "Edu"
{
"prefix" : {
"system":"Edu"
}
}
It is possible to search same string with its suffix i.e. "Education"
with its "ion" or with its middle letters like "cat".
Is there any suffix query in elastic search. I can retrieve data from document by using prefix query. how can I retrieve data from document by using a suffix of any string. for example by using prefix we can search a string like "Education" with "Edu"
{
"prefix" : {
"system":"Edu"
}
}
It is possible to search same string with its suffix i.e. "Education" with its "ion" or with its middle letters like "cat".
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.