1.. ==================================================
2.. FOR YOUR INFORMATION
3.. --------------------------------------------------
4.. -*- coding: utf-8 -*- with BOM.
5
6.. include:: ../../Includes.txt
7
8
9
10.. _index-section:
11
12index\_section
13^^^^^^^^^^^^^^
14
15Points out the section where an entry in index\_phash belongs.
16
17
18.. _index-section-phash:
19
20phash
21"""""
22
23.. container:: table-row
24
25   Field
26         phash
27
28   Description
29         The phash of the indexed document.
30
31
32
33.. _index-section-phash-t3:
34
35phash\_t3
36"""""""""
37
38.. container:: table-row
39
40   Field
41         phash\_t3
42
43   Description
44         The phash of the "parent" TYPO3 page of the indexed document.
45
46         If the "document" being indexed is a TYPO3 page, then phash and
47         phash\_t3 are the same.
48
49         But if the document is an external file (PDF, Word etc) which are
50         found as a LINK on a TYPO3 page, then this phash\_t3 points to the
51         phash of that TYPO3 page. Normally it goes like this when indexing: 1)
52         The TYPO3 document is indexed (this has a phash-value of course), then
53         2) if any external files are found on the page, they are indexed as
54         well AND their phash\_t3 will become the phash of the TYPO3 page they
55         were on.
56
57         The significance of this value is that indexed external files may have
58         more than one record in "index\_section" (with the same phash), a
59         record for each parent page where a link to the document was found!
60         There are details about this in the section of this document that
61         describes the complexities of indexing pages.
62
63
64
65.. _index-section-rl0:
66
67rl0
68"""
69
70.. container:: table-row
71
72   Field
73         rl0
74
75   Description
76         The id of the root-page of the site.
77
78
79
80.. _index-section-rl1:
81
82rl1
83"""
84
85.. container:: table-row
86
87   Field
88         rl1
89
90   Description
91         The id of the level-1 page (if any) of the indexed page.
92
93
94
95.. _index-section-rl2:
96
97rl2
98"""
99
100.. container:: table-row
101
102   Field
103         rl2
104
105   Description
106         The id of the level-2 page (if any) of the indexed page.
107
108
109
110.. _index-section-page-id:
111
112page\_id
113""""""""
114
115.. container:: table-row
116
117   Field
118         page\_id
119
120   Description
121         The page id of the indexed page.
122
123
124
125.. _index-section-uniqid:
126
127uniqid
128""""""
129
130.. container:: table-row
131
132   Field
133         uniqid
134
135   Description
136         This is just an autoincremented unique, primary key. Generally not
137         used (i think)
138
139
140