Re: solrj (admin) requests

2018-05-04 Thread Arturas Mazeika
Hi Erick, Shawn, et al, Thanks a lot for a piece of wisdom Especially for unit tests, findRecursive, as well as ideas how to get to infos that one is looking for. Good job indeed. Cheers, Arturas On Fri, May 4, 2018 at 12:22 AM, Shawn Heisey wrote: > On 5/3/2018 9:07 AM, Arturas Mazeika wrote:

Re: solrj (admin) requests

2018-05-03 Thread Shawn Heisey
On 5/3/2018 9:07 AM, Arturas Mazeika wrote: > Short question: > > How can I systematically explore the solrj functionality/API? As Erick said, there is not an extensive programming guide.  The javadocs for SolrJ classes are pretty decent, but figuring out precisely what the response objects actual

Re: solrj (admin) requests

2018-05-03 Thread Erick Erickson
Yeah, that can be a pain. Unfortunately there's no official "programming guide" for instance. What there is, however, is an extensive suite of unit tests in /Users/Erick/apache/solrJiras/master/solr/solrj/src/test/org/apache/solr/client/solrj. >From there it's often a hunt though. Best, Erick On