Re: Best way to do a lucene matchAllDocs not using q.alt=*:*

2009-09-03 Thread Shalin Shekhar Mangar
The statistics page will also give you numDocs (it is an xml response). On Fri, Sep 4, 2009 at 2:24 AM, Uri Boness wrote: > you can use LukeRequestHandler http://localhost:8983/solr/admin/luke > > > Marc Sturlese wrote: > >> Hey there, >> I need a query to get the total number of documents in my

Re: Best way to do a lucene matchAllDocs not using q.alt=*:*

2009-09-03 Thread Uri Boness
you can use LukeRequestHandler http://localhost:8983/solr/admin/luke Marc Sturlese wrote: Hey there, I need a query to get the total number of documents in my index. I can get if I do this using DismaxRequestHandler: q.alt=*:*&facet=false&hl=false&rows=0 I have noticed this query is very memory

Best way to do a lucene matchAllDocs not using q.alt=*:*

2009-09-03 Thread Marc Sturlese
documents of my index? Thanks in advanced -- View this message in context: http://www.nabble.com/Best-way-to-do-a-lucene-matchAllDocs-not-using-q.alt%3D*%3A*-tp25277585p25277585.html Sent from the Solr - User mailing list archive at Nabble.com.