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

Query Boost Functions

2009-05-18 Thread Yao Ge
ied to add single and double quote around the field name but didn't help. Can field name contain hyphen in boot functions? How to do it? If not, where do I find the field name special character restrictions? -Yao -- View this message in context: http://www.nabble.com/Query-