Is there a way to update only 1 doc in the index rather than index the entire collection everytime there is a change ?
Given a specific field (I use as ID) of my indexed doc, how can I select it and update its other fields ? thanks
Is there a way to update only 1 doc in the index rather than index the entire collection everytime there is a change ?
Given a specific field (I use as ID) of my indexed doc, how can I select it and update its other fields ? thanks