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:
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
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