Re: SpanQueries in Luke

2010-03-05 Thread mark harwood
rietary metadata system, and any other config resource to hook into Luke. That would be pretty cool - Original Message From: Andrzej Bialecki To: java-user@lucene.apache.org Sent: Fri, 5 March, 2010 11:11:12 Subject: Re: SpanQueries in Luke On 2010-03-05 11:22, mark harwood wrote:

Re: SpanQueries in Luke

2010-03-05 Thread Andrzej Bialecki
On 2010-03-05 11:22, mark harwood wrote: I'll commit the current mostly-working state today, you can take a look OK. However I think this XMLQueryParser addition will only resurface a long-standing issue with Luke and Lucene in general. This query parser works best on multiple fields (e.g. fre

Re: SpanQueries in Luke

2010-03-05 Thread mark harwood
things like Solr's config. Cheers, Mark - Original Message From: Andrzej Bialecki To: java-user@lucene.apache.org Sent: Fri, 5 March, 2010 10:03:23 Subject: Re: SpanQueries in Luke On 2010-03-05 10:47, mark harwood wrote: > > >>> No, this simply means tha

Re: SpanQueries in Luke

2010-03-05 Thread Andrzej Bialecki
On 2010-03-05 10:47, mark harwood wrote: No, this simply means that you will be able to use the xml-query-parser instead of the regular one Not sure exactly what you have in mind for an editor, Andrzej but there is an opportunity to do something smart here for little effort. The XMLQueryPa

Re: SpanQueries in Luke

2010-03-05 Thread mark harwood
>>No, this simply means that you will be able to use the xml-query-parser >>instead of the regular one Not sure exactly what you have in mind for an editor, Andrzej but there is an opportunity to do something smart here for little effort. The XMLQueryParser comes with a DTD which means you ca

Re: SpanQueries in Luke

2010-03-04 Thread Andrzej Bialecki
On 2010-03-04 17:56, Otis Gospodnetic wrote: Andrzej, Does that mean the regular Lucene QP will get Span query syntax support (vs. having it in that separate Surround QP)? Or maybe that already happened and I missed it? :) I wish that were the case ;) No, this simply means that you will be

Re: SpanQueries in Luke

2010-03-04 Thread Otis Gospodnetic
://search-hadoop.com/ - Original Message > From: Andrzej Bialecki > To: java-user@lucene.apache.org > Sent: Thu, March 4, 2010 10:22:49 AM > Subject: Re: SpanQueries in Luke > > On 2010-03-04 14:13, Rene Hackl-Sommer wrote: > > Hi, > > > > I would like

Re: SpanQueries in Luke

2010-03-04 Thread Rene Hackl-Sommer
ubmit SpanQueries in Luke. AFAIK this isn't doable out of the box. What would be the way to go? Replace the built-in QueryParser by e.g. the xml-query-parser from the contrib section? The upcoming Luke 1.0.1 will support this parser out of the box. I expect to make a release within a few days. Watch t

Re: SpanQueries in Luke

2010-03-04 Thread Andrzej Bialecki
On 2010-03-04 14:13, Rene Hackl-Sommer wrote: Hi, I would like to submit SpanQueries in Luke. AFAIK this isn't doable out of the box. What would be the way to go? Replace the built-in QueryParser by e.g. the xml-query-parser from the contrib section? The upcoming Luke 1.0.1 will support

SpanQueries in Luke

2010-03-04 Thread Rene Hackl-Sommer
Hi, I would like to submit SpanQueries in Luke. AFAIK this isn't doable out of the box. What would be the way to go? Replace the built-in QueryParser by e.g. the xml-query-parser from the contrib section? Thanks,