polifonia-project / facets-search-engine

6 stars 0 forks source link

load data UI: warn duplicate exists #71

Open TiangeZhu opened 1 year ago

TiangeZhu commented 1 year ago

This is according to doc_id. If there is a doc with different doc_id but same content, we allow that because he comparison between content is rather hard and time-consuming.

  1. UI: "doc_id" alreay exists. are you sure you want to upload this doc?
  2. corresponding to (1), if YES, it deletes the old one from both ES and database and load the new one. Otherwise abort the mission.