v.23.10Performance Improvement

Improved Inverted Index Creation Performance by 30% with absl::flat_hash_map

Improved the performance of inverted index creation by 30%. This was achieved by replacing std::unordered_map with absl::flat_hash_map. #55210 (Harry Lee).