Oops - that's definitely not the link I meant to give ;-) Here's the
link from slideshare:

http://www.slideshare.net/thelabdude/boosting-documents-in-solr-lucene-revolution-2011

In there we used Mahout to calculate recommendation scores and then
loaded them using external file field.

Cheers,
Tim

On Thu, Feb 14, 2013 at 11:25 AM, Timothy Potter <thelabd...@gmail.com> wrote:
> Start by looking at Solr's external file field and
> http://www.linkedin.com/profile/view?id=18807864&trk=tab_pro
>
> On Thu, Feb 14, 2013 at 6:24 AM, Á_____o <chachime...@yahoo.es> wrote:
>> Well, thinking a bit more, the second solution is not practical.
>>
>> If Solr retrieves, say, 1.000 documents, I would have to navigate through
>> ALL (maybe less with some reasonable upper limit) of them to recalculate the
>> scores and reorder them according to the new score although the Web App is
>> going to show just the first 20.
>>
>> In other words, I would lose the benefits of Solr's (well, and most DB's)
>> row/offset feature to retrieve information in batchs rather than the whole
>> amount of results which may not be seen by the user at all.
>>
>> I'm now wondering if a custom implementation of a ValueSource + a
>> FunctionQuery is a solution to my problem...
>>
>> Any hint?
>> Thanks!
>>
>> Álvaro
>>
>>
>>
>> --
>> View this message in context: 
>> http://lucene.472066.n3.nabble.com/Combining-Solr-score-with-customized-user-ratings-for-a-document-tp4040200p4040444.html
>> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to