Actually the docfreq implementaion you added is different since it takes a constant value
The one I was working on uses the field cache value for a given document to get the DocFreq from a different field. The use case is that I have a link graph where a field points to the ID of another document. I rename the function to "joindf" and reopened it: https://issues.apache.org/jira/browse/SOLR-1694 On Thu, Aug 19, 2010 at 10:30 AM, Ryan McKinley <[email protected]> wrote: > ah yes -- i'll take a stab at porting SOLR-1932 to 3.1.x > > > On Thu, Aug 19, 2010 at 12:24 PM, Yonik Seeley > <[email protected]> wrote: >> On Thu, Aug 19, 2010 at 12:01 PM, Ryan McKinley <[email protected]> wrote: >>> Is there any general interest in a DocFrequencyValueSource? >>> https://issues.apache.org/jira/browse/SOLR-1694 >>> >>> Point is to let you sort on the frequency of a term >> >> The frequency of a term within a field? That would be term frequency? >> Anyway, the following issue has already been committed and might meet >> your needs? >> https://issues.apache.org/jira/browse/SOLR-1932 >> >> -Yonik >> http://www.lucidimagination.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
