> Sent: Wed, November 11, 2009 7:29:18 PM
> Subject: weird problem with solr.DateField
>
>
> Hi,
>
> I'm using Solr 1.4 (from nightly build about 2 months ago) and have this
> defined
> in solrconfig:
>
>
> omitNorms="true" />
>
>
Hi,
I'm using Solr 1.4 (from nightly build about 2 months ago) and have this
defined in solrconfig:
and following code that get executed once every night:
CommonsHttpSolrServer solrServer = new CommonsHttpSolrServer("http://...";);
solrServer.setRequestWriter(new BinaryRequestWriter());