Re: Full text search

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Full text search
Дата
Msg-id 18367.1265825027@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Full text search  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Список pgsql-novice
Mladen Gogala <mladen.gogala@vmsinfo.com> writes:
> Where can I find the list of separator characters for the configuration
> named "english"? In other words, I need the list of characters which
> delimit words.

The default parser is documented here:
http://www.postgresql.org/docs/8.4/static/textsearch-parsers.html

Anything that isn't a letter, a digit, or allowed by one of the
special cases mentioned there will be treated as a separator.

Also, a bit of experimentation with ts_debug() should clear up any
details you find unclear.

            regards, tom lane

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

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Full text search
Следующее
От: Lee
Дата:
Сообщение: Question about commit