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 <arafa...@gmail.com> wrote: > 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 14:02, OTH <omer.t....@gmail.com> wrote: > > 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 > > case? > > > > Thanks >