Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 80746 invoked from network); 17 Nov 2009 18:08:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Nov 2009 18:08:03 -0000 Received: (qmail 46489 invoked by uid 500); 17 Nov 2009 18:08:02 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 46403 invoked by uid 500); 17 Nov 2009 18:08:02 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 46297 invoked by uid 99); 17 Nov 2009 18:08:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 18:08:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 18:07:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AD01D234C1EF for ; Tue, 17 Nov 2009 10:07:39 -0800 (PST) Message-ID: <808668427.1258481259707.JavaMail.jira@brutus> Date: Tue, 17 Nov 2009 18:07:39 +0000 (UTC) From: "Uwe Schindler (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2073) Document issues involved in building your index with one jdk version and then searching/updating with another In-Reply-To: <227585432.1258405959645.JavaMail.jira@brutus> 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/LUCENE-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779023#action_12779023 ] Uwe Schindler commented on LUCENE-2073: --------------------------------------- bq. Of course, one never knows, I feel like i remember Microsoft Word creating strange hyphens and smart quotes automatically... It is the same strange soft hyphen we talked about before... Normally you should simply remove it during indexing using a CharFilter (I do this when indexing word documents and so on). > Document issues involved in building your index with one jdk version and then searching/updating with another > ------------------------------------------------------------------------------------------------------------- > > Key: LUCENE-2073 > URL: https://issues.apache.org/jira/browse/LUCENE-2073 > Project: Lucene - Java > Issue Type: Task > Reporter: Mark Miller > Attachments: LUCENE-2073.patch, LUCENE-2073.patch > > > I think this needs to go in something of a permenant spot - this isn't a one time release type issues - its going to present over multiple release. > {quote} > If there is nothing we can do here, then we just have to do the best we can - > such as a prominent notice alerting that if you transition JVM's between building and searching the index and you are using or doing X, things will break. > We should put this in a spot that is always pretty visible - perhaps even a new readme file titlted something like IndexBackwardCompatibility or something, to which we can add other tips and gotchyas as they come up. Or MaintainingIndicesAcrossVersions, or FancyWhateverGetsYourAttentionAboutUpgradingStuff. Or a permanent entry/sticky entry at the top of Changes. > {quote} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org