Последние авторы
1 Порт библиотеки [[Apache Lucene>>Разработка.JVM.Java.Библиотеки.Apache Lucene.WebHome]].
2 Lucene.Net is a port of the Lucene search library, written in C# and targeted at .NET runtime users.
3
4 ----
5
6 [[Полнотекстовый поиск>>doc:Алгоритмы.Задача\. Поиск.Полнотекстовый поиск.WebHome]]
7
8 Lucene.NET
9 https://lucenenet.apache.org/#quick-start
10
11 Используем Lucene.Net для высокоточного полнотекстового поиска
12 http://sonyks2007.blogspot.com/2015/04/lucenenet.html
13
14 ----
15
16 ==== Внутренние ссылки: ====
17
18 ====== Дочерние страницы: ======
19
20 {{children/}}
21
22 ====== Обратные ссылки: ======
23
24 {{velocity}}
25 #set ($links = $doc.getBacklinks())
26 #if ($links.size() > 0)
27 #foreach ($docname in $links)
28 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
29 * [[$escapetool.xml($rdoc.fullName)]]
30 #end
31 #else
32 No back links for this page!
33 #end
34 {{/velocity}}
35
36 ----