Re: Re[2]: Span Query NLE

2006-07-24 Thread karl wettin
On Mon, 2006-07-24 at 13:44 -0400, Erik Hatcher wrote: > It does take some time for someone unfamiliar with JavaCC, such as > myself initially, to implement a custom parser but it can be a huge > success for a project to have this capability. 5 cents: In case of anyone consider writing a new que

Re: Re[2]: Span Query NLE

2006-07-24 Thread Erik Hatcher
The "surround" query parser in Lucene's contrib area implements a language to construct SpanQuery's. Check out surround.txt in Subversion: I have written a query parser for a client that allows construction of v

Re[2]: Span Query NLE

2006-07-24 Thread Charlie
Thanks for both of you, Karl and Chris. You both made my intention even more clearer. So now the question is: Is there a powerful QueryParser.jj can process span query syntax? (prerequisite is: have we ever defined the Span Query Syntax?) I will be boasting if I am claim to write one now. I