Solr DIH — How to handle deleted documents?

后端 未结 2 861
情话喂你
情话喂你 2020-12-13 15:34

I\'m playing around with a Solr-powered search for my webapp, and I figured it\'d be best to use the DataImportHandler to handle syncing with the app via the database. I li

2条回答
  •  温柔的废话
    2020-12-13 15:55

    I like to have a "deleted" flag so I don't actually delete my data! Depends on how paranoid you are. I like Mauricio's suggestions...

提交回复
热议问题