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"

Re: solr optimize command

2018-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shawn, On 11/29/18 18:53, Shawn Heisey wrote: > On 11/29/2018 4:41 PM, Christopher Schultz wrote: >> When mine returned (with wait=true as a request parameter), I got >> a JSON response telling me how long it took. > > That's what I would expect.

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

Re: Solr on Java 11?

2018-11-30 Thread John Gallagher
We're interested in this as well. It is tracked here - https://issues.apache.org/jira/browse/SOLR-12809 And you can see the test status for different JDKs here: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/ 8 and 9 pass completely; 10, 11, 12ea don't On Fri, Nov 30, 2018 at 10:23 AM

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

Solr on Java 11?

2018-11-30 Thread Webster Homer
My company is planning on upgrading our stack to use Java 11. What version of Solr is planned to be supported on Java 11? We won't be doing this immediately as several of our key components are not yet been ported to 11, but we want to plan for it. Thanks, Webster

Re: Time-Routed Alias Not Distributing Wrongly Placed Docs

2018-11-30 Thread John Nashorn
Hi Gus, thanks for writing a detailed answer. I've written some bits between quotings from your post. On 2018/11/30 05:15:10, Gus Heck wrote: > Hi John, > > TRA's really do require that you index via the alias. Internally the code > is wrapping the Distributed Update Processor with an

Re: Dataimport UI - shows green even when import fails

2018-11-30 Thread Jan Høydahl
I have seen the same if the JDBC jar is not found, you cannot tell from the UI, you have to go to Solr logs. We should fix this! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 30. nov. 2018 kl. 00:46 skrev Shawn Heisey : > > I'm looking into a problem where the

Solr Setup using NRT and PULL replicas

2018-11-30 Thread Daniel Carrasco
Hello, We've a cluster consisting in 7 to 10 NRT nodes serving data to a webpage (products, categories,...), but every time a leader node fails importing data (connection lost, broken pipe...), the entire cluster goes to recovering mode and then is not working for about 15-30 minutes. That's a

AW: Upgrade 6.2.1 to 7.5.0 - "Connection evictor" Threads not closed

2018-11-30 Thread Sebastian Riemer
Dear Jason, Thank you for your response! I'm happy to tell you that we did resolve our issue (by currently downgrading to 6.5 on both solrj-client and server side). We were formerly executing queries by creating our HttpSolrClient this way (for each Query): SolrClient client = new

Re: solr is using TLS1.0

2018-11-30 Thread Jan Høydahl
Hmm, perhaps our bin/solr start scripts could set the com.ibm.jsse2.overrideDefaultTLS property automatically in case of IBM JVM? Or alternatively document this in the SSL section of the reference Guide? Anchal, feel free to open a JIRA and submit a patch. -- Jan Høydahl, search solution