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.  We're currently using the standard range 
query syntax [ 1900 TO 1910 ] which works, but those queries are slower than we 
would like.  I've seen reports that using frange can greatly improve 
performance.  http://solr.pl/en/2011/05/30/quick-look-frange/  

>From what I can tell, there seem to be efforts in 4.0 to allow functions to 
>work on multivalued fields.  Does anyone know for sure?

Thanks,

Russ

Reply via email to