Both works!! pubdateraw:[20050000 TO 20059999] pubdateraw:[20050101 TO 20051231]
Thanks Raymond for sharing the useful info as well. On Thu, Mar 13, 2014 at 4:30 PM, Raymond Wiker <rwi...@gmail.com> wrote: > Regular expressions is a text-matching mechanism, so you shouldn't expect > to be able to use it on numeric data. If your timestamps are of the form > you indicate, you should be able to filter on pubdateraw:[20050000 TO > 20059999]. > > > On Thu, Mar 13, 2014 at 11:45 AM, Priti Solanki <pritiatw...@gmail.com > >wrote: > > > Hi, > > > > > > I am trying to fetch all the record for 2005 > > > > I have field(int) "pubdateraw": 20130508 > > > > Not working - select?q=pubdateraw:/2013*/ > > > > Not working - select?q=pubdateraw:/.2013*./ > > > > Is it possible to have regex on int field in solr 4.5?? > > > > to get the record with "20130508" how am i suppose to write my query in > > solr. > > Any reading links will be very much helpful. > > > > Regards, > > Priti > > >