Re: searchable book database

Поиск
Список
Период
Сортировка
От Sandeep Srinivasa
Тема Re: searchable book database
Дата
Msg-id AANLkTimjETavWXQzdYw8JCSADPhO_TFPML4VpsKiYM6p@mail.gmail.com
обсуждение исходный текст
Ответ на searchable book database  (Miguel Vaz <pagongski@gmail.com>)
Ответы Re: searchable book database  (Dann Corbit <DCorbit@connx.com>)
Список pgsql-general
If you dont ever need to return the complete book text to a user (which means, you only need the book text for your search indexes only), then keep the text on file and use Apache Solr to index it.

regards
Sandeep

On Fri, Aug 20, 2010 at 1:05 AM, Miguel Vaz <pagongski@gmail.com> wrote:

Hi,

I need to make a database of books. Several specific subject books that are to be searchable. 

Is it viable to have the complete book text on a database and search inside it? Or should i consider keeping only its metadata (name, author, filename, etc) on the DB, keep the book file on the HD and use some sort of search algorithm on the file? If you agree on the second option, what would you guys suggest for text file searching? Its for a web project, so how could i go about doing this? (PHP, python...)

Thanks.

MV

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Wiki on pgfoundry
Следующее
От: Dann Corbit
Дата:
Сообщение: Re: searchable book database