Closed
Description
When indexing application logs, the index of the message
field is a significant contributor to disk usage, and more than half the disk it uses is spent of positions. For logging use-cases when search performance is not critical, it would likely be a better trade-off to disable frequencies and positions, and confirm phrase queries using _source
.