Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89D889240 for ; Sat, 17 Mar 2012 00:19:04 +0000 (UTC) Received: (qmail 15932 invoked by uid 500); 17 Mar 2012 00:19:03 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 15885 invoked by uid 500); 17 Mar 2012 00:19:03 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 15875 invoked by uid 99); 17 Mar 2012 00:19:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2012 00:19:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2012 00:19:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C646824B2D for ; Sat, 17 Mar 2012 00:18:39 +0000 (UTC) Date: Sat, 17 Mar 2012 00:18:39 +0000 (UTC) From: =?utf-8?Q?Jan_H=C3=B8ydahl_=28Updated=29_=28JIRA=29?= To: dev@lucene.apache.org Message-ID: <890156904.27084.1331943519831.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1882650071.2100.1329735575034.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-3145) Velocity "/browse" config should set mm=100% to behave as in 3.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-3145?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Jan H=C3=B8ydahl updated SOLR-3145: ------------------------------ Description: After SOLR-1889 was committed, the default for DisMax "mm"= parameter changes depending on q.op. Since defaultOperator=3DOR in example= schema.xml, and no "mm" parameter is specified in the "/browse" request ha= ndler, DisMax will fallback to mm=3D0%. To be consistent with 3.x behavior,= we should add mm=3D100% for "/browse" config. (was: After SOLR-1889 was c= ommitted, the DisMax "mm" parameter defaults to whatever set in q.op. Since= defaultOperator in schema.xml is OR, this means that DisMax now defaults t= o OR (mm=3D0) instead of the old default (mm=3D100%). It should stick to AN= D as before.) Summary: Velocity "/browse" config should set mm=3D100% to behave a= s in 3.x (was: Velocity /browse GUI should stick to AND as defaultOperator= ) Clarified title and description. =20 > Velocity "/browse" config should set mm=3D100% to behave as in 3.x > ---------------------------------------------------------------- > > Key: SOLR-3145 > URL: https://issues.apache.org/jira/browse/SOLR-3145 > Project: Solr > Issue Type: Improvement > Components: web gui > Affects Versions: 4.0 > Reporter: Jan H=C3=B8ydahl > Assignee: Jan H=C3=B8ydahl > Fix For: 4.0 > > Attachments: SOLR-3145.patch > > > After SOLR-1889 was committed, the default for DisMax "mm" parameter chan= ges depending on q.op. Since defaultOperator=3DOR in example schema.xml, an= d no "mm" parameter is specified in the "/browse" request handler, DisMax w= ill fallback to mm=3D0%. To be consistent with 3.x behavior, we should add = mm=3D100% for "/browse" config. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org