Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 77201 invoked from network); 26 Sep 2010 19:23:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Sep 2010 19:23:54 -0000 Received: (qmail 64146 invoked by uid 500); 26 Sep 2010 19:23:53 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 64105 invoked by uid 500); 26 Sep 2010 19:23:53 -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 64098 invoked by uid 99); 26 Sep 2010 19:23:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 19:23:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 19:23:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8QJNW8h017074 for ; Sun, 26 Sep 2010 19:23:32 GMT Message-ID: <4245724.409151285529012613.JavaMail.jira@thor> Date: Sun, 26 Sep 2010 15:23:32 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2670) allow automatontermsenum to work on full byte range In-Reply-To: <18368551.409131285528894217.JavaMail.jira@thor> 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-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2670: -------------------------------- Attachment: LUCENE-2670.patch > allow automatontermsenum to work on full byte range > --------------------------------------------------- > > Key: LUCENE-2670 > URL: https://issues.apache.org/jira/browse/LUCENE-2670 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Affects Versions: 4.0 > Reporter: Robert Muir > Priority: Minor > Fix For: 4.0 > > Attachments: LUCENE-2670.patch > > > AutomatonTermsEnum is really agnostic to whats in your byte[], only that its in binary order. > so if you wanted to use this on some non-utf8 terms, thats just fine. > the patch just does some code cleanup and removes "utf8" references, etc. > additionally i changed the pkg-private, lucene-internal byte-oriented ctor, to public, lucene.experimental. -- 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org