Re: Documentation on SolrJ

2018-12-01 Thread Jason Gerlowski
> You guys are in need of more documentation. I hope I’m not hurting any > feelings, that is not my intention. I can't imagine anyone would. In a sense that's what this mailing list is for- to share what works, what doesn't, and what's really lacking. Thanks for chiming in. Jason On Sat, Dec 1

Re: Documentation on SolrJ

2018-12-01 Thread Erick Erickson
Thomas: All contributions welcome! Opensource software lives and dies by people stepping up and contributing when they see something they want to improve, come join the club and help make it better. Here's the basics of getting started: https://wiki.apache.org/solr/HowToContribute The part you c

Re: Documentation on SolrJ

2018-12-01 Thread Thomas L. Redman
Hi Jason. You Solr folks are really on top of things, I thank you Cassandra and Shawn for all the excellent support. Short story, I can wait. I am building a 1.0 version of a new tool to query our very complex and large (100M docs) datastore, not to find individual documents, but to find subse

Re: Documentation on SolrJ

2018-11-30 Thread Jason Gerlowski
Hi Thomas, I recently added a first pass at JSON faceting support to SolrJ. The main classes are "JsonQueryRequest" and "DirectJsonQueryRequest" and live in the package "org.apache.solr.client.solrj.request.json" (https://github.com/apache/lucene-solr/tree/master/solr/solrj/src/java/org/apache/so

Re: Documentation on SolrJ

2018-11-30 Thread Cassandra Targett
Support for the JSON Facet API in SolrJ was very recently committed via https://issues.apache.org/jira/browse/SOLR-12965 . This missed the cut-off for 7.6 but will be included in 7.7 (if there is one) and/or 8.0. You may be able to use the patch

Re: Documentation on SolrJ

2018-11-30 Thread Thomas L. Redman
Hi Shawn, thanks for the prompt reply! > On Nov 29, 2018, at 4:55 PM, Shawn Heisey wrote: > > On 11/29/2018 2:01 PM, Thomas L. Redman wrote: >> Hi! I am wanting to do nested facets/Grouping/Expand-Collapse using SolrJ, >> and I can find no API for that. I see I can add a pivot field, I guess to

Re: Documentation on SolrJ

2018-11-29 Thread Shawn Heisey
On 11/29/2018 2:01 PM, Thomas L. Redman wrote: Hi! I am wanting to do nested facets/Grouping/Expand-Collapse using SolrJ, and I can find no API for that. I see I can add a pivot field, I guess to a query in general, but that doesn’t seem to work at all, I get an NPE. The documentation on SolrJ