Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 40425 invoked from network); 22 Sep 2005 20:13:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2005 20:13:08 -0000 Received: (qmail 55738 invoked by uid 500); 22 Sep 2005 20:13:05 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 55693 invoked by uid 500); 22 Sep 2005 20:13:05 -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 55680 invoked by uid 99); 22 Sep 2005 20:13:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 13:13:03 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5F2AAC9 for ; Thu, 22 Sep 2005 22:12:42 +0200 (CEST) Message-ID: <1864330014.1127419962364.JavaMail.jira@ajax.apache.org> Date: Thu, 22 Sep 2005 22:12:42 +0200 (CEST) From: "Mark Harwood (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-126) [PATCH] Modifications for retrieval of terms Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/LUCENE-126?page=comments#action_12330228 ] Mark Harwood commented on LUCENE-126: ------------------------------------- Suggest we reject this one. query.rewrite is now the standard way of resolving such queries into simpler TermQueries that can be examined. This technique is documented as part of the highlighter package. > [PATCH] Modifications for retrieval of terms > -------------------------------------------- > > Key: LUCENE-126 > URL: http://issues.apache.org/jira/browse/LUCENE-126 > Project: Lucene - Java > Type: Improvement > Components: Other > Versions: unspecified > Environment: Operating System: All > Platform: All > Reporter: Kelvin Tan > Assignee: Lucene Developers > Priority: Minor > Attachments: TermRetrieval-bug21921.patch > > Add a getPrefix method to PrefixQuery and to make getEnum(IndexReader reader) in MultiTermQuery a public method. > These minor changes allow client code to retrieve matched terms in the index, which consequently makes search term highlighting for prefix and fuzzy queries possible. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org