Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38C9CF3C0 for ; Fri, 22 Mar 2013 16:13:37 +0000 (UTC) Received: (qmail 25271 invoked by uid 500); 22 Mar 2013 16:13:22 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 25194 invoked by uid 500); 22 Mar 2013 16:13:22 -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 25160 invoked by uid 99); 22 Mar 2013 16:13:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 16:13:22 +0000 Date: Fri, 22 Mar 2013 16:13:22 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-4009) Implement toString() method in TermsFilter 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-4009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610471#comment-13610471 ] Commit Tag Bot commented on LUCENE-4009: ---------------------------------------- [branch_4x commit] Michael McCandless http://svn.apache.org/viewvc?view=revision&revision=1416513 LUCENE-4009: improve TermsFilter.toString > Implement toString() method in TermsFilter > ------------------------------------------ > > Key: LUCENE-4009 > URL: https://issues.apache.org/jira/browse/LUCENE-4009 > Project: Lucene - Core > Issue Type: Improvement > Components: modules/other > Affects Versions: 3.5, 3.6 > Reporter: Tim Costermans > Assignee: Michael McCandless > Priority: Trivial > Fix For: 4.1, 5.0 > > Attachments: LUCENE-4009__implemented_toString()_method_in_TermsFilter_.patch, LUCENE-4009__Improved_previous_implementation_of__toString()_method_in_TermsFilter_+_added.patch, LUCENE-4009.patch > > > LUCENE-1049 introduced a enhanced implementation of the toString() method in the BooleanFilter clause. > This was an improvement, however I'm still seeing a lot Lucene filter classes not overriding the toString method resulting in a toString returning the classname and the hashcode of the object. > This can be useful sometimes, but it's totally not useful in my case. > I want to see the properties set in the filters so I know which Lucene query was created. > Now: > BooleanFilter(+BooleanFilter(BooleanFilter(+org.apache.lucene.search.TermsFilter@ea81ba60 +org.apache.lucene.search.TermsFilter@26ea3cbc) BooleanFilter(+org.apache.lucene.search.TermsFilter@df621f09 +org.apache.lucene.search.TermsFilter@2f712446))) > Wanted behavior: > BooleanFilter(+BooleanFilter(BooleanFilter(+inStock:Y +barCode:12345678) BooleanFilter(+isHeavy:N +isDamaged:Y))) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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