is it possible to use attributes and expressions in Lucene date range query? Using only cm:created and cm:modified attributes I need to fetch documents which have not been modified 15 days, f ex. Is it possible to do only with one Lucene query string?
If you are using the datetime analyser then you have to use the range as you are matching the full date time. (ie. you have changed date time analysis)
If you use Alfresco out of the box - then only the date is put in the index (and time ignored) so the date only will work.