Re: Query Boost Functions

2009-05-18 Thread Yonik Seeley
On Mon, May 18, 2009 at 11:12 AM, Koji Sekiguchi wrote: > Yao Ge wrote: >> >> I have a field named "last-modified" that I like to use in bf (Boot >> Functions) parameter: >> recip(rord(last-modified),1,1000,1000) in DisMaxRequestHander. >> However the Solr query parser complain about the syntax of

Re: Query Boost Functions

2009-05-18 Thread Koji Sekiguchi
Yao Ge wrote: I have a field named "last-modified" that I like to use in bf (Boot Functions) parameter: recip(rord(last-modified),1,1000,1000) in DisMaxRequestHander. However the Solr query parser complain about the syntax of the formula. I think it is related with hyphen in the field name. I hav