Dear Team,
I need to search both SOLR and SQL. Once per day, my data importing tool
will collect data from SQL server and add it into SOLRCloud.
* Is it possible to combine and search using Parallel SQL ?
* Could anyone help me, how to configure Parallel SQL ?
Thanks,
Ka
You can take a look a Solr Streaming expressions to see if it meets your
needs. The "jdbc" Stream and "search" streams can be combined using the
"merge" stream.
http://lucene.apache.org/solr/guide/7_6/stream-source-reference.html
http://lucene.apache.org/solr/guide/7_6/stream-decorator-reference.h