Re: [GENERAL] Index for Levenshtein distance (better format)

2013-07-22 Thread Giuseppe Broccolo
Hi Janek, Il 21/07/2013 16:46, Janek Sendrowski ha scritto: Hi, Im searching for a suitable Index for my query witch compares Strings with the Levenshtein distance. I read that a prefix index would fit, but I dont know how to build it. I only know that its supported by Gist. I couldn't find

[GENERAL] Index for Levenshtein distance (better format)

2013-07-21 Thread Janek Sendrowski
Hi, Im searching for a suitable Index for my query witch compares Strings with the Levenshtein distance. I read that a prefix index would fit, but I dont know how to build it. I only know that its supported by Gist. I couldn't find an instructions so I hope someone can help me.   Best regards,

[GENERAL] Index for Levenshtein distance

2013-07-20 Thread Janek Sendrowski
Hi, I'm searching for a suitable Index for my query witch compares Strings with the Levenshtein distance. I read that a prefix index would fit, but I don't know how to build it. I only know that its supported by Gist. I couldn't find an instructions so I hope someone can help me.   Best regard