Re: Custom FunctionQuery in Solr

2017-08-07 Thread Erick Erickson
bq: The goal is to take a field called 'foo' from all the documents and modify that field with a custom function. I don't really understand that. You use the contents of the field to modify the score of a doc with a custom function query. If you want to modify the field that's returned with a doc

Custom FunctionQuery in Solr

2017-08-07 Thread Ali Husain
I'm trying to implement something like this in Solr 6.6 http://www.solrtutorial.com/custom-solr-functionquery.html Custom Solr FunctionQueries - Solr Tutorial.com www.solrtutorial.com Custom Solr FunctionQueries. Solr FunctionQueries a