Solr assumes you are using UTC. It is your job to do a conversion. If you want Solr to do it, you could use an UpdateProcessor to do it, either using RegExp, or perhaps a ScriptUpdateProcessor.
In fact, if you're comfortable with XSLT, you can make Solr accept your old format of XML by posting it to Solr providing a tr= parameter that points to an XSLT stylesheet which transforms your XML into an <add><doc>.... format. Upayavira On Wed, Apr 10, 2013, at 10:36 AM, Max Bo wrote: > Thank you. > > I changed it and now it works. > > But is there any possibility to make the given timestamp acceptable for > solr? > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473p4054985.html > Sent from the Solr - User mailing list archive at Nabble.com.