Re: Fastest Index/Algorithm to find similar sentences

Поиск
Список
Период
Сортировка
От andres.pascal
Тема Re: Fastest Index/Algorithm to find similar sentences
Дата
Msg-id 1377039968546-5768127.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Fastest Index/Algorithm to find similar sentences  (Sergey Konoplev <gray.ru@gmail.com>)
Список pgsql-general
As I understand, you need to search strings by similarity (using levenshtein
or any other metric distance). In that case, you can use metric indexes like
FHQT or FQA (this is better if you are using a relational database, like
postgres). But they are not implemented yet in most DBMS, so you need to
program the index. It s not too hard, but you need to understand the base
concepts. You can look for "searching in metric spaces" to read about it. If
you are in a hurry, you can mail me and maybe I can help you.

Andres.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Index-for-Levenshtein-distance-tp5764546p5768127.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Aram Fingal
Дата:
Сообщение: Alternate input for user defined data type
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Fastest Index/Algorithm to find similar sentences