Turning off automatic ranking on words

Поиск
Список
Период
Сортировка
От James Dooley
Тема Turning off automatic ranking on words
Дата
Msg-id c01aff630902060421m57d55173v1a94149ebecd30c5@mail.gmail.com
обсуждение исходный текст
Ответы Re: Turning off automatic ranking on words  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-general
Hi,

How can I turn off the positioning since I won't be needing it.

SELECT to_tsvector('english','in the list of stop words');
        to_tsvector
----------------------------
 'list':3 'stop':5 'word':6

I don't need to store the positions as shown in the example because I rank according to date/price etc..

Thank you, James

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: How to use compoundwords controlled z when creating dictionary
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Turning off automatic ranking on words