Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 66514 invoked from network); 23 Jul 2008 13:52:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2008 13:52:19 -0000 Received: (qmail 87240 invoked by uid 500); 23 Jul 2008 13:52:14 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 86231 invoked by uid 500); 23 Jul 2008 13:52:11 -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 86220 invoked by uid 99); 23 Jul 2008 13:52:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 06:52:11 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.132.242] (HELO an-out-0708.google.com) (209.85.132.242) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 13:51:15 +0000 Received: by an-out-0708.google.com with SMTP id c37so2290773anc.49 for ; Wed, 23 Jul 2008 06:51:39 -0700 (PDT) Received: by 10.100.124.6 with SMTP id w6mr73417anc.44.1216821099281; Wed, 23 Jul 2008 06:51:39 -0700 (PDT) Received: from ?10.17.4.4? ( [72.93.214.93]) by mx.google.com with ESMTPS id b19sm8248944ana.19.2008.07.23.06.51.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 23 Jul 2008 06:51:38 -0700 (PDT) Message-Id: From: Michael McCandless To: java-user@lucene.apache.org In-Reply-To: <18607897.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: Lucene write locks Date: Wed, 23 Jul 2008 09:51:36 -0400 References: <18604932.post@talk.nabble.com> <18607897.post@talk.nabble.com> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org This looks like a CLASSPATH issue. You need to make sure whatever jar contains that class is in the CLASSPATH when you run that line. Mike Sandeep K wrote: > > I have another problem also. > While parsing the files during indexing I get the following error, > java.lang.NoClassDefFoundError: de/sty/io/mimetype/MimeTypeResolver > what is this? I use Lius-1.0 > Its giving the error in the line where I have > IndexerFactory.getIndexer(file, LiusConfig obj) > plz help > > thanks and regards, > Sand > > > > > Sandeep K wrote: >> >> Hi all.. >> I had a question related to the write locks created by Lucene. >> I use Lucene 2.3.2. Will this newwer version create locks while >> indexing >> as older ones? >> or is there any other way that lucene handles its operations? >> >> And my another doubt is that i use JMS for lucene indexing. >> My App server will not do indexing but will pass the needed data for >> indexing to the JMS server. >> will there be any problem in indexing as its asynchronous? >> plz help me.. >> >> thanks and regards, >> Sand. >> >> >> >> > > -- > View this message in context: http://www.nabble.com/Lucene-write-locks-tp18604932p18607897.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org