: 
http://localhost:8983/solr/select?q=life&qf=description_text&defType=dismax&sort=scores:rails_f+desc
        ...
: If I insert the same document into solr 3.1 and run the same query I get the
: error:
: 
: Problem accessing /solr/select. Reason:
: 
:     undefined field scores
: 
: For some reason, solr has cutoff the column name from the colon
: forward so "scores:rails_f" becomes "scores"

Yep, this has also been reported in SOLR-2606, I've adding some comments 
there...

https://issues.apache.org/jira/browse/SOLR-2606

-Hoss

Reply via email to