: <str name="bf">title^1.2 contentEN^0.8 contentIT^0.8 contentDE^0.8</str> : <str name="qf">title^1.2 contentEN^0.8 contentIT^0.8 contentDE^0.8</str>
FWIW: I don't think you understand what the "bf" param is for ... it's not analogous to qf and pf, it's for expressing a list of boost functions -- a function can be a simple field name, but that typically only makes sense if it's numeric. that *may* be causing your problem, if the function parser is attempting to generate the FieldCache for your content fields. : now, solr is complaining about some sorting issues on content* as they "solr is complaining" is relaly vauge... please explain *exactly* what the error message is, where you see it, what the full stack trace looks like if there is one, and what you did to trigger te error (ie: did it happen on startup? did it happen when you executed a query? what was the full URL of hte query? -Hoss