Re: Package Access Issues / Extending FacetComponent

2008-09-02 Thread wojtekpia
I've created SOLR-748 for this issue and attached a patch: https://issues.apache.org/jira/browse/SOLR-748 wojtekpia wrote: > > Thanks, I'll do that. I'll wait until 1.3 has been released to submit a > patch. (This will be my first one, so bear with me!) > > > hossman wrote: >> >> >> : 1.

Re: Package Access Issues / Extending FacetComponent

2008-08-28 Thread wojtekpia
Thanks, I'll do that. I'll wait until 1.3 has been released to submit a patch. (This will be my first one, so bear with me!) hossman wrote: > > > : 1. Copy all those classes into my own package, copy the FacetComponent > into > : my own package, and then override as I intended (there might sti

Re: Package Access Issues / Extending FacetComponent

2008-08-27 Thread Chris Hostetter
: 1. Copy all those classes into my own package, copy the FacetComponent into : my own package, and then override as I intended (there might still be some : issues with accessing ResponseBuilder._facetInfo). : 2. Re-write the entire component using only the ShardResponse. : 3. Make those classes