the "standard" analyzer might work for your simple example, however be sure to get familiar with how analyzers work before proceeding to using this on any larger amount of data, otherwise you might need to reindex later.
The problem with the "simple" analyzer is that it breaks text into terms whenever it encounters a character which is not a letter, so "100" will just end up as an empty string. You can check the behaviour of the build in analyzers with the "_analyze" endpoint to understand this better:
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.