Re: Using DateMath + range queries + Long doesn't work

2010-08-06 Thread Chris Hostetter
: lastModified:[ms(NOW/DAY-1DAY) TO ms()] AND ... regular query ... : : This however doesn't work. If I use the following: ... : lastModified:[128081160 TO ms()] AND ... regular query ... : : I do get results. Are you sure that last example works? it shouldn't. If lastModif

Using DateMath + range queries + Long doesn't work

2010-08-03 Thread Jeroen van Vianen
Hi, I use Nutch and Solr to crawl a few thousand sites. I would like to limit my queries to recently changed documents. I use Nutch' index-more plugin which stores the Last-Modified HTTP response header in the index as a Long value. I would like to use a query like this to limit the results