Thanks, Shalin. The "*:*" sounds good - so that'll definitely have no effect on query performance?
What I meant was, I'd like all of the queries that I'm using to restrict search results to be cached (as filter queries are) - which is why I don't have anything I'd particularly like to put into the :q parameter. Mat On Tue, Sep 22, 2009 at 15:00, Shalin Shekhar Mangar <shalinman...@gmail.com> wrote: > On Wed, Sep 23, 2009 at 12:19 AM, Mat Brown <m...@patch.com> wrote: > >> >> If I have a set of filter queries that I'd like to apply but nothing >> that I particularly would like to put into the :q parameter (since I'd >> like all of the scopes to be cached), is there any problem with just >> passing "[* TO *]" for the :q param? Any performance implications? >> > > You can use q=*:* to match all documents. [* TO *] will work too but it is > applied on the default search field and I'm not sure of its performance > characteristics. > > I'm not sure about what you mean by "I'd like all of the scopes to be > cached". > > -- > Regards, > Shalin Shekhar Mangar. >