postgresql - Doublets detection and scoring using ElasticSearch -


i'm trying study feasibility of content doublets detection microservice backed elasticsearch

we have plsql procedure calculating levenshtein distance of user input (title + message) against previous entries in plsql, procedure return each entry percentage of ressemblance

is possible give elasticsearch title + message + user_id, loops against entries calculate score each 1 or need write plugin such purpose ?


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -