Mohammad Sunny
Mohammad Sunny

Reputation: 371

Auto Increment of Document id in Vespa

How can I auto increment document id as I am feeding document of same type into vespa after some period of time.? Should I have to do the increment of doc id manually? Please help.

Upvotes: 0

Views: 135

Answers (1)

Jon
Jon

Reputation: 2339

If you want to replace the document, use the same id. If not, use a new id. Vespa does not provide a way to generate id's.

Upvotes: 2

Related Questions