Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 72231 invoked from network); 7 Aug 2005 22:47:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2005 22:47:31 -0000 Received: (qmail 22016 invoked by uid 500); 7 Aug 2005 22:47:27 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 21991 invoked by uid 500); 7 Aug 2005 22:47:27 -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 21978 invoked by uid 99); 7 Aug 2005 22:47:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 15:47:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chris.lu@gmail.com designates 64.233.184.195 as permitted sender) Received: from [64.233.184.195] (HELO wproxy.gmail.com) (64.233.184.195) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 15:47:16 -0700 Received: by wproxy.gmail.com with SMTP id 71so957560wri for ; Sun, 07 Aug 2005 15:47:24 -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=icxHijgWROXvUjqGehFcNevXZtV6liiHbXFoGy+Q52TjlBhr1uB/xe4+5KH3qmt3BlOiOaXOx9SX4HFtVWhdE+XyZCOwPUUurM/NRRrEqk0ZnhVqMcMyq6Z6DnnyARUTn5rSJm8Eoj0knDSy6s2Hl3POu8zxiWQyw/PGulyR8Rc= Received: by 10.54.52.27 with SMTP id z27mr914271wrz; Sun, 07 Aug 2005 15:47:24 -0700 (PDT) Received: by 10.54.24.34 with HTTP; Sun, 7 Aug 2005 15:47:24 -0700 (PDT) Message-ID: <6e3ae63105080715476a7aa68e@mail.gmail.com> Date: Sun, 7 Aug 2005 17:47:24 -0500 From: Chris Lu To: java-user@lucene.apache.org Subject: Re: New Site Live Using Lucene In-Reply-To: <42F6888D.9070308@cosmicrealms.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42F6888D.9070308@cosmicrealms.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is cool! Seems you parsed the C/C++ code. Is this easy to extend to other languages, like Java? And you choose to display the data stored in database, any reason for that compared to reading it from Lucene index itself? I feel using Lucene's highlighter may make it easier to read the search res= ults. --=20 Chris Lu ------------ Lucene Search RAD on Any Database http://www.dbsight.net On 8/7/05, Robert Schultz wrote: > Not sure if this is appropriate or not, but I just put live a web site > that I have been working on for over a year, and it uses Lucene for all > it's searching. >=20 > I have 46 million documents in 15 Lucene index's, although the vast > majority of those consist of only a few words. > The Lucene index's take up about 6GB of space. >=20 > I wrote a Java daemon to listen on a socket, and accept connections from > my PHP scripts in order to do the searching. >=20 > The results from Lucene include ID numbers that are linked up with MySQL > records thus forming the resulting web page. >=20 > You can see the site here: http://csourcesearch.net >=20 > It's a website that allows you to search over 99 million lines of open > source C/C++ code :) >=20 > Anyways, just wanted to say thanks a lot for such a great product (even > if it is java *snicker*) >=20 > Thanks again Lucene! :) >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org