Thanks Shawn.
I stopped setting the parser as suggested.
I found that what I had to do is to just store Date objects in my
documents, then, at the last minute, when building a SolrDocument to
send, convert with DateField. When I Export to XML, I export to that
DateField string, then convert the z
anuar 2013 07.53
An: solr-user@lucene.apache.org
Betreff: Re: Question about dates and SolrJ
On 1/12/2013 7:51 PM, Jack Park wrote:
> My work engages SolrJ, with which I send documents off to Solr 4 which
> properly store, as viewed in the admin panel, as this example:
> 2013-02-04T02:11:39.9
On 1/12/2013 7:51 PM, Jack Park wrote:
My work engages SolrJ, with which I send documents off to Solr 4 which
properly store, as viewed in the admin panel, as this example:
2013-02-04T02:11:39.995Z
When I retrieve a document with that date, I use the SolrDocument
returned as a Map in which the d
My work engages SolrJ, with which I send documents off to Solr 4 which
properly store, as viewed in the admin panel, as this example:
2013-02-04T02:11:39.995Z
When I retrieve a document with that date, I use the SolrDocument
returned as a Map in which the date now looks like
this:
Sun Feb 03 18:11