Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 12289 invoked from network); 1 Mar 2009 04:09:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2009 04:09:20 -0000 Received: (qmail 19726 invoked by uid 500); 1 Mar 2009 04:09:12 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 19682 invoked by uid 500); 1 Mar 2009 04:09:12 -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 19671 invoked by uid 99); 1 Mar 2009 04:09:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2009 20:09:12 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chris.lu@gmail.com designates 209.85.198.239 as permitted sender) Received: from [209.85.198.239] (HELO rv-out-0506.google.com) (209.85.198.239) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2009 04:09:05 +0000 Received: by rv-out-0506.google.com with SMTP id k40so2790082rvb.5 for ; Sat, 28 Feb 2009 20:08:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=NE3KajmbmwAq32uFi7KoNACk7P2mcAiIc5DPFsHXDhA=; b=QJhqBQFskFXUHAUW/2QG1ltCIP595iKS2SQMPuYYrBnPBEZeYjCej7lEuKXZ44UIL2 eO5Eiju+Z0ArL5ZVpl8clq2dWYUvF4YL9N/UEEiHfVD5dZ1xf5Tu5A6T3MH7pWzHhLnF dDKGbR3oC2a1c8MqgFPDIpeAPfuwn/S3wtonU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ft9IxsexGGQMXDnOlvDEhJ2dc1Vlc3frdVKGFKTQN0502rupJfcsBojdPKh943wF/R PMdSZ51ycw7gUHEOwo3dfi0PNuvVb/hanIODX2GYsW3Uo/lL8WKworzWF7k4swL7UluI kFEEFFTrqw1F6TzoP71u8B3nGKoQG4LtKtFcE= MIME-Version: 1.0 Received: by 10.141.33.19 with SMTP id l19mr2142844rvj.91.1235880524847; Sat, 28 Feb 2009 20:08:44 -0800 (PST) In-Reply-To: <0D61FDAB3C994CFB97356D02CBDBA29E@msrvcn04> References: <359a92830902281247r7647dfc3t175ce42925a79ba0@mail.gmail.com> <8A1FE5163D2042A69CCEF6EBF83651D5@msrvcn04> <6e3ae6310902281308y57e5ffa4j96614750dfb2aaf1@mail.gmail.com> <0D61FDAB3C994CFB97356D02CBDBA29E@msrvcn04> Date: Sat, 28 Feb 2009 20:08:44 -0800 Message-ID: <6e3ae6310902282008q162906dfjd4d9f01aa2e9b3d1@mail.gmail.com> Subject: Re: Merging database index with fulltext index From: Chris Lu To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=000e0cd1452eab1c46046406db2c X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd1452eab1c46046406db2c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Yes. DBSight helps to flatten database objects into Lucene's documents. It's more like Lucene-On-Rails. Custom crawler is supported via java api to crawl outside database. DBSight query syntax and Lucene query syntax are both supported, in addition to customizable analyzer, similarity, ranking, etc. I think you better try it first. It's faster to install it, select the content with your sql, and get the search up and running, than reading introduction materials. -- Chris Lu ------------------------- Instant Scalable Full-Text Search On Any Database/Application site: http://www.dbsight.net demo: http://search.dbsight.com Lucene Database Search in 3 minutes: http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes DBSight customer, a shopping comparison site, (anonymous per request) got 2.6 Million Euro funding! On Sat, Feb 28, 2009 at 1:33 PM, wrote: > > Actually you can use DBSight(disclaimer:I work on it) to > > collect the data > > and keep them in sync. > > Hm... it fulltext-indexes a database? > It supports document content outside the database (custom crawler)? > What query-syntax it supports? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --000e0cd1452eab1c46046406db2c--