Re: String searching

Поиск
Список
Период
Сортировка
От Jonathan Vanasco
Тема Re: String searching
Дата
Msg-id 8A1C889C-AFFF-4D90-A0CD-E9765873C472@2xlp.com
обсуждение исходный текст
Ответ на Re: String searching  (Robert DiFalco <robert.difalco@gmail.com>)
Список pgsql-general
On Nov 18, 2014, at 11:49 AM, Robert DiFalco wrote:

> As far as I can tell, the trigram extension would be the easiest way to implement this. It looks like I wouldn't need
tomess with vectors, etc. It would just look like a standard index and query, right? It seems that if I need something
morepowerful in the future that I could always move to ElasticSearch, Sphinx, or something similar. 

I just followed the instructions in the docs to create the index, and ran ANALYZE on the table before running a
standard"like" SELECT. 



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

Предыдущее
От: Robert DiFalco
Дата:
Сообщение: Re: String searching
Следующее
От: Vick Khera
Дата:
Сообщение: Re: String searching