you want: "q=*:*&start=0&rows=20",
or "q=*%3A*&start=0&rows=20", David J. Hastings | Lead Developer dhasti...@wshein.com | 716.882.2600 x 176 William S. Hein & Co., Inc. 2350 North Forest Road | Getzville, NY 14068 www.wshein.com/contact-us ________________________________________ From: OTH <omer.t....@gmail.com> Sent: Tuesday, February 28, 2017 1:23 PM To: solr-user@lucene.apache.org Subject: Re: Viewing more than 10 results in Solr Admin As per your advice I just tried submitting with the following text in the "q" field: > > *:*&start=0&rows=20 However I got the following response / error: { "responseHeader":{ "status":400, "QTime":13, "params":{ "q":"*:*&start=0&rows=20", "indent":"on", "wt":"json", "_":"1488305315988"}}, "error":{ "metadata":[ "error-class","org.apache.solr.common.SolrException", "root-error-class","org.apache.solr.common.SolrException"], "msg":"undefined field *", "code":400}} On Tue, Feb 28, 2017 at 11:19 PM, OTH <omer.t....@gmail.com> wrote: > Hello, thanks for response - There are no screenshots attached to your > email though. > > On Tue, Feb 28, 2017 at 11:12 PM, Deeksha Sharma < > dsha...@flexerasoftware.com> wrote: > >> By default its 10 rows on Admin UI and indeed its gray. But did you tried >> writing a number into the text field for: >> Start,rows. See the screen shots attached. >> >> >> >> >> On 2/28/17, 10:08 AM, "OTH" <omer.t....@gmail.com> wrote: >> >> Hello, >> >> In the browser-based Solr Admin, in the 'Query' page, the "start" and >> "rows" input boxes have default values of 0 and 10 respectively, but >> these >> values are grayed out the input boxes are not allowing me to change >> their >> values. Therefore, whenever I submit a query on this page, I am only >> ever >> able to see the first 10 rows. How can I see more rows / results? >> >> Thanks >> >> >> >