From java-user-return-37033-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Fri Nov 07 21:39:39 2008 Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 64227 invoked from network); 7 Nov 2008 21:39:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2008 21:39:38 -0000 Received: (qmail 83584 invoked by uid 500); 7 Nov 2008 21:39:39 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 83326 invoked by uid 500); 7 Nov 2008 21:39:38 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 83315 invoked by uid 99); 7 Nov 2008 21:39:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 13:39:38 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chadmichaeldavis@gmail.com designates 209.85.128.185 as permitted sender) Received: from [209.85.128.185] (HELO fk-out-0910.google.com) (209.85.128.185) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 21:38:22 +0000 Received: by fk-out-0910.google.com with SMTP id 18so1683283fkq.5 for ; Fri, 07 Nov 2008 13:38:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=yw/eeyTlqyyXetGbZXmj6giyL3HbtiHtxKsnaAZEAZk=; b=wfRLnC0kL7QoqCWtiJ1UklOwVDFZHxFAoNyh7OV8vv6V2QX61fqqhIVZYmUj6rRhNc fo4GgQXWjlIjcVkX7w0HbQxF24Y2RXGemFUxNc4wUnITYJ2Rx5mSNm6dGvQjplcfLxSy XjcFZ+DM5BXxfQmukl7qlhIvAbxCtUMGnPaqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tXnepQnGincK8CXCULOYCm3mkIl4hGfhJq9/IPXE0Gt8IcVymHvOft40r3kcZ+jFok MoAPDJXx8iKKbrFh8qUvYpaA+8bgpb1x0zYTn6JaaS+F7UdsJ0d8ATXY1XKPRHSYd7dI +8QhkGE9A3FdodCPy9DOJr/EvM2o7xQw50ILY= Received: by 10.187.173.6 with SMTP id a6mr838863fap.83.1226093934157; Fri, 07 Nov 2008 13:38:54 -0800 (PST) Received: by 10.187.190.19 with HTTP; Fri, 7 Nov 2008 13:38:54 -0800 (PST) Message-ID: <4fe4c4f50811071338y798b52adi10489fd865a23fe9@mail.gmail.com> Date: Fri, 7 Nov 2008 14:38:54 -0700 From: ChadDavis To: java-user@lucene.apache.org Subject: changes MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46848_7070259.1226093934156" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_46848_7070259.1226093934156 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm upgrading from a very old version of lucene to 2.4 I tried to research all the possible changes, this included reading the change file from the 2.4 version, which appears to reach back through all of the versions. However, I'm finding major API changes that aren't documented in that file. For example, Field.Keyword() is gone. Shouldn't I find this in that change log? ------=_Part_46848_7070259.1226093934156--