Hi Gora, I'm glad to receive your reply. Because of the confidentiality agreement, I can't provide some direct information on this issue. I can give an example. I create a core named AA-core, and setting some fields in managed-schema. The data source is configured in solr-data-config.xml. First, we import 10 pieces of data from DB to AA-core index; Next, we will manipulate the index of AA-core by java codes, Dataimport(full-import or delta-import) of solr, backup or restore by http post requests??One day we found that the AA-core is often the 10 pieces of data, AA-core index could not be modified by java codes or Dataimport of solr, even if there were no exceptions in java or solr logs. So It means that i can still query the data that I deleted it succeed(delete it by java codes or solr Documents <delete><query>id:xxxx</query></delete><commit/>, or delete it in DB then full-import). We can solve this problem by deleting and creating the core. But I don't know how it happened?
Best wishes to you?? Neo neolon...@qq.com ------------------ ???????? ------------------ ??????: "users" <g...@mimirtech.com>; ????????: 2021??8??6??(??????) ????12:17 ??????: "users"<users@solr.apache.org>; ????: Re: help us!!! On Fri, 6 Aug 2021 at 03:38, 839606848 <neolon...@qq.com.invalid> wrote: > Hi&nbsp;kind friends: > > > &nbsp; &nbsp; This is Neo, I have a problem about solr and need help. The > solr version is 5.5.4??cloud mode. It does not take effect when I use > full-import or delta-import to update solr index without any exception in > solr logs.&nbsp;There is always some&nbsp;constant data in solr index, > whether I add new ones or delete old ones. > &nbsp; &nbsp; can you help me?&nbsp;I hope to get your reply. > Assuming this is not some Matrix-style communication :-) you will need to provide more details: what are you trying to index from which source, the relevant parts of your data import handler configuration, etc. Your description of "always some constant data in sole index" makes me think that you are looking at sample data in one of the example cores, but not indexing to that core. Regards, Gora