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 EC2FD6DB3 for ; Tue, 12 Jul 2011 17:21:23 +0000 (UTC) Received: (qmail 51552 invoked by uid 500); 12 Jul 2011 17:21:22 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 51455 invoked by uid 500); 12 Jul 2011 17:21:22 -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 51445 invoked by uid 99); 12 Jul 2011 17:21:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 17:21:21 +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; Tue, 12 Jul 2011 17:21:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 15C694CAF1 for ; Tue, 12 Jul 2011 17:21:00 +0000 (UTC) Date: Tue, 12 Jul 2011 17:21:00 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <91325253.6807.1310491260085.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (LUCENE-3306) disable positions for spellchecker ngram fields MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 disable positions for spellchecker ngram fields ----------------------------------------------- Key: LUCENE-3306 URL: https://issues.apache.org/jira/browse/LUCENE-3306 Project: Lucene - Java Issue Type: Improvement Reporter: Robert Muir Fix For: 3.4, 4.0 In LUCENE-2391 we optimized spellchecker (re)build time/ram usage by omitting frequencies/positions/norms for single-valued fields, among other things. Now that we can disable positions but keep freqs, we should disable them for the n-gram fields, because the spellchecker does not use positional queries. -- This message is automatically generated by JIRA. 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