Hi, I would like to implement a similar search feature... but not relative to the initial search query but relative to each resuts documents.
The structure of each doc is: id title content price etc... Then we have a database of global search seach queries, i'm thinking to integrate this in solr. I'm planing to implement this as a query of a query... but before i would like to know if there is a built in function in Solr for this? Thanks for your help.