Re: recip function error

2014-10-24 Thread eShard
message in context: http://lucene.472066.n3.nabble.com/recip-function-error-tp4165600p4165713.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: recip function error

2014-10-23 Thread Yonik Seeley
On Thu, Oct 23, 2014 at 7:47 PM, Michael Sokolov wrote: > 3.16e-11.0 looks fishy to me Indeed... looks like it should be "3.16e-11" Standard scientific notation shouldn't have decimal points in the exponent. Not sure if that causes Java problems or not though... -Yonik http://heliosearch.org -

Re: recip function error

2014-10-23 Thread Michael Sokolov
ave changed. the patch is in solr core so I figured I was safe. Does anyone know how to fix this? Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/recip-function-error-tp4165600.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: recip function error

2014-10-23 Thread Chris Hostetter
: I tried using this function : boost=recip(ms(NOW/HOUR,startdatez,3.16e-11.0,0.08,0.05)) : but it fails with this error: : org.apache.lucene.queryparser.classic.ParseException: Expected ')' at : position 29 in 'recip(ms(NOW/HOUR,startdatez,3.16e-11.0,0.08,0.05))' look very carefully at your inpu

Re: recip function error

2014-10-23 Thread eShard
.472066.n3.nabble.com/recip-function-error-tp4165600p4165613.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: recip function error

2014-10-23 Thread Shawn Heisey
On 10/23/2014 3:09 PM, eShard wrote: > Good evening, > I'm using solr 4.0 Final. > I tried using this function > boost=recip(ms(NOW/HOUR,startdatez,3.16e-11.0,0.08,0.05)) > but it fails with this error: > org.apache.lucene.queryparser.classic.ParseException: Expected ')' at > position 29 in 'recip(

recip function error

2014-10-23 Thread eShard
es anyone know how to fix this? Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/recip-function-error-tp4165600.html Sent from the Solr - User mailing list archive at Nabble.com.