If you have this requirement, I suspect that the reason is that you are
indexing some free text and would like to exclude meaningless terms from
the analysis? If yes then the best way to solve this issue would be to use
a length token filter at indexing time in order to not index these terms
at all:
On Mon, Dec 22, 2014 at 5:45 PM, Bruno Kamiche bkamiche@gmail.com wrote:
Is there any way to set the mininum term length for aggregations?
I mean, I need aggregations of words with a minimum length of 3 characters
for example, also is there any wait to have an skip word list?
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.