This paper introduces a new data structure called Dynamic Ordered Multi-Field Index (DOMI) aimed at improving information retrieval efficiency by utilizing radix trees in segments combined with a hash table for direct access. The DOMI structure enhances look-up performance for single-field queries and optimizes query processing in large data sets by minimizing unnecessary searches and communication overhead. Overall, the proposed index structure demonstrates a reduction in storage space compared to traditional methods, making it more suitable for big data applications.