Re: Storing ranges on documents and searching all document with specific value included

2014-01-31 Thread Jack Krupansky
What does your actual query look like? Is it two range queries and an AND? Also, you have spaces in your field names, so that makes it more difficult to write queries since they need to be escaped. -- Jack Krupansky -Original Message- From: Avner Levy Sent: Saturday, January 18, 2014

Re: Storing ranges on documents and searching all document with specific value included

2014-01-18 Thread Erick Erickson
Well, assuming that your start version and end versions are a limited set of values, filter queries (fq clauses) would help you a lot here. Autowarming them would cause them to be available the first time they were used... Best, Erick On Sat, Jan 18, 2014 at 1:01 AM, Avner Levy wrote: > I have m