Changes for page Core

Last modified by Marius Dumitru Florea on 2022/11/25 10:52

From version 4.1
edited by Thomas Mortagne
on 2022/11/25 09:55
Change comment: There is no comment for this version
To version 5.1
edited by Thomas Mortagne
on 2022/11/25 10:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,6 +19,8 @@
19 19  |locales|The list of locales covered by this entry. Dynamically determined from the list of enabled locales and the various locales of the document.
20 20  |language|Contains only the language part of the locale
21 21  |hidden|Whether the entity is hidden on not. Only documents can be made hidden explicitly. The attachments, objects and object properties are hidden if the document that holds them is hidden.
22 +|links|{{version since="14.8"}}the reference of the resources where the various links found in that entity are leading to{{/version}}
23 +|links_extended|{{version since="14.8"}}contains **links** plus all the references parents to make easier to search or cleanup links from any entity level (per wiki, per space, per document, etc.){{/version}}
22 22  
23 23  = Document Fields =
24 24  
... ... @@ -25,7 +25,7 @@
25 25  First of all we need to index the document title, content and meta data.
26 26  
27 27  |=Name|=Description
28 -|fullname|
30 +|fullname|\\
29 29  |title_*|The localized title, indexed based on the document locale. E.g. title_ro
30 30  |title_sort|We need a dedicated field for sort because analyzed fields cannot be used for sort.
31 31  |doccontent_*|The rendered document content (transformations are not executed). E.g. doccontent_pt_BR . NOTE: The reason we added the 'doc' prefix instead of keeping just 'content' is because we wanted to be able to use a different boost value for the document content than for the object (##objcontent##) and the attachment content (##attcontent##, see the 'qf' parameter in ##solrconfig.xml##).

Get Connected