Re: SpanQuery support

2008-02-05 Thread Renaud Delbru
Very nice, I will try this approach. Thanks Yonik. Yonik Seeley wrote: On Feb 4, 2008 11:53 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote: You could, but that would be the hard way (by a big margin). There are pluggable query parsers now (see QParserPlugin)... but the current missing piece is

Re: SpanQuery support

2008-02-04 Thread Yonik Seeley
On Feb 4, 2008 11:53 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > You could, but that would be the hard way (by a big margin). > There are pluggable query parsers now (see QParserPlugin)... but the > current missing piece is being able to specify a new parser plugin > from solrconfig.xml Hmmm, it

Re: SpanQuery support

2008-02-04 Thread Renaud Delbru
Yonik Seeley wrote: On Feb 2, 2008 3:43 PM, Renaud Delbru <[EMAIL PROTECTED]> wrote: I was looking at the discussion of SOLR-281. If I understand correctly, the task would be to write my own search component class, SpanQueryComponent that extends the SearchComponent class, then overwriting th

Re: SpanQuery support

2008-02-04 Thread Renaud Delbru
Hi Yonik, Yonik Seeley wrote: On Feb 2, 2008 3:43 PM, Renaud Delbru <[EMAIL PROTECTED]> wrote: I was looking at the discussion of SOLR-281. If I understand correctly, the task would be to write my own search component class, SpanQueryComponent that extends the SearchComponent class, then ove

Re: SpanQuery support

2008-02-04 Thread Yonik Seeley
On Feb 2, 2008 3:43 PM, Renaud Delbru <[EMAIL PROTECTED]> wrote: > I was looking at the discussion of SOLR-281. If I understand correctly, > the task would be to write my own search component class, > SpanQueryComponent that extends the SearchComponent class, then > overwriting the declaration of t

Re: SpanQuery support

2008-02-02 Thread Renaud Delbru
Thanks Yonik, I was looking at the discussion of SOLR-281. If I understand correctly, the task would be to write my own search component class, SpanQueryComponent that extends the SearchComponent class, then overwriting the declaration of the "query searchComponent" in solrconfig.xml: Then,

Re: SpanQuery support

2008-02-02 Thread Yonik Seeley
Solr 1.3 will have query parser plugins... so you could write your own parser that utilized span queries. -Yonik On Feb 2, 2008 2:48 PM, Renaud Delbru <[EMAIL PROTECTED]> wrote: > Do you know if it is currently possible to use the SpanQuery feature of > Lucene in Solr 1.3. We would like to use nes

SpanQuery support

2008-02-02 Thread Renaud Delbru
Hi, Do you know if it is currently possible to use the SpanQuery feature of Lucene in Solr 1.3. We would like to use nested span queries such as (("A B") near ("C D")). Do a request handler support such feature ? Or, any idea how could we perform ? Regards. -- Renaud Delbru