Documentation on SolrJ

2018-11-29 Thread Thomas L. Redman
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 is sorely lacking, the documentation I have foun

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

Re: Documentation on SolrJ

2018-12-01 Thread Thomas L. Redman
procedure I need to adhere to if I want to contribute? > On Nov 30, 2018, at 10:40 AM, Jason Gerlowski wrote: > > Hi Thomas, > > I recently added a first pass at JSON faceting support to SolrJ. The > main classes are "JsonQueryRequest" and "DirectJsonQueryR

Expression Evaluation

2018-12-06 Thread Thomas L. Redman
I suspect nobody wants to broach this topic, this has to have come up before, but I can not find an authoritative answer. How does the Standard Query Parser evaluate boolean expressions? I have three fields, content, status and source_name. The expression content:bement AND status:relevant yie

DocValuesField fails if bytes > 32k in solr 7.2.1

2018-03-15 Thread Minu Theresa Thomas
Hello Team, I am using solr 7.2.1. I am getting an exception while indexing saying that "DocValuesField is too large, must be <= 32766, retry?" This is my field in my managed schema. When I checked this lucene ticket - https://issues.apache.org/jira/browse/LUCENE-4583, it says its fixed long

<    1   2   3   4