Hi Manoj, This is maybe related to the compression support which was added in Lucene 4.1. Although it improves performance on large indexes, it might prove to be slightly faster on indexes that completely fit in the file-system cache, especially if you fetch a large number of records at each request. Compression can be disabled by using a custom codec but I don't recommend it unless absolutely required.
-- Adrien