RT index, how to represent the ID from mysql for updating the index

I can create the rt index using the official manticoresearch php client.
An index seems to be automatically created…
Therefore my mysql ID is not the same as the manticore index ID
So when i need to update a record/document in the index how do I reference it?

don’t worry, i solved it…was very easy
addDocument()
and
replaceDocument()
both take an ID after the data array which is passed into the index

1 Like