Re: BUG #13478: Simple dictionary does not check for stopwords

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13478: Simple dictionary does not check for stopwords
Дата
Msg-id 4587.1435703895@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #13478: Simple dictionary does not check for stopwords  (john.grant@suncast.co.uk)
Список pgsql-bugs
john.grant@suncast.co.uk writes:
> The following command should return {}:

> SELECT ts_lexize('simple','The');

> Instead it returns {the}

No, that's correct, because that dictionary instance hasn't been
configured with any stopword file.  You need to define a dictionary
that's been connected to the stopword file you want, as in the example in

http://www.postgresql.org/docs/9.4/static/textsearch-dictionaries.html#TEXTSEARCH-SIMPLE-DICTIONARY

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #13479: Doc contains dead link
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13479: Doc contains dead link