How does Elasticsearch search / filter Numeric types

I understand the inverted index concept for optimized text search as explained here. I was wondering how does it work under the hood for other data types (numeric, dates, etc...). If there is any literature that I can read, can you please share?

I believe it's numeric tries

Thank you. I found the same article after some searching and was reading more about Bkd-Tree.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.