Re: Add ability to get list of terms from a query: field namestoo?

2002-02-16 Thread Ype Kingma
Dear developers, A few weeks ago I asked for the ability to find the field names used in a query. Since a Term consists of a field and its contents I assume I can get the field names from these terms. Is that correct? Regards, Ype -- -- To unsubscribe, e-mail: For

Re: Add ability to get list of terms from a query

2002-02-15 Thread Otis Gospodnetic
Sorry for spamming the list. Assuming we jump over the LGPL hurdle Either my brain (brian?) is fried or the code at http://www.iq-computing.de/lucene/lucene-highlight.tar.gz doesn't really contain an implementation of TermHighlighter interface. Is that a mistake or has that purposely been le

Re: Add ability to get list of terms from a query

2002-02-15 Thread Otis Gospodnetic
Hm, it looks like the code is published under LGPL (see the end of the PDF). Wouldn't it have to be published under ASF License before it could be included in Lucene distribution? Otis --- [EMAIL PROTECTED] wrote: > Hi, > > I just added the Highlight terms functionality by Maik Schreiber to >

Re: Add ability to get list of terms from a query

2002-02-15 Thread Otis Gospodnetic
Peter, Looks fine, these are only new methods and some accessor modifier changes, so it shouldn't break any existing code. I'm reading the PDF (nicely done!) now, but this looks good and harmless, so +1. Yummy. Otis --- Peter Carlson <[EMAIL PROTECTED]> wrote: > Hi All, > I didn't get any fee

RE: Add ability to get list of terms from a query

2002-02-15 Thread Doug Cutting
+1 > -Original Message- > From: Peter Carlson [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 15, 2002 11:18 AM > To: Lucene Developers List > Subject: Re: Add ability to get list of terms from a query > > > Hi All, > I didn't get any feedback + or -

Re: Add ability to get list of terms from a query

2002-02-15 Thread Peter Carlson
Hi All, I didn't get any feedback + or - on making these changes. I'll make the changes if people think it's a good idea. The changes essentially provide public methods to get the query or the term from the query. Thanks --Peter On 2/7/02 12:41 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

Re: Add ability to get list of terms from a query ++

2002-02-08 Thread Julien Nioche
Developers List" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 9:41 PM Subject: Add ability to get list of terms from a query > Hi, > > I just added the Highlight terms functionality by Maik Schreiber to the > contributions section. > This code essentially gets

Add ability to get list of terms from a query

2002-02-07 Thread carlson
Hi, I just added the Highlight terms functionality by Maik Schreiber to the contributions section. This code essentially gets all the terms for a given query, and then provides an interface to highlight the text. In order to provide this functionality he had to make some changes to the core L