Hi, I encounter this peculiar case with solr 4.10.2 where the parsed query doesnt seem to be logical.
PHRASE23("reduce workforce") ==> SpanNearQuery(spanNear([spanNear([Contents:reduceƤ, Contents:workforceƤ], 1, true)], 23, true)) The question is why does the Phrase("quoted string") gets converted to SpanNear of 1 rather than 0. -- *Ariya *