Re: FTS

Поиск
Список
Период
Сортировка
От Jonatan Malaver
Тема Re: FTS
Дата
Msg-id 58E13A9FA1D4994EB29384A8025A97B21BBF88A6@mbx027-e1-nj-6.exch027.domain.local
обсуждение исходный текст
Ответ на FTS  (Jonatan Malaver <jon.malaver@shrewsburyma.gov>)
Список pgsql-novice

Thanks! I’ll give that a try

 

 

From: David Johnston [mailto:david.g.johnston@gmail.com]
Sent: Monday, May 05, 2014 11:13 AM
To: Jonatan Malaver
Subject: Re: [NOVICE] FTS

 

   "kva" thoughs the FTS query off. If I remove kva then it works. I'm looking for suggestions. Should I look for those keywords on the search string and remove them? Or is there a way to make postgres ignore it?

 

​Create a custom dictionary configuration that defines the abbreviations as "stop words" ​and use it to parse the input query.

 

12.3.2. Parsing Queries

to_tsquery([ config regconfig, ] querytext text) returns tsquery

 

The documentation is hopefully sufficiently helpful for describing how to create a custom configuration and make use of it.

 

David J.

 

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

Предыдущее
От: David Johnston
Дата:
Сообщение: Fwd: FTS
Следующее
От: Jack Kaufman
Дата:
Сообщение: Re: FTS