Seems to me that you wouldn't want to use a colon in a field name, since the search syntax uses it (ie, to find a document with foo = bar, you use foo:bar). I don't know whether that's actually prohibited, but that could be your problem.

----  Nick

On 7/18/2011 8:10 AM, Jason Toy wrote:
Hi all,  I found a bug that exists in the 3.1 and in trunk, but not in 1.4.1

When I try to sort by a column with a colon in it like
"scores:rails_f",  solr has cutoff the column name from the colon
forward so "scores:rails_f" becomes "scores"

Reply via email to