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

AW: Date Field

2013-05-21 Thread Benjamin Kern
#x27;t seem to be working. (Anonymous - via GTD book) On Tue, May 21, 2013 at 4:39 PM, Benjamin Kern wrote: > 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

AW: Date Field

2013-05-21 Thread Benjamin Kern
ymous - via GTD book) On Tue, May 21, 2013 at 4:31 PM, Benjamin Kern wrote: > Hi all, > > how can I set the time zone for a date field? > > > > > > Thanks >

Date Field

2013-05-21 Thread Benjamin Kern
Hi all, how can I set the time zone for a date field? Thanks

xPath XML-Import

2013-05-19 Thread Benjamin Kern
Hi all, I´m reading XML-Files into Solr. I have the following structure: AA 123456789 BB 987654321 CC 147258369 … How can I read the name with value. The Solr result should look like this. 123456789 987654321 147258369 Any Idea? Than