You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a method in BaseDocIndex to check if a document is already indexed in the database.
In short what it would do is to check the id of the given document and check if it already exist in the database.
Context
We should add a method in
BaseDocIndexto check if a document is already indexed in the database.In short what it would do is to check the
idof the given document and check if it already exist in the database.