[
https://issues.apache.org/jira/browse/SOLR-15810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446513#comment-17446513
]
Gus Heck commented on SOLR-15810:
---------------------------------
I can't read Chinese, but at a guess based on your red boxes, you maybe want to
read this:
[https://solr.apache.org/guide/8_10/indexing-nested-documents.html#maintaining-integrity-with-updates-and-deletes]
If that doesn't resolve your issue, you may find it profitable to find someone
to help you translate to English, since that is the primary language or at
least a fluency for most contributors. I also suspect that this may be a
request for help, and if so you will find better help on the mailing list. Jira
is not used as a support portal by this project and only for making changes to
the software (bugs, or patches) i.e. Jira is for when you are sure you know
something. It is not a good place to get help when you don't understand
something :)
> Solr文档可以添加相同ID的嵌套文档
> -------------------
>
> Key: SOLR-15810
> URL: https://issues.apache.org/jira/browse/SOLR-15810
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Admin UI, clients - java
> Affects Versions: 8.9, 8.11
> Reporter: zhengkangqiu
> Priority: Major
> Attachments: image-2021-11-19-17-54-03-535.png,
> image-2021-11-19-17-57-59-827.png
>
>
> 1、索引文档包含子文档(index parent document include nested document)
> {
> "unid":"1556afc04a964c70a4ed2f72c534cd31",
> "price_i":666,
> "color_s":"GREY",
> "wx":
>
> { "unid":"2d7460365c7044df8c6cb19925565c45",
> "price_i":3333 }
> }
> !image-2021-11-19-17-54-03-535.png!
> 2、添加子文档(add a child document to parent document)
> {
> "unid":"1556afc04a964c70a4ed2f72c534cd31",
> "wx":
> {
> "add":
> { "unid":"2d7460365c7044df8c6cb19925565c45",
> "price_i":3333 }
> }
> }
> 3、查询文档变化(look for result)
> !image-2021-11-19-17-57-59-827.png!
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]