Zend_Search_Lucene range query error
- by Maurice
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?