Hi everyone. Elasticsearch question about JAVA API:
I have a string (36 characters) where only last 8 characters are different (other chars are prefix) and therefore I want to do search query over these last 8 characters (elasticsearch must ignore the prefix in search time and look for the last chars only).
I don't want to use "wildcard query" approach, because it slows down search.
Thank you Mr Pilato
I did same already.
But its possible sometimes user does not have access to the data at the indexing time and have to search on provided documents. so I think it should be better if a client API explicitly exist for this scenario.
Anyway, it seems that your solution is the best choice.
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.