File tree Expand file tree Collapse file tree 4 files changed +62
-0
lines changed Expand file tree Collapse file tree 4 files changed +62
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ CREATE EXTENSION <replaceable>module_name</> FROM unpackaged;
151
151
&seg;
152
152
&sepgsql;
153
153
&shared-ispell;
154
+ &snowball-ext;
154
155
&sr-plan;
155
156
&sslinfo;
156
157
&tablefunc;
Original file line number Diff line number Diff line change 161
161
<!ENTITY contrib-spi SYSTEM "contrib-spi.sgml">
162
162
<!ENTITY sepgsql SYSTEM "sepgsql.sgml">
163
163
<!ENTITY shared-ispell SYSTEM "shared-ispell.sgml">
164
+ <!ENTITY snowball-ext SYSTEM "snowball-ext.sgml">
164
165
<!ENTITY sslinfo SYSTEM "sslinfo.sgml">
165
166
<!ENTITY sr-plan SYSTEM "sr_plan.sgml">
166
167
<!ENTITY tablefunc SYSTEM "tablefunc.sgml">
Original file line number Diff line number Diff line change 51
51
<entry><literal>russian_hunspell</literal></entry>
52
52
<entry><literal>russian_hunspell</literal></entry>
53
53
</row>
54
+ <row>
55
+ <entry>Nepali</entry>
56
+ <entry><filename>hunspell_ne_np</filename></entry>
57
+ <entry><literal>nepali_hunspell</literal></entry>
58
+ <entry><literal>nepali_hunspell</literal></entry>
59
+ </row>
54
60
</tbody>
55
61
</tgroup>
56
62
</table>
Original file line number Diff line number Diff line change
1
+ <!-- doc/src/sgml/snowball-ext.sgml -->
2
+
3
+ <sect1 id="snowball-ext" xreflabel="snowball_ext">
4
+ <title>snowball_ext</title>
5
+
6
+ <indexterm zone="snowball-ext">
7
+ <primary>snowball-ext</primary>
8
+ </indexterm>
9
+
10
+ <para>
11
+ The <filename>snowball_ext</filename> module enables full-text
12
+ search support for the Nepali language in the Snowball dictionary.
13
+ This module adds the <literal>nepali_stem</literal> stemmer and
14
+ the <literal>nepali</literal> configuration, as well as creates
15
+ a full-text search template <literal>snowball_ext</literal>.
16
+ </para>
17
+
18
+ <sect2>
19
+ <title>Installation</title>
20
+
21
+ <para>
22
+ The <filename>snowball_ext</filename> module is included into
23
+ <productname>&project;</productname>. Once you have <productname>&project;</productname>
24
+ installed, create the <filename>snowball_ext</filename> extension
25
+ using the following statement:
26
+ <programlisting>
27
+ CREATE EXTENSION snowball_ext;
28
+ </programlisting>
29
+ </para>
30
+
31
+ </sect2>
32
+
33
+ <sect2>
34
+ <title>Usage</title>
35
+
36
+ <para>
37
+ The functionality of the <filename>snowball_ext</filename> extension
38
+ for the Nepali language is identical to the one provided by the
39
+ built-in Snowball dictionary for other supported languages. For
40
+ details on configuring full-text search, see <xref linkend="textsearch">.
41
+ </para>
42
+
43
+ </sect2>
44
+
45
+ <sect2>
46
+ <title>Authors</title>
47
+
48
+ <para>
49
+ Postgres Professional, Moscow, Russia
50
+ </para>
51
+
52
+ </sect2>
53
+
54
+ </sect1>
You can’t perform that action at this time.
0 commit comments