making tsearch2 dictionaries

Поиск
Список
Период
Сортировка
От Ben
Тема making tsearch2 dictionaries
Дата
Msg-id 1076888119.7818.1258.camel@purple
обсуждение исходный текст
Ответы Re: making tsearch2 dictionaries  (Ben <bench@silentmedia.com>)
Re: making tsearch2 dictionaries  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-general
I'm trying to make myself a dictionary for tsearch2 that converts
numbers to their english word equivalents. This seems to be working
great, except that I can't figure out how to make my lexize function
return multiple lexemes. For instance, I'd like "100" to get converted
to {one,hundred}, not {"one hundred"} as is currently happening.

How do I specify the output of the lexize function so that this will
happen?


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: PostgreSQL Indexing versus MySQL
Следующее
От: Ben
Дата:
Сообщение: Re: making tsearch2 dictionaries