: Thanks for this. Query time dramatically reduced to 27ms with this.
to understand what is going on, use debugQuery=true with each of those
examples and look at the query toString info.
*:* is the one and only true syntax (in any solr QParser that i know
of) for "find all docs" efficiently.
Hi Simon,
Thanks for this. Query time dramatically reduced to 27ms with this.
Many thanks.
On Tue, Dec 13, 2011 at 4:20 PM, Simon Willnauer <
simon.willna...@googlemail.com> wrote:
> try *:* instead of *.*
>
> simon
>
> On Tue, Dec 13, 2011 at 5:03 PM, Kissue Kissue
> wrote:
> > Hi,
> >
> > I
try *:* instead of *.*
simon
On Tue, Dec 13, 2011 at 5:03 PM, Kissue Kissue wrote:
> Hi,
>
> I have come across this query in the admin interface: *.*
> Is this meant to match all documents in my index?
>
> Currently when i run query with q= *.*, numFound is 130310 but the actuall
> number of do