Re: Matching all documents in the index

2011-12-13 Thread Chris Hostetter
: 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.

Re: Matching all documents in the index

2011-12-13 Thread Kissue Kissue
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

Re: Matching all documents in the index

2011-12-13 Thread Simon Willnauer
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