I am planning to use surround parser for the nested proximity search support it provides.
Can someone please help me understand the syntax when there are more than two terms in query? Here is what I see in their doc. 99n(aa,bb,cc) – unordered span query with slop 98 Does the above surround query translate to 1) [aa within99 bb within99 cc] or 2) [ (aa within99 bb) AND (aa within99 bb) AND (bb within99 cc)] ? My understanding is it is #2 but please correct me? Also would i get same results if I build a SpanNearQuery with terms as 'aa', 'bb', 'cc' and slop as 98 and unordered? Thanks -KR ----- Thanks -K'Rider -- View this message in context: http://lucene.472066.n3.nabble.com/SurroundQueryParser-Please-help-with-Syntax-tp4076302.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org