Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6E61D200C29 for ; Tue, 28 Feb 2017 19:25:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6CBA6160B7C; Tue, 28 Feb 2017 18:25:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B71F8160B59 for ; Tue, 28 Feb 2017 19:25:33 +0100 (CET) Received: (qmail 88066 invoked by uid 500); 28 Feb 2017 18:25:31 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 88052 invoked by uid 99); 28 Feb 2017 18:25:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2017 18:25:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D7044C3AA0 for ; Tue, 28 Feb 2017 18:25:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.652 X-Spam-Level: X-Spam-Status: No, score=0.652 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id FRp7KYxBrz_O for ; Tue, 28 Feb 2017 18:25:29 +0000 (UTC) Received: from mail.wshein.com (mail01.wshein.com [173.225.61.226]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id BCEBD5F23A for ; Tue, 28 Feb 2017 18:25:28 +0000 (UTC) Received: from WSH-2555.wshein.com (192.168.1.20) by WSH-2555.wshein.com (192.168.1.20) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Tue, 28 Feb 2017 13:25:21 -0500 Received: from WSH-2555.wshein.com ([fe80::280a:f445:86ec:629d]) by WSH-2555.wshein.com ([fe80::280a:f445:86ec:629d%21]) with mapi id 15.00.1210.000; Tue, 28 Feb 2017 13:25:21 -0500 From: David Hastings To: "solr-user@lucene.apache.org" Subject: Re: Viewing more than 10 results in Solr Admin Thread-Topic: Viewing more than 10 results in Solr Admin Thread-Index: AQHSke2+l4B7y7qd8UGdpDCWeNtexaF/DH+AgAABvoCAAAE0gP//rG8U Date: Tue, 28 Feb 2017 18:25:20 +0000 Message-ID: <1488306320587.96198@wshein.com> References: <07C302FC-A4B6-4A1B-9ACC-4AEFE9FD25D6@flexerasoftware.com> , In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [209.95.50.84] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 archived-at: Tue, 28 Feb 2017 18:25:34 -0000 you want:=0A= =0A= "q=3D*:*&start=3D0&rows=3D20",=0A= =0A= or=0A= =0A= "q=3D*%3A*&start=3D0&rows=3D20",=0A= =0A= =0A= David J. Hastings | Lead Developer=0A= dhastings@wshein.com | 716.882.2600 x 176=0A= =0A= William S. Hein & Co., Inc.=0A= 2350 North Forest Road | Getzville, NY 14068=0A= www.wshein.com/contact-us=0A= =0A= ________________________________________=0A= From: OTH =0A= Sent: Tuesday, February 28, 2017 1:23 PM=0A= To: solr-user@lucene.apache.org=0A= Subject: Re: Viewing more than 10 results in Solr Admin=0A= =0A= As per your advice I just tried submitting with the following text in the= =0A= "q" field:=0A= >=0A= > *:*&start=3D0&rows=3D20=0A= =0A= However I got the following response / error:=0A= =0A= {=0A= "responseHeader":{=0A= "status":400,=0A= "QTime":13,=0A= "params":{=0A= "q":"*:*&start=3D0&rows=3D20",=0A= "indent":"on",=0A= "wt":"json",=0A= "_":"1488305315988"}},=0A= "error":{=0A= "metadata":[=0A= "error-class","org.apache.solr.common.SolrException",=0A= "root-error-class","org.apache.solr.common.SolrException"],=0A= "msg":"undefined field *",=0A= "code":400}}=0A= =0A= =0A= On Tue, Feb 28, 2017 at 11:19 PM, OTH wrote:=0A= =0A= > Hello, thanks for response - There are no screenshots attached to your=0A= > email though.=0A= >=0A= > On Tue, Feb 28, 2017 at 11:12 PM, Deeksha Sharma <=0A= > DSharma@flexerasoftware.com> wrote:=0A= >=0A= >> By default its 10 rows on Admin UI and indeed its gray. But did you trie= d=0A= >> writing a number into the text field for:=0A= >> Start,rows. See the screen shots attached.=0A= >>=0A= >>=0A= >>=0A= >>=0A= >> On 2/28/17, 10:08 AM, "OTH" wrote:=0A= >>=0A= >> Hello,=0A= >>=0A= >> In the browser-based Solr Admin, in the 'Query' page, the "start" an= d=0A= >> "rows" input boxes have default values of 0 and 10 respectively, but= =0A= >> these=0A= >> values are grayed out the input boxes are not allowing me to change= =0A= >> their=0A= >> values. Therefore, whenever I submit a query on this page, I am onl= y=0A= >> ever=0A= >> able to see the first 10 rows. How can I see more rows / results?= =0A= >>=0A= >> Thanks=0A= >>=0A= >>=0A= >>=0A= >=