Re: custom query response writer

2006-06-16 Thread Erik Hatcher
On Jun 15, 2006, at 10:18 AM, Yonik Seeley wrote: On 6/15/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: Having a way to hook into the response writing by leveraging the ever improving Solr codebase and its utilities rather than copy/pasting would be a nice way to aim, I think. It's a double edg

Re: custom query response writer

2006-06-15 Thread Yonik Seeley
On 6/15/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: Having a way to hook into the response writing by leveraging the ever improving Solr codebase and its utilities rather than copy/pasting would be a nice way to aim, I think. It's a double edged sword. Making more things public facilitates reu

Re: custom query response writer

2006-06-15 Thread Erik Hatcher
On Jun 15, 2006, at 3:37 AM, Chris Hostetter wrote: : are linked to the one being written, think relationships here). I'm : having difficulty customizing the output because XMLWriter's : constructor is package protected. Is there a performance or API : reason we need this class to be uninstant

Re: custom query response writer

2006-06-15 Thread Chris Hostetter
: are linked to the one being written, think relationships here). I'm : having difficulty customizing the output because XMLWriter's : constructor is package protected. Is there a performance or API : reason we need this class to be uninstantiable from other packages? : Having it still final is o