" will be the
field name in Solr.
-- Jack Krupansky
-Original Message-
From: Jack Krupansky
Sent: Monday, May 21, 2012 8:37 AM
To: solr-user@lucene.apache.org
Subject: Re: boost function parameter (bf) ignores character escaping
Quoting from the new trunk example schema:
"fi
back compatibility is not guaranteed."
In other words, don't do it. Replace the colon with an underscore in your
field names.
-- Jack Krupansky
-Original Message-
From: m...@nils-kaiser.de
Sent: Monday, May 21, 2012 8:01 AM
To: solr-user@lucene.apache.org
Subject: boost functio
Yeah, a bug report would be good. But really this is a Sunspot bug report.
Field names should NOT have :'s in them. Field names should stick to standard
Java identifier rules, otherwise it's escaping madness.
You could try something like this as a workaround:
bq=_val_:"dynamicfield\:val
Hey,
I'm running solr (3.5.0.2011.11.30.16.37.06) and have encountered what
I think is a bug with the boost function (bf) parameter.
I've used sunspot (for use of solr with rails) which allows managing
dynamic fields, which by default creates fields like
"dynamicfield:value1","dynamicfiel