Questions tagged [solrcloud]

Apache Solr includes the ability to set up a cluster of Solr servers that combines fault tolerance and high availability. Called SolrCloud, these capabilities provide distributed indexing and search capabilities.

Apache Solr includes the ability to set up a cluster of Solr servers that combines fault tolerance and high availability. Called SolrCloud, these capabilities provide distributed indexing and search capabilities, supporting the following features:

  • Central configuration for the entire cluster

  • Automatic load balancing and fail-over for queries

  • ZooKeeper integration for cluster coordination and configuration.

1255 questions
4
votes
2 answers

SolrCloud Configset API upload returns 500 "KeeperErrorCode = NoNode"

Situation First of all I must mention that I'm using Solr 8.1.1 and am running the default "solr -e cloud" to do some testing. This is running on a Windows Azure VM. I'm trying to create a PowerShell script that will do some setup on the SolrCloud.…
IvanL
  • 2,475
  • 1
  • 26
  • 39
4
votes
5 answers

Error when start Solr cloud, due to location of 3rd party libraries

I tried to migrate to Solr 3.1 , my project uses Dataimport handler , when I started solr it asked me SolrCoreAwar not found I copied the following file to lib directory apache-solr-dataimporthandler-3.1-SNAPSHOT.jar but again an error appeared…
Muhannad A.Alhariri
  • 3,702
  • 4
  • 30
  • 46
4
votes
1 answer

Is Solr's DatePointField a drop-in replacement for TrieDateField?

I get some deprecation warnings in my Solr 7.5 installation: [ WARN] 16:38:36 Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. [] [ WARN] 16:38:36 Solr loaded a…
neu242
  • 15,796
  • 20
  • 79
  • 114
4
votes
2 answers

How to force a leader on SolrCloud?

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 screenshot below: shard5 was struggling to elect a new…
hammady
  • 969
  • 1
  • 13
  • 22
4
votes
3 answers

how to run SolrCloud with docker-compose

Please help me with docker-compose file. Right now, i'm using Solr in docker file, but i need to change it to SolrCloud. I need 2 Solr instances, an internal Zookeeper and docker (local). This is an example of docker-compose file I did: version:…
Ronny Lee
  • 47
  • 1
  • 1
  • 5
4
votes
0 answers

Using Named Entity Extraction in solr 7.3

I am trying to use NER in Solr(SolrCloud) 7.3 but I am a little bit missing some documentation. What I have…
4
votes
2 answers

How to download Solr collection config from zookeeper

I have a collection in solrcloud which had been created using zookeeper managed configuration and I want all collection configuration files which were used to create the collection. Here are the options I found: Copy manually all files from…
Rahul Sharma
  • 5,614
  • 10
  • 57
  • 91
4
votes
1 answer

Solr auto delete using default value of ttl field

I am trying to use Solr auto-delete feature with solr-6. I have made the following changes in my managed-schema.xml and solrconfig.xml. managed-schema
4
votes
1 answer

Indexing a numeric range in Solr

Does anyone know if it's possible to filter index a numeric range such as "1-5" to be "1","2","3","4","5"? I can't find any filter factories that does this. Example: "1-5 ABC" gets indexed as "1 ABC", "2 ABC", "3 ABC", "4 ABC", "5 ABC"
GucciProgrammer
  • 181
  • 2
  • 4
  • 13
4
votes
1 answer

How to make SOLR "boot" into Cloud Mode when server reboots

NOTE: I've tried everything in the comments below and everything else I can think of. At this point I have to assume there's a bug of some kind and that a restart will NOT bring SOLR up in cloud mode unless you roll your own init.d…
jb62
  • 2,224
  • 2
  • 14
  • 23
4
votes
2 answers

SolrCloud Error:No live SolrServers available to handle this request

I get below exception at solrcloud client end during data ingestion: ERROR com.aexp.ims.atworks.ingestion.service.impl.IngestionServiceImpl - Solr Exception org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle…
Rahul Sharma
  • 5,614
  • 10
  • 57
  • 91
4
votes
3 answers

How to get number of documents by shard wise in solrcloud?

I want to get number of shards along with number of documents in each shard in solrcloud, is there any direct command to get these stats? As of now I pull these stats from each node UI which takes very long time. I am using solcloud5.2.
Rahul Sharma
  • 5,614
  • 10
  • 57
  • 91
4
votes
1 answer

Solr: Using the Block Join Children Query Parser

Currently I evaluate the Block Join Children Query Parser as described here. Therefore I have created the following collection: curl "http://localhost:8983/solr/admin/collections?action=CREATE&name=nestedPerson&numShards=6"` Then I have inserted…
siom
  • 1,610
  • 1
  • 14
  • 21
4
votes
1 answer

What is the difference between Solr Replication and Solr Cloud?

I'm supporting on rails project, which contain rails app and additional instance with Solr. My environment: rails 3.2.1, ruby 2.1.2, sunspot 2.1.0, Solr 4.1.6. Problem: Clould provider is not stable. I cannot use other cloud provider - it is…
bmalets
  • 3,207
  • 7
  • 35
  • 64
4
votes
0 answers

SolrCloud - core swap and Zookeeper distribution in Sitecore solution

Recently I came across a very stange behaviour of Zookeeper looking after Solr setup. In details: Sitecore allows for SOLR core switch on full index rebuild. This feature is very handy, when one decides for rebuiding index data from scratch.…
Drakkonite
  • 507
  • 3
  • 9