I don't see how that is possible unless that field wasn't indexed.
array[index] = updatedValue;
And then you can sort or filter by these numeric values, as well as the usual text searching. More info in the docs here: http://www.searchify.com/documentation/python-client#documen...
Note that if you update a text field, it does a normal reindex (although it's true real-time in IndexTank).
I don't see how that is possible unless that field wasn't indexed.