2

I would like to allow for versioning of text in Vespa. If a user changes certain fields over time the changes would be tracked and versions could be restored.

I imagine a solution running in parallel to Vespa would be the way to go, with version numbers being stored in the vespa doc as unindexed data.

Any recommendations on a solution to use to do this? Something like http://jsonpatch.com?

SirGanya
  • 142
  • 1
  • 9

1 Answers1

1

I would just store each version as a separate document by including the version in the document id.

Jon
  • 2,043
  • 11
  • 9