On Wednesday 22 February 2006 16:39, Rajesh Munavalli wrote: > > I wasn't aware of the capability to nest spanquery. Is there a link where I > could read more about this?
from the practice-what-you-preach dept. http://www.lucenebook.com/search?query=span+nest The subclasses of SpanQuery: http://lucene.apache.org/java/docs/api/org/apache/lucene/search/spans/SpanQuery.html This parser allows nesting span queries, you might consider extending it in case you decide to write your own Scorers: http://svn.apache.org/viewcvs.cgi/lucene/java/trunk/contrib/surround/ Regards, Paul Elschot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]