Implicit routing changes to Composite while re-deploy configuration changes

2017-12-05 Thread Ketan Thanki
Hi, I have implemented implicit routing with below configuration. Created one default collection manually 'AMS_Config' which contains configurations files schema,solrconfig etc. Using 'AMS_Config' I have created 2 collections model,workset respectively with below command which created 2 shard

RE: How to routing document for send to particular shard range

2017-11-15 Thread Ketan Thanki
Hi, Can someone please let me for my below mentions use-case. Regards, Ketan -Original Message- From: Ketan Thanki Sent: Wednesday, November 15, 2017 3:42 PM To: 'solr-user@lucene.apache.org' Subject: RE: How to routing document for send to particular shard range Thanks Eri

RE: How to routing document for send to particular shard range

2017-11-15 Thread Ketan Thanki
234242 And retrieving data from 1 shard with document routing time taken ( in millisecond)= 94562 Best, Erick On Tue, Nov 14, 2017 at 6:50 AM, Ketan Thanki wrote: > Thanks Amrit , > > Actually we have huge amount of data so that's why thinking to index data > into particular s

RE: How to routing document for send to particular shard range

2017-11-14 Thread Ketan Thanki
Cloud design technique for your use-case. Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269 www.lucidworks.com Twitter http://twitter.com/lucidworks LinkedIn: https://www.linkedin.com/in/sarkaramrit2 Medium: https://medium.com/@sarkaramrit2 On Mon, Nov 13, 2017 at 7:31 PM, Ketan Thank

RE: How to routing document for send to particular shard range

2017-11-13 Thread Ketan Thanki
Search Engineer Lucidworks, Inc. 415-589-9269 www.lucidworks.com Twitter http://twitter.com/lucidworks LinkedIn: https://www.linkedin.com/in/sarkaramrit2 Medium: https://medium.com/@sarkaramrit2 On Fri, Nov 10, 2017 at 5:23 PM, Ketan Thanki wrote: > Hi Erik, > > My requiremen

RE: How to routing document for send to particular shard range

2017-11-10 Thread Ketan Thanki
tter http://twitter.com/lucidworks LinkedIn: https://www.linkedin.com/in/sarkaramrit2 Medium: https://medium.com/@sarkaramrit2 On Fri, Nov 10, 2017 at 5:23 PM, Ketan Thanki wrote: > Hi Erik, > > My requirement to index the documents of particular organization to > specific shard. Als

RE: How to routing document for send to particular shard range

2017-11-10 Thread Ketan Thanki
o particular shards is desirable. Best, Erick On Thu, Nov 9, 2017 at 10:27 PM, Ketan Thanki wrote: > Thanks Amrit, > > For suggesting me the approach. > > I have got some understanding regarding to it and i need to implement > implicit routing for specific shard based. I

RE: How to routing document for send to particular shard range

2017-11-09 Thread Ketan Thanki
_route_ > parameter to name a specific shard. Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269 www.lucidworks.com Twitter http://twitter.com/lucidworks LinkedIn: https://www.linkedin.com/in/sarkaramrit2 Medium: https://medium.com/@sarkaramrit2 On Wed, Nov 8, 2017 at 11:15 AM, Ketan Th

How to routing document for send to particular shard range

2017-11-07 Thread Ketan Thanki
Hi, I have requirement now quite different as I need to set routing key hash for document which confirm it to send to particular shard as its range. I have solrcloud configuration with 4 shard & 4 replica with below shard range. shard1: 8000-bfff shard2: c000- shard3: 0-3fff

how to ensure that one shard does not get overloaded when we use routing

2017-11-02 Thread Ketan Thanki
Hi, I have 4 shard and 4 replica and I do Composite document routing for my unique field 'Id' as mentions below. e.g : tenants bits use as projectId/2! prefix with Id how to ensure that one shard does not get overloaded when we use routing Regards, Ketan. Please cast a vote for Asite in the 2

Using bits in multi tenant document routing index in single shard

2017-11-01 Thread Ketan Thanki
Hi, I have 4 shard and 4 replica and I do Composite document routing for my unique field 'Id' as mentions below. e.g : projectId:158380 modelId:3606 where tenants bits use as projectId/Numbits!modelId/Numbits! prefix with Id NumBits distributed as mention below 3 bits would spread the tenant o

Query regarding to multi tenant composite ID document routing

2017-10-31 Thread Ketan Thanki
Hi, Need the help regarding to below mention query. I have 2 collections with each has 4 shard and 4 replica and i want to implemented Composite document routing for my unique field 'Id' as mentions below. e.g : projectId:158380 modelId:3606 where tenants bits use as projectId/2!modelId/2 pr

query Slower with Document Routing while Use on Heavy Index Size

2017-10-11 Thread Ketan Thanki
HI, I have issue as mentions below while use Document Routing. 1: Query is slower with heavy index for below detail. Config: 4 shard and 4 replica,with 8.5 GB Index Size(2GB Index Size for each shard). -With routing parameter: q=worksetid_l:2028446%20AND%20modelid_l:23718&rows=1&_route_=10

FW: Issue while using Document Routing in SolrCloud 6.1

2017-10-10 Thread Ketan Thanki
Ketan, Is it possible that you are indexing only one tenant and that is causing single shard to become hotspot? Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ From: Ketan Thanki Sent: Tuesday, Octobe

Issue while using Document Routing in SolrCloud 6.1

2017-10-10 Thread Ketan Thanki
Hi, Need the help regarding to below mention query. I have configure the 2 collections with each has 2 shard and 2 replica and i have implemented Composite document routing for my unique field 'Id' where I have use 2 level Tenant route as mentions below. e.g : projectId:158380 modelId:3606 where

RE: How to Apply 'implicit' routing in exist collection in solr 6.1.0

2017-04-04 Thread Ketan Thanki
n in solr 6.1.0 Hi Ketan, I just want to be sure about your understanding of the 'implicit' router. Implicit router in Solr puts the onus of correctly routing the documents on the user, instead of 'implicitly' or automatically routing them. -Anshum On Tue, Apr 4, 2017 at 2

How to Apply 'implicit' routing in exist collection in solr 6.1.0

2017-04-04 Thread Ketan Thanki
Hi, Need the help for how to apply 'implicit' routing in existing collections. e.g : I have configure the 2 collections with each has 4 shard and 4 replica so what changes should i do for apply ' implicit' routing. Please do needful with some examples. Regards, Ketan. [CC Award Winners!]

How to Insert and retrieve data from specific shard in Solr 6.1.0

2017-04-03 Thread Ketan Thanki
Hi, Please help for the below mention query. I need to insert/update data to specific shard and also retrieve the data from specific shard in solr 6.1.0. Pease let me for the configuration/code changes required for the existing solr collections. Regards, [CC Award Winners!]