Re: Reverse range search

2010-11-01 Thread Jan Høydahl / Cominvent
Hi, I think I have seen a comment on the list from someone with the same need a few months ago. He planned to make a new fieldType to support this, e.g. MinMaxRangeFieldType which would be a polyField type holding both a min and max value, and then you could query it q=myminmaxfield:123 I did

Re: Reverse range search

2010-10-30 Thread Erick Erickson
I wonder if function queries might help you here (be aware that these aren't my strong point though). See: http://wiki.apache.org/solr/FunctionQuery Best Erick On Thu, Oct 28, 2010 at 5:24 PM, kenf_nc wrote: > > Doing a range search is straightforward.