F.59. snowball_ext

Модуль snowball_ext реализует поддержку полнотекстового поиска для непальского языка в словаре Snowball. Этот модуль добавляет стеммер nepali_stem, конфигурацию полнотекстового поиска nepali, а также создаёт шаблон snowball_ext.

F.59.1. Установка

Модуль snowball_ext включён в состав Postgres Pro. Установив Postgres Pro, создайте расширение snowball_ext, выполнив следующую команду:

CREATE EXTENSION snowball_ext;

F.59.2. Использование

Функциональность расширения snowball_ext для непальского языка аналогично функциональности встроенного словаря Snowball для других поддерживаемых языков. Подробнее о настройке полнотекстового поиска можно узнать в Главе 12.

F.59.3. Авторы

Postgres Professional, Москва, Россия

F.59. snowball_ext

The snowball_ext module enables full-text search support for the Nepali language in the Snowball dictionary. This module adds the nepali_stem stemmer and the nepali configuration, as well as creates a full-text search template snowball_ext.

F.59.1. Installation

The snowball_ext module is included into Postgres Pro. Once you have Postgres Pro installed, create the snowball_ext extension using the following statement:

CREATE EXTENSION snowball_ext;

F.59.2. Usage

The functionality of the snowball_ext extension for the Nepali language is identical to the one provided by the built-in Snowball dictionary for other supported languages. For details on configuring full-text search, see Chapter 12.

F.59.3. Authors

Postgres Professional, Moscow, Russia

FAQ