trueIndices
both when indexing new vectors and when running queries. So you don't need to worry about it at all. If you are curious, the reason for this is that it's much faster to compute the intersection of two sorted arrays of indices than it is to compute the intersection of unsorted arrays.