Re: frange with multi-valued fields

2012-02-03 Thread Chris Hostetter
: Has anyone had experience using frange with multi-valued fields? In : solr 3.5 doing so results in the error: "can not use FieldCache on : multivalued field" correct. : Here's the use case. We have multiple years attached to each document : and want to be able to refine

frange with multi-valued fields

2012-01-20 Thread Russell Black
Has anyone had experience using frange with multi-valued fields? In solr 3.5 doing so results in the error: "can not use FieldCache on multivalued field" Here's the use case. We have multiple years attached to each document and want to be able to refine by a year range.