Re: Span queries and complex scoring

2007-09-17 Thread Chris Hostetter
: Lucene has historically taken the exact opposite approach... open up the API : as needed. Unless there is very good reason for it, classes and data should : be kept private. Just to clarify the reasoning behind this: once something is made public, the API has to be supported in perpetuity --

Re: Span queries and complex scoring

2007-09-17 Thread Grant Ingersoll
Cedric, On Sep 17, 2007, at 11:54 AM, Erik Hatcher wrote: On Sep 17, 2007, at 6:51 AM, melix wrote: I've faced the very same problem with NearSpansOrdered and so on. I think unless there is a very good reason for it, classes should be made public, this would at least make the "delegate" d

Re: Span queries and complex scoring

2007-09-17 Thread Erik Hatcher
On Sep 17, 2007, at 6:51 AM, melix wrote: I've faced the very same problem with NearSpansOrdered and so on. I think unless there is a very good reason for it, classes should be made public, this would at least make the "delegate" design pattern available. Lucene has historically taken the

Re: Span queries and complex scoring

2007-09-17 Thread melix
on. >> >> Basically, in a SpanOrQuery, I am not able to find out what matched. Have >> any of you faced that kind of problem, and found out an elegant way to do >> it >> without having to completely rewrite each getSpans() method

Re: Span queries and complex scoring

2007-09-11 Thread Paul Elschot
; any of you faced that kind of problem, and found out an elegant way to do it > without having to completely rewrite each getSpans() method for all types of > queries (this is basically what was done in a previous version of the > application) ? > > Thanks, > > Cedric >

Span queries and complex scoring

2007-09-11 Thread melix
vious version of the application) ? Thanks, Cedric -- View this message in context: http://www.nabble.com/Span-queries-and-complex-scoring-tf4422915.html#a12615745 Sent from the Lucene - Java Users mailing list archive at Nabble.com.