The analyzer will ignore strings larger than this size. Useful for generic not_analyzed fields that should ignore long text.
What exactly does this mean? If my field is 257 characters, will the field.raw not be searchable at all? Will it not show up in aggregations. Will only the first 256 characters be included?
Terms aggregation completely fails on this field's .raw value – values that are longer are not truncated; no buckets at all are returned for these values.
If the field is not_analyzed, then why do the docs mention that the analyzer will ignore strings larger than this size...?
Edit: I just found that the new 2.0 documentation better explains ignore_above. That documentation doesn't exist for 1.x versions, but I'm hoping behavior was the same or very similar.
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.