I am using apache solr 4.10. I have to boost documents against which they are served so that they will have better score. Now for that, I have to log that document id as well as that query.
How to save document id and query ?
Second, I have to use that information to boost that document. How should I do it?