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 EBA2BD815 for ; Fri, 30 Nov 2012 20:31:59 +0000 (UTC) Received: (qmail 60230 invoked by uid 500); 30 Nov 2012 20:31:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 60182 invoked by uid 500); 30 Nov 2012 20:31:58 -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 60174 invoked by uid 99); 30 Nov 2012 20:31:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2012 20:31:58 +0000 Date: Fri, 30 Nov 2012 20:31:58 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: <1940795619.46856.1354307518693.JavaMail.jiratomcat@arcas> In-Reply-To: <229957161.20042.1320984411989.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SOLR-2890) omitTermFreqAndPositions and omitNorms don't work properly when used on fieldTypes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507630#comment-13507630 ] Commit Tag Bot commented on SOLR-2890: -------------------------------------- [branch_4x commit] Chris M. Hostetter http://svn.apache.org/viewvc?view=revision&revision=1415837 SOLR-2890: Fixed a bug that prevented omitNorms and omitTermFreqAndPositions options from being respected in some declarations (merge r1415817) > omitTermFreqAndPositions and omitNorms don't work properly when used on fieldTypes > ---------------------------------------------------------------------------------- > > Key: SOLR-2890 > URL: https://issues.apache.org/jira/browse/SOLR-2890 > Project: Solr > Issue Type: Bug > Components: Schema and Analysis > Affects Versions: 3.4 > Reporter: David Smiley > Assignee: Hoss Man > Fix For: 4.1 > > Attachments: SOLR-2890.patch > > > Setting omitTermFreqAndPositions="true" doesn't work when I put it on a fieldType definition for my text field. It did work when I put it on the field definition. I think this option and probably all options should be settable at the fieldType level. I did some investigation and found that the value of this option was being reset on line 54 of TextField. > FYI I am trying to put this on a field type for use by the SpellCheck component which has no use for term frequencies and positions from the source field. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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