: I ran into that problem as well but the solution was provided to me by : this very list :) See : http://www.nabble.com/Range-queries-td24057317.html It's not the : cleanest solution, but as long as you know what you're doing it's not : that bad.
Hmmm... yeah, that's a total hack. one of these days we really need to fix the lucene query parser grammer so inclusive/exclusive can be different for hte upper/lower bounds... datefield:[NOW/DAY TO NOW/DAY+1DAY} -Hoss