> is there any problem with just > passing "[* TO *]" for the :q param? Any performance implications?
Only if you are using faceting on a field with high cardinality (such as tokenized, multivalued) Additional parameters: how many docs do you retrieve in a single query? 100, 100000000, ... - lazy field loading? Sorting? etc