Can I perform a distributed search using solrj? If so how? (note : not solr)
I don’t find any documentation in this aspect. Kindly help me if you find any/have used this before.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming that your shards are:
“localhost:8983/solr” and “localhost:7574/solr”
You may perform a distributed search with solrj like:
alternatively, you may use the ModifiableSolrParams class: