Tencent has contributed to optimizing Apache Lucene's caching system by addressing lock contention issues through the implementation of read-write locks (RWLock). This enhancement allows multiple threads to read from the cache simultaneously while maintaining data integrity during write operations, significantly reducing lock contention and improving performance by 50% to 200% depending on query complexity. This improvement, now integrated into Lucene's main branch, is expected to enhance query performance across various applications, including vector retrieval, BM25 scoring, and range queries, particularly benefiting real-time applications. Tencent's contribution exemplifies the collaborative spirit of the Elastic community and underscores the growing role of Elasticsearch within the Chinese development ecosystem, particularly in scenarios involving generative AI.