You can add new info into existing index using insert method.
documents = private data
for doc in docs:
index.insert(doc)
But I guess you'll have spin up new index for new with public and thier private data as previous one will have first user private data until you delete it