Re: Word Indexing

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: Word Indexing
Дата
Msg-id Pine.GSO.4.33.0107031640230.20281-100000@ra.sai.msu.su
обсуждение исходный текст
Ответ на Word Indexing  ("Chris Ruprecht" <chrup999@yahoo.com>)
Ответы Re: Word Indexing
Список pgsql-admin
On Tue, 3 Jul 2001, Chris Ruprecht wrote:

> Hi all, specially the developers!
>
> There is a feature which I would like to see - but which, I suppose, will not make it into PostGreSQL any time soon.
Itwould mean to re-write a lot of the indexing (my guess). It's called 'Word Indexing" and it's functionality would
allowsomething like 
>
> Select * from text_table
>   where text_table.text contains 'Red'
>   and   text_table.text contains 'Blue*'
>   and   text_table.text not contains 'Green';
>
> I actually have an application where this would come in extremely handy. Can anybody give me a clue if this is
plannedfor any time in the foreseeable future? 

We're a thinking about integration our ful-text search engine into postgres.
currently you can use something like we do in fts.postgresql.org.
We plan to release in Open Source as soon as we prepare documentation.
In short, look at contrib/intarray

>
> Best regards,
> Chris
>
>

    Regards,
        Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


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

Предыдущее
От: "Chris Ruprecht"
Дата:
Сообщение: Word Indexing
Следующее
От: Gary Stainburn
Дата:
Сообщение: Re: Cannot drop database that is in use (NOT)