just string comparison:
'2' < 'N'
'*' < '2'

DIGY

On Wed, Jun 30, 2010 at 1:04 PM, Ayende Rahien <aye...@ayende.com> wrote:

> I am seeing something strange with range queries:
>
> This works:
> Created:[20100730100201790 TO NULL]
> This returns no results:
> Created:[20100730100201790 TO *]
>
> This return no results:
> Created:[NULL TO 20100730100201790]
> This works:
> Created:[* TO 20100730100201790]
>
> Am I missing something?
>

Reply via email to