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

Re: Documentation on SolrJ

2018-12-01 Thread Thomas L. Redman
here is one) and/or 8.0. You may be >> able to use the patch there to see if there are gaps or bugs that could be >> fixed before 7.7 / 8.0. >> >> Jason, who did the work on that issue, also presented on SolrJ at the >> Activate conference, you may find it interestin

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

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: TrieLongField not store large longs correctly

2014-11-26 Thread Thomas L. Redman
I was using the SOLR administrative interface to issue my queries. When I bypass the administrative interface and go directly to SOLR, the JSON return indicates the AID is as it should be. The issue is in the presentation layer of the Solr Admin UI. Which is good news. Thanks all, my bad. Shoul

TrieLongField not store large longs correctly

2014-11-26 Thread Thomas L. Redman
I believe I have encountered a bug in SOLR. I have a data type defined as follows: I have not been able to reproduce this problem for smaller numbers, but for some of the very large numbers, the value that gets stored for this “aid” field is not the same as the number that gets indexed. For e