Home > Forum > Data sources > Querying with SOLR

Querying with SOLR
0

MVP

Hello,
is there a possibility to use existing SOLR as Data Source?

I had an idea to show users SQL grid, which would show similar items found in database, based on text typed in regular TextInput field. That lead me to Levenshtein Distance algorithm, which might be slow in SQL, but i've found that such a thing is already implemented in SOLR (https://stackoverflow.com/questions/1752301/how-to-configure-solr-to-use-levenshtein-approximate-string-matching).

Also, any ideas how to implement it any other way?