Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 22818 invoked from network); 28 Apr 2004 17:01:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Apr 2004 17:01:06 -0000 Received: (qmail 31510 invoked by uid 500); 28 Apr 2004 17:00:53 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 31469 invoked by uid 500); 28 Apr 2004 17:00:53 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 31446 invoked from network); 28 Apr 2004 17:00:53 -0000 Received: from unknown (HELO ifw9bct-smtp2.fws.net) (164.159.172.249) by daedalus.apache.org with SMTP; 28 Apr 2004 17:00:53 -0000 Received: from ifw9bct-den3.fws.net ([10.100.176.16]) by ifw9bct-smtp2.fws.net (Lotus Domino Release 6.5) with ESMTP id 2004042811005677-10152 ; Wed, 28 Apr 2004 11:00:56 -0600 In-Reply-To: Subject: Re: Combining text search + relational search To: "Lucene Users List" Cc: Lucene Users List X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Mike_Belasco@fws.gov Date: Wed, 28 Apr 2004 11:00:55 -0600 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on IFW9BCT-DEN3/FWS/DOI(Release 6.5|September 26, 2003) at 04/28/2004 11:00:56 AM, Itemize by SMTP Server on IFW9BCT-SMTP2/FWS/DOI(Release 6.5|September 26, 2003) at 04/28/2004 11:00:56 AM, Serialize by Router on IFW9BCT-SMTP2/FWS/DOI(Release 6.5|September 26, 2003) at 04/28/2004 11:00:57 AM, Serialize complete at 04/28/2004 11:00:57 AM Content-type: text/plain; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bascially I want to limit the results of the text search by the rows that are returned in a relational search of other attribute data related to the document. The text of the document is just like any other attribute it just needs to be queried differently. Does that make sense? Thanks Mike Stephane James Vaucher Lucene Users List 04/28/2004 10:38 cc AM Subject Re: Combining text search + Please respond to relational search "Lucene Users List" I'm a bit confused why you want this. As far as I know, but relational db searches will return exact matches without a mesure of relevancy. To mesure relevancy, you need a search engine. For your results to be coherent, you would have to put everything in the lucene index. As for memory consumption, for searching, if the index is on disk, then the memory footprint depends on the type of queries you use. For indexing, it depends if you use tmp RAMDirectory to do merges, otherwise, memory consumption is minimal. HTH sv On Wed, 28 Apr 2004 Mike_Belasco@fws.gov wrote: > > I need to somehow aloow users to do a text search and query relational > database attributes at the same time. The attributes are basically metadata > about the documents that the text search will be perfomed on. I have the > text of the documents indexed in Lucene. Does anyone have any advice or > examples. I also need to make sure I don't garble up all the memory on our > server > > Thanks > Mike > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org