Re: weird problem with solr.DateField

2009-11-11 Thread Otis Gospodnetic
> 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" /> > >

weird problem with solr.DateField

2009-11-11 Thread siping liu
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());