How Aerospike secondary index query works?

If I have 1 Million records for secondary key = key1 and if I fire equal query on secondary index then client will get 1Million records. But if just after firing query, if I start adding more records with secondary key = key1, would I get new records also ?