Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 16755 invoked from network); 26 May 2006 01:49:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 May 2006 01:49:14 -0000 Received: (qmail 82799 invoked by uid 500); 26 May 2006 01:49:09 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 82770 invoked by uid 500); 26 May 2006 01:49:08 -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 82759 invoked by uid 99); 26 May 2006 01:49:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 18:49:08 -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 yseeley@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 18:49:06 -0700 Received: by py-out-1112.google.com with SMTP id t32so773963pyc for ; Thu, 25 May 2006 18:48:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Paikcx8NO3pW8IlH6mI0ZLKmJpdAuGHggcTKvNTkHqzhFipaVr9v+4XlVAZjGi/JbiPXM3E/EP7fGtPU6FO56r5yDDpYDiZJnby2+o2o2VknW0VGl6dCljv84V3463oPj5Xr1YhXwab06WAZHreojdVvQ/987BNG8RJT6FC4eLE= Received: by 10.35.8.1 with SMTP id l1mr1539751pyi; Thu, 25 May 2006 18:48:45 -0700 (PDT) Received: by 10.35.107.3 with HTTP; Thu, 25 May 2006 18:48:45 -0700 (PDT) Message-ID: Date: Thu, 25 May 2006 21:48:45 -0400 From: "Yonik Seeley" To: java-user@lucene.apache.org Subject: Re: Integrating a J2EE Application into "Generic" Enterprise Search In-Reply-To: <2606103D52C8CD4CBA78A89696EEA073AAB7C3@blazer.dyadem-hq1.corp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2606103D52C8CD4CBA78A89696EEA073AAB7C3@blazer.dyadem-hq1.corp> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/25/06, Nicholas Van Weerdenburg wrote: > Are there any enterprise search intergration standards (e.g. xml > schema)? It may or may not be what you are looking for, but there is Solr, a lucene-based search server with XML/HTTP interfaces. It's primarily meant to be a standaone server (think database), but it is possible to embed. See my sig for the link. -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org