Исходный код вики Apache Lucene

Редактировал(а) Alexandr Fokin 2024/01/08 19:48

Последние авторы
1 | |Welcome to Apache Lucene
2 [[https:~~/~~/lucene.apache.org/>>https://lucene.apache.org/]]
3 | |[[Полнотекстовый поиск>>doc:Алгоритмы.Задачи.Задача\. Поиск.Полнотекстовый поиск.WebHome]]
4 | |
5
6 ----
7
8 ==== Внутренние ссылки: ====
9
10 ====== Дочерние страницы: ======
11
12 {{children/}}
13
14 ====== Обратные ссылки: ======
15
16 {{velocity}}
17 #set ($links = $doc.getBacklinks())
18 #if ($links.size() > 0)
19 #foreach ($docname in $links)
20 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
21 * [[$escapetool.xml($rdoc.fullName)]]
22 #end
23 #else
24 No back links for this page!
25 #end
26 {{/velocity}}
27
28 ----