Evening all,

A subset of my documents have a field, filterMinutes, that some other documents 
do not. filterMinutes stores a number.

I often issue a query that contains a filter query range, e.g.

q=filterMinutes:[* TO 50]

I am finding that adding this query excludes all documents that do not feature 
this field, but what I want is for the filter query to act upon those documents 
that do have the field but also to return documents that don't have it at all.

Is this a possibility?

Best,

Allistair

Reply via email to