0

考虑以下是XML数据的一部分:

<Author>
   <Level1>Justice</OrganizationLevel1>
   <Level2>National Justice</OrganizationLevel2>
   <URL>http://www.usdoj.gov</URL>
</Author>
<Editor>
   <Level1>Association</OrganizationLevel1>
   <Level2>Films for Sciences</OrganizationLevel2>
   <URL>http://www.films.com</URL>
</Editor>

如果在 ML6 中将 apath-range-index添加到Editor(父)元素,则其子元素也会反映 this path-range-index

谁能解释一下这个??

谢谢。

4

1 回答 1

3

不; 路径范围索引仅索引由指定 xpath 标识的节点。如果您需要子元素的范围索引,那么您需要分别为每个子元素指定路径范围索引。

于 2013-05-20T23:52:40.617 回答