Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 16956 invoked from network); 27 Feb 2011 22:42:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2011 22:42:45 -0000 Received: (qmail 77268 invoked by uid 500); 27 Feb 2011 22:42:44 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 77134 invoked by uid 500); 27 Feb 2011 22:42:43 -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 77127 invoked by uid 99); 27 Feb 2011 22:42:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 22:42:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryantxu@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 22:42:37 +0000 Received: by iyj12 with SMTP id 12so3157960iyj.35 for ; Sun, 27 Feb 2011 14:42:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=cVn3pjhgMahNdDjuFBINbm/RwMuvCz8/NLl0TNTDgHg=; b=hfOmlRiy4cuJ9y8kFpsMHdCHXtuOUYuKQEpG7bX3ohiTJyCAl7UQstTGJXR0lDZanU rUvAs5Mk/pjW26+Mi/stCmrqhvOF4tjiUGNaF7TPVs+WOhNzeGVY8lBr8W1SKPYPPMoY 6kf+C3UtPFAkkzBrilwj3zsmEz+OZBM0ndO+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FFEg/xFxrEJl8rJyqPg80PwR2+IFk+ViglFss3CjNJFrZScPvE64izZXNG4KZ0Q2tf XE+2spSOG/ZDq5uWKFrTt4RT+yoVcwiSJglBZjleTtbHB1RwB5609/M4MQzLxRGftS+x u5xkcSRvgNppuxn3XufQvlN2lVcdwNnu/cCGE= MIME-Version: 1.0 Received: by 10.231.157.211 with SMTP id c19mr4823421ibx.172.1298846536861; Sun, 27 Feb 2011 14:42:16 -0800 (PST) Received: by 10.231.199.74 with HTTP; Sun, 27 Feb 2011 14:42:16 -0800 (PST) Date: Sun, 27 Feb 2011 17:42:16 -0500 Message-ID: Subject: writeSolrDocument... Map pseudoFields? From: Ryan McKinley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 I'm back to looking at how we can cleanly add more fields to outgoing documents... When I poke around the code, now, I see that TextRespnseWriter now has some fields that look like they should solve SOLR-1566: writeSolrDocument(String name, SolrDocument doc, Set returnFields, Map pseudoFields) writeDocList(String name, DocList ids, Set fields, Map otherFields) writeSolrDocumentList(String name, SolrDocumentList docs, Set fields, Map otherFields) What are Map pseudoFields and Map otherFields? How are they used? IIUC, this would just solve SOLR-1566 for things that use TextResponseWriter, but not BinaryResponseWriters. Anyone have any insite on this? thanks ryan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org