solrcloud Questions

3

Solved

Using solr 5.2.0 was wondering is there a query builder API/Jar/Ckient similar to Elasticsearch query builder API or do we have to bassically do String Kungfu to build queries in Solr?
Fukien asked 22/2, 2017 at 13:8

7

I am trying to set up a single zookeeper instance using the configuration below , however the start log indicates that the zookeeper is halting while trying to bind the port 2181.Can some one pleas...
Toodleoo asked 18/7, 2014 at 20:16

3

Solved

In SolrCloud Collections API (https://cwiki.apache.org/confluence/display/solr/Collections+API), we can list collections using action: /admin/collections?action=LIST However, aliases are not inc...
Clavicorn asked 9/7, 2014 at 9:36

1

I am trying to create a solr core using this api http://localhost:8983/solr/admin/cores?action=CREATE&name=super&instanceDir=/home/ubuntu/solr-8.8.2/server/solr/super&configSet=stored_f...
Coelenteron asked 12/5, 2021 at 15:19

2

Solved

I have a 5-node SolrCloud (Solr 7.0) with an external 3-node Zookeeper ensemble. There is one collection called "production" that is sharded to 5 shards with a replication factor of 5. See the scre...
Refreshment asked 28/8, 2018 at 19:53

0

I'm Working with Solr 7.4.0 and using DIH Method For Indexing the Data. Query in data-config.xml. <entity name="Test" query="Select Names,Test_Value1,Test_Value2,Test_Value3 from TestTable"&gt...
Ecclesiasticus asked 7/9, 2018 at 5:55

1

Solved

Using Solr version 7.3.1 Starting with 3 nodes: I have created a collection like this: wget "localhost:8983/solr/admin/collections?action=CREATE&autoAddReplicas=true&collection.configNam...
Hosbein asked 13/6, 2018 at 13:55

1

We are currently on a very old version of Lucene V 4.X and are now migrating to Solr V 7.4.0 cloud. We had a custom Similarity Class that we use to influence the score using an indexed field ("RANK...
Aracelyaraceous asked 23/8, 2018 at 4:32

1

I am doing a simple Search exercise in solr. I followed this tutorial. http://www.baeldung.com/spring-data-solr I did all same. I run the test case I am getting an error like this: <head> &...
Nathalia asked 17/2, 2018 at 5:36

2

Solved

I wrote a plugin for Solr which contains new stream expressions. Now, I'm trying to understand what is the best way to write them unit tests: Unit tests which need to include creation of collection...
Schroder asked 21/12, 2017 at 16:39

1

I am trying to upgrade standard 4.x Solr install to Solr cloud 5.x.I did some performance testing between two and found massive differences. On the same server, at different times, I've ran the bel...
Warty asked 9/9, 2015 at 9:30

4

Solved

I have setup a SolrCloud replication using standalone zookeeper. But now I wish to make some changes to my Schema.xml and reload the core. The problem is that when I run a single server Solr (no so...
Spar asked 5/4, 2013 at 9:16

4

I am wondering how loadbalancer can be set up on top of SolrCloud or a load-balancer is not needed? If the former, shard leaders need to be added to the loadbalancer? Then what if the shard leade...
Cutpurse asked 20/3, 2014 at 4:34

2

Solved

I am working on a brand new SolrCloud - ZooKeeper infrastructure. Some background information: all other services (mostly web site infrastructure) are distributed across two data centers, with act...
Sonar asked 25/4, 2013 at 18:4

1

Solved

I've been working on a system where they use SolrCloud, which entails a Zookeeper ensemble that helps "manage the overall structure so that both indexing and search requests can be routed properly"...
Farfetched asked 20/9, 2017 at 22:49

3

Solved

Is it possible to configure SolrCloud with SSL and Basic Authentication? I have configured 3 nodes of Solr in SolrCloud with SSL using this: https://cwiki.apache.org/confluence/display/solr/Enabli...
Grind asked 1/6, 2016 at 19:18

0

I have setup SolrCloud using Solr 6.6.0 and Zookeeper 3.4.10. I am trying to setup Basic Authentication as per latest documentation at https://cwiki.apache.org/confluence/display/solr/Basic+Authent...
Plot asked 20/7, 2017 at 22:27

2

Solved

We are looking to upgrade from SolrCloud 4.10.3 to SolrCloud 6.1. The documentation for Solr 6.1 is not very clear on backward compatibility. I came across this post on the LucidWorks site. Th...
Pentyl asked 23/6, 2016 at 17:14

1

I'm working on a feature which relies on sorting the value of function query. Function query is as below : http://localhost:8983/solr/collection/select?q=*:*&sort=if(exists(f1_t), f1_t, the...
Bander asked 21/10, 2016 at 18:31

2

Solved

I have a 3 node SolrCloud setup (replication factor 3), running on Ubuntu 14.04 Solr 6.0 on SSDs. Much indexing taking place, only softCommits. After some time, indexing speed becomes really slow, ...
Molotov asked 16/9, 2016 at 10:50

1

I am using queries (Solr Admin) to search words through two text documents that are in my HDFS. How can i retrieve the name of the document that the word is found in. I am using this project https:...
Cubature asked 10/9, 2016 at 14:45

2

Solved

I am trying to set up a solrCloud with external zookeeper ensemble of 3 servers and a replicated solr on 2 servers. Assumed that an external zookeeper should be independent from other storages I c...
Pazit asked 9/1, 2015 at 9:30

2

Solved

I have a SolrCloud (v5.2) setup with 2 different cores [users, docs] working properly. Now I need to be able to dynamically add new cores that are configuration-wise identical to the docs core th...
Punctuation asked 19/4, 2016 at 10:6

1

I need to sort result on the basis of dynamic field. How can I do that? When I am sorting on minimum value of some of those dynamic attribute. It's not giving correct result because my query is lik...
Stabile asked 17/3, 2016 at 10:10

1

I had a few queries on choosing exact number of shards for collection and nodes in cloud- is there any impact on search/ingestion, if I choose even or odd number of shards? is there any thumb rul...
Mcclanahan asked 21/1, 2016 at 23:0

© 2022 - 2024 — McMap. All rights reserved.