I am using SOLR-3.3.0 version with multi-core setup.
We have already perform Full-import to index data from database.
Let assume that we have updated some value in table for set of column
and some how delta-import has missed these update in index due to xyz
reason.
In that case we have run Full-im
I am using Solr4.4.0 version with SolrCloud (i.e. a ZooKeeper aware setup)
I want to get search response in JSON using CloudSolrServer (of SolrJ API).
Any pointer will be helpful.
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-we-can-get-JSON-response-using-CloudSolrSer
loading schema resource schema.xml
Please note that i have provided shareSchema=true in solr.xml file.
Please let me know if anything is missing.
Any pointer will be helpful.
Thanks,
Dharmendra Jaiswal
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-share-Schema
Thanks for your reply.
I am using Solrcloud with zookeeper setup.
And using CloudSolrServer for both indexing and searching.
As per my understanding CloudSolrserver by default using LBHttpSolrServer.
And CloudSolrServer connect to Zookeeper and passing all the running server
node to LBHttpSolrServ
me some example related to connection using ClouSolrServer.
Note: I am Using Windows machine for deployment of Solr. And we are indexing
data from database using DIH
Thanks,
Dharmendra jaiswal
--
View this message in context:
http://lucene.472066.n3.nabble.com/Can-we-used-CloudSolrServer-for