Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 9094 invoked from network); 26 Feb 2011 14:16:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Feb 2011 14:16:24 -0000 Received: (qmail 92272 invoked by uid 500); 26 Feb 2011 14:16:23 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 91820 invoked by uid 500); 26 Feb 2011 14:16:20 -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 91813 invoked by uid 99); 26 Feb 2011 14:16:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Feb 2011 14:16:19 +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, 26 Feb 2011 14:16:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9A6881A36A4 for ; Sat, 26 Feb 2011 14:15:58 +0000 (UTC) Date: Sat, 26 Feb 2011 14:15:58 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: <973823665.92.1298729758629.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1018701103.1740.1298055458456.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (SOLR-2375) Store & Load functionality for Suggester Lookup implementations 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-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2375: ------------------------------ Affects Version/s: (was: 3.2) (was: 4.0) Fix Version/s: 4.0 3.2 > Store & Load functionality for Suggester Lookup implementations > --------------------------------------------------------------- > > Key: SOLR-2375 > URL: https://issues.apache.org/jira/browse/SOLR-2375 > Project: Solr > Issue Type: Improvement > Components: SearchComponents - other > Reporter: Andrzej Bialecki > Assignee: Andrzej Bialecki > Fix For: 3.2, 4.0 > > Attachments: SOLR-2375-2.patch, SOLR-2375.patch > > > Trie-based autocomplete API has two methods, store(File) and load(File) to persist the trie representation on disk, but in the committed code (SOLR-1316) these methods were not implemented. This issue adds an implementation for both TSTLookup and JaspellLookup. -- 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