Hi, I'm writing a function query to score documents based on Levenshtein distance from a string. I want my function calls to look like:
lev(myFieldName, 'my string to match') I'm running into trouble parsing the string I want to match ('my string to match' above). It looks like all the built in support is for parsing field names and numeric values. Am I missing the string parsing support, or is it not there, and if not, why? Thanks, Wojtek -- View this message in context: http://www.nabble.com/Passing-FuntionQuery-string-parameters-tp25351825p25351825.html Sent from the Solr - User mailing list archive at Nabble.com.