True or False? Elasticsearch indexes all data in every field and each indexed field has the same data structure for unified and quick query ability
Answer
False. From the official docs:
"Each indexed field has a dedicated, optimized data structure. For example, text fields are stored in inverted indices, and numeric and geo fields are stored in BKD trees."