RE: How to Implement SpanQuery in Solr . . ?

2010-01-29 Thread Chris Hostetter
: and Solr. I was hoping to start by getting a simple example working in SOLR : and then iterate towards the more complex, given this is my first attempt at : extending Solr. wise choice. : For my first iteration of SpanQuery in Solr I am thinking of starting with a : simple syntax to combine:

RE: How to Implement SpanQuery in Solr . . ?

2010-01-28 Thread Christopher Ball
- From: Yonik Seeley [mailto:yo...@lucidimagination.com] Sent: Wednesday, January 27, 2010 1:06 PM To: solr-user@lucene.apache.org Subject: Re: How to Implement SpanQuery in Solr . . ? As always, I'd try starting with what the user interface (in this case, syntax) should look like. It

Re: How to Implement SpanQuery in Solr . . ?

2010-01-27 Thread Yonik Seeley
As always, I'd try starting with what the user interface (in this case, syntax) should look like. It makes sense to add elementary spans first. {!spannear a=query1 b=query2 slop=10} Thinking about implementation... what would really magnify the usefulness of the basic API above is to convert non-