phrase search

Поиск
Список
Период
Сортировка
От Sushant Sinha
Тема phrase search
Дата
Msg-id 1212287182.5891.53.camel@dragflick
обсуждение исходный текст
Ответы Re: phrase search
Список pgsql-hackers
I have attached a patch for phrase search with respect to the cvs head.
Basically it takes a a phrase (text) and a TSVector. It checks if the
relative positions of lexeme in the phrase are same as in their
positions in TSVector.

If the configuration for text search is "simple", then this will produce
exact phrase search. Otherwise the stopwords in a phrase will be ignored
and the words in a phrase will only be matched with the stemmed lexeme.

For my application I am using this as a separate shared object. I do not
know how to expose this function from the core. Can someone explain how
to do this?

I saw this discussion on phrase search and I am not sure what other
functionality is required.

http://archives.postgresql.org/pgsql-general/2008-02/msg01170.php

-Sushant.

Вложения

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Overhauling GUCS
Следующее
От: Kevin Walker
Дата:
Сообщение: Re: proposal: Preference SQL