Just a quick check to see if someone has a view strategy I can borrow.

Suppose I have a large collection of documents each of which contains a
range like this:

  lower: <value1>,
  upper: <value2>

I want to be able to search these documents, such that when given a value v,
I quickly find all documents where v lies between the lower and upper
values. Any suggestions?

Thanks,

Brian.
  

Reply via email to