Re: tsearch2 and pdf files

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: tsearch2 and pdf files
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FDF8@algol.sollentuna.se
обсуждение исходный текст
Ответ на Re: tsearch2 and pdf files  (Henrik Zagerholm <henke@mac.se>)
Ответы Re: tsearch2 and pdf files  ("philip johnson" <philip.johnson@atempo.com>)
Список pgsql-general
> 1. Convert PDF to file with e.g xpdf
> 2. Insert parsed text to a table of your choice.
> 3. Make vectors from the text.

Actually, if you're not going to use the headline() function, you cna
just store it directly in a vector, cutting down on the size
requirements. Just insert to the to_tsvector() result. The full text is
required for headline() though, so you can't cheat on that.

//Magnus

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

Предыдущее
От: Henrik Zagerholm
Дата:
Сообщение: Re: tsearch2 and pdf files
Следующее
От: "Jonathan Ellis"
Дата:
Сообщение: forcing compression of text field