Term Length when doing aggregations

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?

Bruno

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/3a5b8d6d-b36c-4063-aa73-799407c7ae6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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?

Bruno

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/3a5b8d6d-b36c-4063-aa73-799407c7ae6a%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/3a5b8d6d-b36c-4063-aa73-799407c7ae6a%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Adrien Grand

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j5RwkUzR_5rmnQ_bTS%2BxzWsapPdyYc0PXG0CipiasmePQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.