On Wed, Jan 13, 2016 at 7:01 PM, Shawn Heisey <apa...@elyograg.org> wrote: [...] >> 2. q=*&fq=someField:SomeVal ---> takes 2.5 seconds >> 3. q=someField:SomeVal --> 300ms [...] >> >> have any of you encountered such a thing? >> that FQ degrades query time by so much? > A value of * for your query will be slow. This is a wildcard query.
Some of the responses in this thread led me to believe that the important part of Shawn's original answer was overlooked. Most likely "fq" was not slowing down the request, the additional wildcard query "q=*" was. -Yonik