Hello, I am currently using a ListIndex with a chunk size of 8000 tokens. I learned that if we use a ListIndex every chunk if indexed during query time and not indexed before during set up (like VecotrStoreIndex). My question is does this indexing for ListIndex happen during every query or is it only during first query and then the index is stored? thanks