AW: Date Field

2013-05-22 Thread Benjamin Kern
How is the format of utc string? Example? thx -Ursprüngliche Nachricht- Von: Chris Hostetter [mailto:hossman_luc...@fucit.org] Gesendet: Mittwoch, 22. Mai 2013 00:03 An: solr-user@lucene.apache.org Betreff: Re: Date Field : 2) Chain TemplateTransformer either by itself or before the : Da

Re: AW: Date Field

2013-05-21 Thread Chris Hostetter
: : : Schema.xml : : : Result in Solr: 2013-04-30T22:00:00Z : I think the date should look like this: 2013-05-01T00:00:00Z Did you check the docs? if you are using Solr prior to Solr 4.1 what you are describing looks appropriate if your server is running on a machine with a UTC offset of 2

AW: Date Field

2013-05-21 Thread Benjamin Kern
For example: original data: 05/13 Reading: Schema.xml Result in Solr: 2013-04-30T22:00:00Z I think the date should look like this: 2013-05-01T00:00:00Z How can I change this? Thanks -Ursprüngliche Nachricht- Von: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Gesendet: Dienstag, 2

AW: Date Field

2013-05-21 Thread Benjamin Kern
How can I convert the UTC Time? -Ursprüngliche Nachricht- Von: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Gesendet: Dienstag, 21. Mai 2013 22:37 An: solr-user@lucene.apache.org Betreff: Re: Date Field The date field is stored in UTC, absolute time. You need to convert to and from

AW: AW: Date field mystery

2008-09-24 Thread Kolodziej Christian
Hi Chris, that's even more cloak-and-dagger... In the meantime we edited out index and use a unix timestamp, that's working without any problems :-) Thanks for your help and have a nice day, Christian

Re: AW: Date field mystery

2008-09-22 Thread Chris Hostetter
: - "date:[2005-01-01T00:00:00Z TO NOW]" or "date:[2005-01-01T00:00:00Z TO 2008-09-18T09:45:00Z]": 1 and 2 (incorrect) : - "date:[2005-01-01T00:00:00Z TO 20080918T09:45:00Z]": 1, 2, 3 (correct) : - "date:[2005-01-01T00:00:00Z TO 2007-12-31T23:59:59Z]": only 1 (incorrect) : - "date:[2005-01-01T00:

Re: AW: Date field mystery

2008-09-18 Thread Otis Gospodnetic
e FAQ. :) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Kolodziej Christian <[EMAIL PROTECTED]> > To: "solr-user@lucene.apache.org" > Sent: Thursday, September 18, 2008 3:56:55 AM > Subject: AW: Date field mystery >

AW: Date field mystery

2008-09-18 Thread Kolodziej Christian
Hi Chris, it was a long night for our solr server today because we rebuilt the complete index using "well formed" date string. And the date field is stored now so that we can see if there went something wrong :-) But our problems are solved completely. Now I can give you a very exact descripti

AW: Date field mystery

2008-09-15 Thread Kolodziej Christian
Hi Eric, >The guys who really know will be able to provide you much better >feedback if you include: >your field definitions I hope, the following fields are enough. >probably your locale settings. The standard locale is en_US UTF8 and java doesn't seem to use another local