Update specific field on SOLR index

后端 未结 6 1477
-上瘾入骨i
-上瘾入骨i 2020-12-03 05:40

I want to using solr for search on articles

I have 3 table:

  1. Group (id , group name)
  2. ArticleBase (id, groupId, some other field)
  3. Arti
6条回答
  •  生来不讨喜
    2020-12-03 05:56

    You can refer to this documentation for Partial Updates. You can make an update either by replacing it or adding more values to that particular field although (like a list), it's not required in your case

提交回复
热议问题