Hi,
I have two set of data(Collections). I want to make a join from one to the
other. Is that possible using SolrCloud.
I also tried the following.
1. Tried to load both set of documents in a common schema(single collection)
so that we can make joins.
>From some of the posts, I heard joins can b
Hi,
I want to log Solr search queries/response time and Solr indexing log
separately in different set of log files.
Is there any convenient framework/way to do it.
Thanks
Bharath
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Logging-tp4212730.html
Sent from the Solr
Hi,
I wanted to run full import without clean say every 10 minutes. I was able
to do that via Solrj.I was also checking a condition that if previous import
is complete,trigger full import else skip.
The only challenge I have is everytime when full import is triggered, I want
to modify the db data