Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 95452 invoked from network); 28 Sep 2005 15:12:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2005 15:12:29 -0000 Received: (qmail 32656 invoked by uid 500); 28 Sep 2005 15:12:23 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 32635 invoked by uid 500); 28 Sep 2005 15:12:23 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 32622 invoked by uid 99); 28 Sep 2005 15:12:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 08:12:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.40.184.222] (HELO mail2.intranetsolutions.com) (12.40.184.222) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 08:12:28 -0700 Received: from [10.10.20.20] ([10.10.20.20]) by mail2.intranetsolutions.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 28 Sep 2005 10:11:58 -0500 Subject: Re: indexing documents from 1857 From: Luke Francl To: java-user@lucene.apache.org In-Reply-To: <433AAE8E.6090707@wyona.com> References: <433AAE8E.6090707@wyona.com> Content-Type: text/plain Message-Id: <1127920308.9511.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 28 Sep 2005 10:11:48 -0500 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Sep 2005 15:11:59.0065 (UTC) FILETIME=[F8C5B490:01C5C43E] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Index your dates as strings (yyyymmdd). This works better anyway because range searches work over a wider range of dates than when you index the full precision. On Wed, 2005-09-28 at 09:54, Renaud Richardet wrote: > Hello, > > From our understanding, Lucene uses the Unix Epoch (Jan 1, 1970) and > there are conflicts with dates that pass this line. For one of our > projects, we will need to be able to move past Jan 1, 1970 date as far > as 1857. > > Is there any workaround this? > > Thanks, > Renaud --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org