Re: Solr JDBC with Core (vs Collection)

2017-10-16 Thread OTH
Hello, Sorry for continuing this thread after such a long time. I just wanted to check, whether streaming expressions / SQL are now working in non-SolrCloud mode, in the latest Solr release? Much thanks Omer On Thu, Mar 9, 2017 at 1:27 AM, Joel Bernstein wrote: > Getting

Re: Solr JDBC with Core (vs Collection)

2017-03-08 Thread Joel Bernstein
Getting streaming expression and SQL working in non-SolrCloud mode is my top priority right now. I'm testing the first parts of https://issues.apache.org/jira/browse/SOLR-10200 today and will be committing soon. The first functionality delivered will be the significantTerms Streaming Expression.

Re: Solr JDBC with Core (vs Collection)

2017-03-08 Thread OTH
Hello, Yes, I was trying to use it with a non-cloud setup. Basically, our application probably won't be requiring cloud features; however, it would be extremely helpful to use JDBC with Solr. Of course, we don't mind using SolrCloud if that's what is needed for JDBC. Are there any drawbacks to

Re: Solr JDBC with Core (vs Collection)

2017-03-08 Thread Dennis Gove
I don't have an answer to the original question, but I would like to point out that work is being done to make streaming available outside of SolrCloud under ticket https://issues.apache.org/jira/browse/SOLR-10200. - Dennis On Wed, Mar 8, 2017 at 2:13 PM, Alexandre Rafalovitch

Re: Solr JDBC with Core (vs Collection)

2017-03-08 Thread Alexandre Rafalovitch
I believe JDBC requires streams, which requires SolrCloud, which requires Collections (even if it is a single-core collection). Are you trying to use it with non-cloud setup? Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 8 March 2017 at

Solr JDBC with Core (vs Collection)

2017-03-08 Thread OTH
Hello, >From the examples I am seeing online and in the reference guide ( https://cwiki.apache.org/confluence/display/solr/Solr+JDBC+-+SQuirreL+SQL), I can only see Solr JDBC being used against a collection. Is it possible however to use it with a core? What should the JDBC URL be like in that