On Sun, 2006-07-23 at 21:31 -0500, Charlie wrote: > Would anyone give me a hint regarding the natural language expression > of the following span query?
> spanNear([spanOr([spanNear([field:six, field:hundred], 0, true), > spanNear([field:seven, field:hundred], 0, true)]), > spanOr([field:seven, field:six])], 100, true) > ------------what's its equivalence in natural language? I'm sorry, but all queries are not supported by the QueryParser. Spans beeing one of them. See QueryParser.jj to add your syntax. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]