Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 35559 invoked from network); 3 Mar 2010 09:22:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 09:22:19 -0000 Received: (qmail 53889 invoked by uid 500); 3 Mar 2010 09:22:12 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 53763 invoked by uid 500); 3 Mar 2010 09:22:12 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 53743 invoked by uid 99); 3 Mar 2010 09:22:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 09:22:11 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.18.2.18] (HELO exprod7og120.obsmtp.com) (64.18.2.18) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 Mar 2010 09:22:03 +0000 Received: from source ([74.125.82.171]) by exprod7ob120.postini.com ([64.18.6.12]) with SMTP ID DSNKS44qJRMB2LKCTD6ZA99Rkqn00T7vOUay@postini.com; Wed, 03 Mar 2010 01:21:43 PST Received: by wyb42 with SMTP id 42so203991wyb.30 for ; Wed, 03 Mar 2010 01:21:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.172.203 with SMTP id t53mr299528wel.56.1267608101184; Wed, 03 Mar 2010 01:21:41 -0800 (PST) In-Reply-To: <4B8D4D68.7010708@gmail.com> References: <4B8D4D68.7010708@gmail.com> Date: Wed, 3 Mar 2010 10:21:41 +0100 Message-ID: <697f8381003030121v2cbf8f64ta7e42a7962711b35@mail.gmail.com> Subject: Re: Factor out a standalone, shared analysis package for Nutch/Solr/Lucene? From: Ard Schrijvers To: general@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Tue, Mar 2, 2010 at 6:39 PM, Uri Boness wrote: > > I disagree here. I believe Lucene still has larger install base than Solr. > Think of Jackrabbit which uses Lucene directly and all the CMSs that use > Jackrabbit. Think of frameworks like Compass and Hibernate Search (that use > Lucene directly) which are used in a lot of JEE deployments around the > world. And certainly there are a lot of large infrastructures that use > Lucene directly as well (as in LinkedIn for example). Solr is great in what > it does but it is certainly not everything when it comes to open source > search or Lucene. I have been involved in the Lucene implementations of Jackrabbit (and before Slide). With respect to repositories (jsr-170 / jsr-283), where the backing persistence are some database and the storage is mainly key-value's, we use Lucene to do all relational queries (a subset of xpath/sql is translated to Lucene queries). This custom Lucene implementation (see [1] for overview) can imo never be replaced by Solr afaik, the only thing it has in common with Solr is that they both use Lucene. I agree with Uri that Lucene has a much larger install base than Solr Regards Ard [1] http://jackrabbit.apache.org/index-readers.html > Cheers, > Uri >