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 44381D4B1 for ; Wed, 6 Mar 2013 17:18:14 +0000 (UTC) Received: (qmail 85781 invoked by uid 500); 6 Mar 2013 17:18:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 85725 invoked by uid 500); 6 Mar 2013 17:18: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 85718 invoked by uid 99); 6 Mar 2013 17:18:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 17:18:12 +0000 Date: Wed, 6 Mar 2013 17:18:12 +0000 (UTC) From: "Simon Willnauer (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (LUCENE-4813) Allow DirectSpellchecker to use totalTermFrequency rather than docFrequency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Simon Willnauer created LUCENE-4813: --------------------------------------- Summary: Allow DirectSpellchecker to use totalTermFrequency rather than docFrequency Key: LUCENE-4813 URL: https://issues.apache.org/jira/browse/LUCENE-4813 Project: Lucene - Core Issue Type: Bug Components: modules/spellchecker Affects Versions: 4.1 Reporter: Simon Willnauer Fix For: 4.2, 5.0 we have a bunch of new statistics in on our term dictionaries that we should make use of where it makes sense. For DirectSpellChecker totalTermFreq and sumTotalTermFreq might be better suited for spell correction on top of a fulltext index than docFreq and maxDoc -- 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