See above for the fields that should be used for queries.
Using other internal fields is not supported, they are subject to change.
有关应用于查询的字段,请参见上文。
不支持使用其他内部字段,这些字段可能会更改。

Note: When opening up Lucene Indexes with Luke tool, you may not always see all the indexed information. This is because Alfresco uses several indexes for each store to manage transactions and deletions. To understand overall Index Structure and how the different subindexes relate to each other see Index Version 2. The structure of indexes is as follows.
注意:使用Luke工具打开Lucene索引时,您可能并不总是看到所有索引信息。这是因为Alfresco为每个存储使用多个索引来管理事务和删除。要了解整体索引结构以及不同子索引之间的关系,请参阅索引版本2。索引结构如下。

The Lucene index is split into two types of data:
Lucene索引分为两种类型的数据:

  • Properties and other key information held about nodes
  • Additional information for nodes that contain other nodes
  • 关于节点的属性和其他关键信息
  • 包含其他节点的附加信息

So a file would have one entry in the index for all of its properties and key information.
A folder will have at least two entries in the index: one for all of its properties and key information, and one entry for each of the paths to the folder, a container entry. The container entries are used to support hierarchical queries.
因此,一个文件的所有属性和关键信息在索引中都有一个条目。
一个文件夹在索引中至少有两个条目:一个用于其所有属性和键信息,另一个用于文件夹的每个路径,即一个容器条目。容器条目用于支持分层查询。

文档更新时间: 2020-02-11 10:23   作者:凌云文档