Zend_Search_Lucene range query error

Posted by Maurice on Stack Overflow See other posts from Stack Overflow or by Maurice
Published on 2010-05-11T16:31:48Z Indexed on 2010/05/11 16:34 UTC
Read the original article Hit count: 282

I have set up each document with a date field. (keyword)

Values stored in it are in this format; 20100511

Each time I try to perform a ranged query, I get the following error:

date:[10000000 TO 20000000]

At least one range query boundary term must be non-empty term

Anyone got a clue?

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework