From java-dev-return-15252-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Thu Aug 10 08:26:19 2006 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 45209 invoked from network); 10 Aug 2006 08:26:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 08:26:18 -0000 Received: (qmail 39701 invoked by uid 500); 10 Aug 2006 08:26:15 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 39669 invoked by uid 500); 10 Aug 2006 08:26:15 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 39513 invoked by uid 99); 10 Aug 2006 08:26:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 01:26:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of simon.willnauer@googlemail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 01:26:12 -0700 Received: by ug-out-1314.google.com with SMTP id y2so346895uge for ; Thu, 10 Aug 2006 01:25:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jeGpsqaRIB07X/8MqsDZNUXzJIPssWVX3PydKHThpRIofTA2Z8tfYMm7yx6hqvzq/qkNHLmSWUU1+Uuq8ehIaNLWjqfIAz7hpOmoKiv20TfMFGNaRBeR5K/OOlaba/ro5gsEAGI6DDjtBt0vbayygNFBMHmIJrCh/oOzFBMv1Xs= Received: by 10.66.222.9 with SMTP id u9mr2229209ugg; Thu, 10 Aug 2006 01:25:50 -0700 (PDT) Received: by 10.67.22.17 with HTTP; Thu, 10 Aug 2006 01:25:50 -0700 (PDT) Message-ID: Date: Thu, 10 Aug 2006 10:25:50 +0200 From: "Simon Willnauer" Reply-To: simon.willnauer@gmail.com To: java-dev@lucene.apache.org Subject: Re: [jira] Commented: (LUCENE-642) GData Server IndexComponent In-Reply-To: <7901164.1155177976329.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <27885026.1154372714038.JavaMail.jira@brutus> <7901164.1155177976329.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Damned, I misst to organize the imports in that class, I will correct that tonight! Thanks for applying the patch, quiet a lot of code isn't it! regards simon On 8/10/06, Yonik Seeley (JIRA) wrote: > [ http://issues.apache.org/jira/browse/LUCENE-642?page=comments#action_12427083 ] > > Yonik Seeley commented on LUCENE-642: > ------------------------------------- > > I applied 09_08.06.diff and the libraries only. > I'm getting an error about a missing package: > > compile-core: > [echo] Use gdata - compile-core task > [mkdir] Created dir: F:\code\lucene\build\contrib\gdata-server\classes\java > [javac] Compiling 132 source files to F:\code\lucene\build\contrib\gdata-ser > ver\classes\java > [javac] F:\code\lucene\contrib\gdata-server\src\java\org\apache\lucene\gdata > \search\query\QueryTranslator.java:30: package org.apache.lucene.gdata.server.qu > eryParser does not exist > [javac] import org.apache.lucene.gdata.server.queryParser.GDataCategoryQuery > Parser; > > > GData Server IndexComponent > > --------------------------- > > > > Key: LUCENE-642 > > URL: http://issues.apache.org/jira/browse/LUCENE-642 > > Project: Lucene - Java > > Issue Type: New Feature > > Components: Other > > Reporter: Simon Willnauer > > Attachments: 09_08.06.diff, gdata_patch_31_07_06.diff, requieredLibs.tar.gz > > > > > > New Feature added: > > -> Indexcomponent. > > -> Content extraction from entries. > > -> Custom content ext. strategies added. > > -> user defined index schema. > > -> extended gdata-config.xml schema (xsd) > > -> Indexcomponent UnitTests > > -> Spellchecking on some JavaDoc. > > ############## > > New jars included: > > nekoHTML.jar > > xercesImpl.jar > > @yonik: don't miss the '+' button to add directories :) > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org