On Thu, 8 Jul 2021 at 8:10 PM, sachin gk wrote:
> Have you upgraded the zookeeper too ? Sole 8.8.2 is compatible with
> zookeeper 3.5.5
>
zk version is 3.6.3
>
> On Thu, Jul 8, 2021, 17:35 Yuval Paz wrote:
>
> > What error do you see?
> >
> > Also, what are you trying to do? If you are trying t
Hi,
I am writing here to ask for permission to edit the Solr wiki pages on
confluence. I want to add our company on the support page(
https://cwiki.apache.org/confluence/display/SOLR/Support) as we currently
offer Solr support.
If I understand correctly, I need to provide my username here for inclu
Have you upgraded the zookeeper too ? Sole 8.8.2 is compatible with
zookeeper 3.5.5
On Thu, Jul 8, 2021, 17:35 Yuval Paz wrote:
> What error do you see?
>
> Also, what are you trying to do? If you are trying to get the cluster's
> state from an outside service, and not in a Solr plugin, maybe yo
What error do you see?
Also, what are you trying to do? If you are trying to get the cluster's
state from an outside service, and not in a Solr plugin, maybe you should
use CloudSolrClient instead:
```
var client = new CloudSolrClient
.builder(Arrays.asList("zkHost1:port1,zkHost2:port2,..
> On 8 Jul 2021, at 7:00 PM, Reej M wrote:
>
> Hi All,
>
> We are upgrading from solr 4 to solr 8. Updated the solr server to solr8.8.2,
> solrj8.8.2.
> We are trying to resume the code and in one place where we are trying to get
> a collection from clusterstate. Code used is as below
>
> C
Hi Team,
Hi SOLR team,
Our .net project (currently running on solr-5.2.1) recently updated the DB end
(from SQL Server 2012 to SQL Server 2019).
We made all the necessary changes with respect to app configs and SOLR configs
- Changed data-config.xml, Restarted SOLR instance, re-started the serv
Hi All,
We are upgrading from solr 4 to solr 8. Updated the solr server to solr8.8.2,
solrj8.8.2.
We are trying to resume the code and in one place where we are trying to get a
collection from clusterstate. Code used is as below
Clusterstate clusterState = null;
For(SearchSolrZookeeper zk:livez
Hi,
I think I misunderstood your suggestion. Definitely, solr works on documents
and I have also put the data in documents. I got confused with "document". I
meant we have tried putting JSON data into a text file and then indexed it. I
was not taking in the context the document solr works upon.