How to update an already indexed document? #124
-
Is using I'm using lifti to index documents that can update outside of the index - so I need to re-index them on change. I'm currently using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As long as you've got the default duplicate key behaviour configured (https://mikegoatly.github.io/lifti/docs/index-construction/withduplicatekeybehavior/) then the index will manage the contains/remove/add process |
Beta Was this translation helpful? Give feedback.
As long as you've got the default duplicate key behaviour configured (https://mikegoatly.github.io/lifti/docs/index-construction/withduplicatekeybehavior/) then the index will manage the contains/remove/add process