Re: Full text searching?
От | Poul L. Christiansen |
---|---|
Тема | Re: Full text searching? |
Дата | |
Msg-id | 3879AE64.17178F68@cs.auc.dk обсуждение исходный текст |
Ответ на | Full text searching? (Colman Reilly <careilly@online.thecia.ie>) |
Список | pgsql-general |
Gunnar R|nning wrote: > > "Poul L. Christiansen" <poulc@cs.auc.dk> writes: > > > I chose to use a 3rd party product (Verity) for full text indexing even > > though I would prefer to use PostgreSQL for fti. > > How is the support for Danish in Verity now ? I convert the characters - e.g. ø will be converted to ø When I do a search, i just replace the search string the same way. The only problem that could arise is when people search for the word "slash", but I guess you could avoid searching ø somehow. > I used Verity indirectly earlier as a plugin in to Sybase. The nice thing > about such an integration where that I could do joins between the different > Verity indexes and my regular tables. > > It would have been nice if PostgreSQL had some sort of extension mechanism > to interface against external servers. Maybe an API for creating proxy > tables, so a join you do against a proxy table really forwards the request > to another service. I'd love to have an index type directly in PostegreSQL called fti which give us full text indexing just as easily as a standard B-tree index. When 7.1 is out, all it needs is fti to make it equal in features to MS SQL Server ;) Poul L. Christiansen
В списке pgsql-general по дате отправления: