Re: Extensibility of HttpSolrServer

2013-11-20 Thread Eugen Paraschiv
eisey wrote: > On 11/20/2013 3:28 PM, Eugen Paraschiv wrote: > >> The reason I needed access to internal details of the class - and it's not >> just these 2 fields (I used these just as a quick example) - was that I >> was >> trying to extend the class and over

Re: Extensibility of HttpSolrServer

2013-11-20 Thread Eugen Paraschiv
en. On Thu, Nov 21, 2013 at 12:21 AM, Shawn Heisey wrote: > On 11/20/2013 2:21 PM, Eugen Paraschiv wrote: > >> Quick question about the HttpSolrServer implementation - I would like to >> extend some of the functionality of this class - but when I extend it - >> I'm &

Re: Extensibility of HttpSolrServer

2013-11-20 Thread Eugen Paraschiv
Will do - thanks for the quick feedback. Eugen. On Thu, Nov 21, 2013 at 12:06 AM, Mark Miller wrote: > Feel free to file a JIRA issue with the changes you think make sense. > > - Mark > > On Nov 20, 2013, at 4:21 PM, Eugen Paraschiv wrote: > > > Hi, > > Quick que

Extensibility of HttpSolrServer

2013-11-20 Thread Eugen Paraschiv
Hi, Quick question about the HttpSolrServer implementation - I would like to extend some of the functionality of this class - but when I extend it - I'm having issues with how extensible it is. For example - some of the details are not visible externally - setters exist for maxRetries and followRed

SolrJ - HttpSolrServer - allow setting custom HTTP headers

2013-11-20 Thread Eugen Paraschiv
Hi - a quick question about a low(ish)-level usecase of SolrJ. I am trying to set a custom HTTP Header on the request that SolrJ is sending out to the Solr Server - and as far as I can tell - there isn't a clear way of doing that. HttpSolrServer.request crates the HttpGet request and sends it - but