public class SpanMatchAll
extends ParseableQuery
This query exists only to serve as a placeholder in an intermediate query compilation
phase. It prints out a query designed to match all documents in surround query parser language;
because there is no built-in match-all query in that dialect, it prints term query matching the start
of a path in the lux_path field, which always begins with a fixed token: {}.
TODO: determine how much efficiency is lost by using a SpanTerm query rather than a real MatchAllDocsQuery.