Re: Document rating/popularity and scoring

2008-07-14 Thread climbingrose
Hi Yonik, I have had a looked at ExternalFileField. However, I coudn't figured out how to include the externally referenced field in the search results. Also, sorting on this type of field isn't possible right? Thanks. On Sat, Jul 12, 2008 at 2:28 AM, climbingrose <[EMAIL PROTECTED]> wrote: > T

Re: Document rating/popularity and scoring

2008-07-11 Thread climbingrose
Thanks Yonik. I will try it out. Btw, what cache should we use for multivalued, untokenised fields with large number of terms? Faceted search on these fields seem to be noticeably slower even if I have allocated enough filterCache. There seems to be a lot of cache lookups for each query. On Sat, Ju

Re: Document rating/popularity and scoring

2008-07-11 Thread Yonik Seeley
See ExternalFileField and BoostedQuery -Yonik On Fri, Jul 11, 2008 at 11:47 AM, climbingrose <[EMAIL PROTECTED]> wrote: > Hi all, > Has anyone tried to factor rating/popularity into Solr scoring? For example, > I want documents with more page views to be ranked higher in the search > results. Fro

Document rating/popularity and scoring

2008-07-11 Thread climbingrose
Hi all, Has anyone tried to factor rating/popularity into Solr scoring? For example, I want documents with more page views to be ranked higher in the search results. From what I can see, the most difficult thing is that we have to update the number of page views for each document. With Solr-139, do