BUG #13478: Simple dictionary does not check for stopwords

Поиск
Список
Период
Сортировка
От john.grant@suncast.co.uk
Тема BUG #13478: Simple dictionary does not check for stopwords
Дата
Msg-id 20150630111504.1645.57393@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13478: Simple dictionary does not check for stopwords  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13478
Logged by:          John Grant
Email address:      john.grant@suncast.co.uk
PostgreSQL version: 9.4.4
Operating system:   Ubuntu & Windows
Description:

COMMENT ON TEXT SEARCH DICTIONARY simple IS 'simple dictionary: just lower
case and check for stopword';

The following command should return {}:

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

Instead it returns {the}

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

Предыдущее
От: schmidt@dltmail.de
Дата:
Сообщение: BUG #13477: cant parse json into complex type
Следующее
От: dabraham@sweatshop.org
Дата:
Сообщение: BUG #13479: Doc contains dead link