On 12/29/2018 5:55 AM, Simón de Frosterus Pokrzywnicki wrote:
The problem is that when the user changes the synonyms, it automatically
triggers a sequential reload of all the Collections.
What exactly is being done when you say "the user changes the
synonyms"? Just uploading a new synonyms de
On 12/27/2018 1:06 AM, deniz wrote:
I am trying to figure out if i can log anything or fire some events for other
listeners (like a jee event and so on) once ConcurrentUpdateSolrClient sends
the updates to the Solr (i.e internal queue is emptied and the request is
made with the all of the data to
On 12/27/2018 10:18 AM, AshB wrote:
Mach-1 -->20Gb RAM.
Apps running :OracleDb,WeblogicServer(services deployed to call
solr),*OneSolr Node*,*One Zookeeper node*
Mach-2 -->20Gb RAM
Apps running :*One Solr Node*,*Two zookeeper nodes*.
Hopefully you're aware that this setup is not fault tolerant.
Hi Erik,
Yes. Here are the details.
Shard count:12
configName:external-aggregated
replicationFactor:1
maxShardsPerNode:-1
router:implicit
autoAddReplicas:false
Thanks,
Surender.
-Original Message-
From: Erick Erickson
Sent: Sunday, December 30, 2018 7:44 AM
To: solr-user
Subject:
No. There's a "peer sync" that will try to update from the leader's
transaction log if (and only if) the replica has fallen behind. By
"fallen behind" I mean it was unable to accept any updates for
some period of time. The default peer sync size is 100 docs,
you can make it larger see numRecordsToK
This works just fine for me. The only I can recreate your error is if
I have maxShardsPerNode set to 1 (not -1). This is with 7x.
Look ad the admin UI>>collections>>external-aggregated>>state.json.
Is maxShardsPerNode really set to -1?
Best,
Erick
On Sat, Dec 29, 2018 at 9:15 AM Surender Reddy
we are using 3 node solr (64GB ram/8cpu/12GB heap)cloud setup with version
7.X. we have 3 indexes/collection on each node. index size were about
250GB. NRT with 5sec soft /10min hard commit. Sometimes in any one node we
are seeing full index replication started running.. is there any
configuration
bq. I have 3 indexes and all three use different schema.
I assume that the user can't indicate a field to search against
or this is a total non-starter.
Even if you are just sending bare search terms to the different
collections, how are you going to compare returns from them?
Scores aren't compa
If the indexes are on the same cluster, you can use an alias for querying.
Updating via aliases doesn't work well (updates go to the first collection
listed only) unless it's a time routed alias.
http://lucene.apache.org/solr/guide/7_6/collections-api.html#createalias
On Sat, Dec 29, 2018 at 4:
Hi everyone,
Does Solr support federated / distributed search when the schema of the 2
or more indexes are different?
I have 3 indexes and all three use different schema. However, the unique
key field name is the same across all 3 indexes. I need to search on all 3
indexes and return results as
Hi Experts,
I am trying to create a shard but failing with the following error.
http://35.193.142.167:8081/solr/admin/collections?action=CREATESHARD&collection=external-aggregated&shard=shard-test
{
"responseHeader":{
"status":400,
"QTime":19},
"Operation createshard caused
excep
Hello,
I have a solrcloud setup with multiple Collections based on the same
configset.
One of the features I have is that the user can define their own synonyms
in order to improve their search experience which has worked fine until
recently.
Lately the platform has grown and the user has severa
12 matches
Mail list logo