Re: BUG #12204: Getting wrong results from full text search

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #12204: Getting wrong results from full text search
Дата
Msg-id 20141211173237.GJ1768@alvh.no-ip.org
обсуждение исходный текст
Ответ на BUG #12204: Getting wrong results from full text search  (prasanna@semantifi.com)
Ответы Re: BUG #12204: Getting wrong results from full text search
Список pgsql-bugs
prasanna@semantifi.com wrote:

> select sckw.*
> FROM semantified_content_key_word sckw
> where TO_TSVECTOR(sckw.key_word_text) @@ TO_TSQUERY('exhausted');
>
> This is the query which  i am running.And the keyword "exhausted" is present
> only in one of the rows but i am getting all the 3 rows.

My guess, without actual experimentation, is that "exhausted" stems down
to "exhaust", which is present in the three provided rows.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Предыдущее
От: prasanna@semantifi.com
Дата:
Сообщение: BUG #12205: Getting wrong results from full text search
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #12202: json operator ->>with offset