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 B1B20200AC0 for ; Tue, 10 May 2016 01:03:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B01F3160A15; Mon, 9 May 2016 23:03:15 +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 E9E481609A8 for ; Tue, 10 May 2016 01:03:14 +0200 (CEST) Received: (qmail 28466 invoked by uid 500); 9 May 2016 23:03:13 -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 28438 invoked by uid 99); 9 May 2016 23:03:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 23:03:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DA81E2C1F5D for ; Mon, 9 May 2016 23:03:12 +0000 (UTC) Date: Mon, 9 May 2016 23:03:12 +0000 (UTC) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-8990) UI: query links from the "Top Terms" table on the Schema Browser page should use the "term" parser MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 09 May 2016 23:03:15 -0000 [ https://issues.apache.org/jira/browse/SOLR-8990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15277259#comment-15277259 ] Hoss Man commented on SOLR-8990: -------------------------------- Manually correcting fixVersion per Step #S5 of LUCENE-7271 > UI: query links from the "Top Terms" table on the Schema Browser page should use the "term" parser > -------------------------------------------------------------------------------------------------- > > Key: SOLR-8990 > URL: https://issues.apache.org/jira/browse/SOLR-8990 > Project: Solr > Issue Type: Bug > Components: UI > Reporter: Hoss Man > Assignee: Hoss Man > Fix For: 6.1, master (7.0) > > Attachments: SOLR-8990.patch > > > If you are using a StrField, or a TextField with a Keyword tokenizer then it's very possible your indexed terms will include white space. > But the links created by the Schema Browser UI screen to serach for a term in the "Top Terms" list assume that just prepending hte term with the fieldname (ie: {{$fieldname + ":" $term}}) will be valid -- and instead they don't match the correct term. > ---- > Example: > Load the {{example/films}} data into a "films" collection, and then load the Schema Browser page for the "genre" field... > http://127.0.1.1:8983/solr/#/films/schema?field=genre > The "Top Terms" list includes terms such as {{Rommance Film}} but clicking on this term takes you to this URL... > http://127.0.1.1:8983/solr/#/films/query?q=genre:Romance%20Film > ...which is just doing a search for "genre:Romance" OR "Film" (in the default field) > Instead it should link to... > http://127.0.1.1:8983/solr/#/gettingstarted/query?q=%7B!term+f=genre%7DRomance+Film -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org