Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 11083 invoked from network); 14 Apr 2006 16:10:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2006 16:10:48 -0000 Received: (qmail 54971 invoked by uid 500); 14 Apr 2006 16:10:43 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 54778 invoked by uid 500); 14 Apr 2006 16:10:42 -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 54764 invoked by uid 99); 14 Apr 2006 16:10:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 09:10:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [195.121.6.173] (HELO hnexfe07.hetnet.nl) (195.121.6.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 09:10:41 -0700 Received: from [192.168.0.100] ([86.85.154.64]) by hnexfe07.hetnet.nl with Microsoft SMTPSVC(5.0.2195.6874); Fri, 14 Apr 2006 18:10:18 +0200 Mime-Version: 1.0 (Apple Message framework v746.3) In-Reply-To: <3459B94A-1D03-4650-9801-F27656F27DA2@snigel.net> References: <53423917-9808-4EA8-996A-95F7CD6218FD@snigel.net> <6e3ae6310604140846u36f086bcjb3197973ae627054@mail.gmail.com> <3459B94A-1D03-4650-9801-F27656F27DA2@snigel.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4E74B89D-6633-4EF9-8138-E583CC80CA03@snigel.net> Content-Transfer-Encoding: 7bit From: karl wettin Subject: Re: Using Lucene for searching tokens, not storing them. Date: Fri, 14 Apr 2006 18:12:40 +0200 To: java-user@lucene.apache.org X-Mailer: Apple Mail (2.746.3) X-OriginalArrivalTime: 14 Apr 2006 16:10:19.0058 (UTC) FILETIME=[ECB8C120:01C65FDD] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 14 apr 2006 kl. 17.56 skrev karl wettin: > > 14 apr 2006 kl. 17.51 skrev Christophe: > >> Are you contemplating having your own index and index format? In >> that case, it's not clear to me how much leverage you will be >> getting using Lucene at all. Could you explain in more detail >> what you are trying to do? > > I want to use the parts of Lucene built to query an index, not the > part that persists an index. Sorry for flooding. Here is a class diagram (go fixed size font) of what I want to do: [MyTokenizedClass](field)-- {0..*} | {0..1} --[Token]<- - - <> - -[Searchable] | \---[Offset] I want to store all the tokens in the realm of my application. I do not want to use the IndexWriter to analyze and tokenize my fields. I do that my self. I only want the query mechanism of Lucene. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org