Solr Cert Renewal Issue

2020-10-29 Thread Ritesh Kumar (Avanade)
Hello All, I need to renew the expiring cert for SOLR in a Windows SOLR-ZK ensemble with 3 Solr VMs and 3 ZK VMs and as this is critical application I am performing one Solr VM at a time so that my index is available. So on the non-leader VM, I placed the new PFX cert at "F:\solr-6.6.3\server\e

RE: Invalid Date in Date Math String

2019-08-21 Thread Ritesh Kumar (Avanade)
---Original Message- From: Ritesh Kumar (Avanade) Sent: Tuesday, August 20, 2019 7:39 PM To: solr-user@lucene.apache.org Subject: RE: Invalid Date in Date Math String Thanks Eric for the response! Regards Ritesh -Original Message- From: Erick Erickson Sent: Tuesday, August 2

RE: Invalid Date in Date Math String

2019-08-20 Thread Ritesh Kumar (Avanade)
much insight into Sitecore, nor does it maintain the .net version of a Solr client… Best, Erick > On Aug 20, 2019, at 7:16 PM, Ritesh Kumar (Avanade) > wrote: > > Hello, > > We have been using solr 6.6.3 with Sitecore 9, however currently we seem to > be observing

Invalid Date in Date Math String

2019-08-20 Thread Ritesh Kumar (Avanade)
Hello, We have been using solr 6.6.3 with Sitecore 9, however currently we seem to be observing the below issue while rebuilding the index "Invalid Date in Date Math String" We already applied the patch located at the below location but it did not fix the issue: https://github.com/SitecoreSuppo

Suggest highlight is not working with context filter query

2019-06-06 Thread Ritesh Kumar
tps://issues.apache.org/jira/browse/SOLR-7964>. Is there any way I will be able to get both context filtering and highlighted response? Thanks, Ritesh Kumar

Upgrading Solr 6.3.0 to 7.5.0 without having to re-index

2019-04-17 Thread Ritesh Kumar
dex with correct docvalues type.* Field type in old configuration - string (solr.StrField) indexed and stored set to true. Field type in new configuration - solr.SortableTextField (docValues enabled) Is there any way I can upgrade with the current field configuration without having to re-index? Best, Ritesh Kumar

Not able to perform case insensitive sorting with SortableTextField

2018-12-12 Thread Ritesh Kumar
orking fine. I supposed, LowerCaseFilterFactory was enough for this scenario. Is there anything I am missing here? Best, Ritesh Kumar

Re: Case insensitive query for fetching facets

2018-12-11 Thread Ritesh Kumar
perform a case-insensitive query but the > > facet values are being shown in lowercase. > > > > I want to be able to perform a case-insensitive query on this field but > > show the original data. > > Is there anything I can do achieve this. > > > > Best, > > > > -- > > Ritesh Kumar >

Re: Case insensitive query for fetching facets

2018-12-06 Thread Ritesh Kumar
Mikhail Khludnev wrote: > Hello, Ritesh. > > It's obviously done with copyField. > > On Thu, Dec 6, 2018 at 4:26 PM Ritesh Kumar < > ritesh.ku...@hotwaxsystems.com> > wrote: > > > Hello team, > > > > I am trying to prepare facet on a fie

Case insensitive query for fetching facets

2018-12-06 Thread Ritesh Kumar
ginal data. Is there anything I can do achieve this. Best, -- Ritesh Kumar

Re: Creating single CloudSolrClient object which can be used throughout the application

2018-07-04 Thread Ritesh Kumar
wrote: > On 7/4/2018 2:41 AM, Ritesh Kumar wrote: > > I did exactly as you told, created a public static synchronized method. > The > > problem still exists. > > I wasn't addressing the connection problem. I was addressing the > question in the subject -- one client

Re: Creating single CloudSolrClient object which can be used throughout the application

2018-07-04 Thread Ritesh Kumar
ent object still keeping the method synchronized, everything seems to be running fine. Am I missing something? On Tue, Jul 3, 2018 at 6:04 AM Shawn Heisey wrote: > On 7/2/2018 7:35 AM, Ritesh Kumar wrote: > > I have got a static method which returns CloudSolrClient object if Solr > i

Re: Server refused connection at: http://localhost:xxxx/solr/collectionName

2018-07-03 Thread Ritesh Kumar
very update request. > > You should simply not run out of connections, your client is > most probably incorrect. > > Best, > Erick > > On Mon, Jul 2, 2018 at 3:38 AM, Ritesh Kumar > wrote: > > I could get the live Solr nodes using this piece of code > > > >

Re: Creating single CloudSolrClient object which can be used throughout the application

2018-07-02 Thread Ritesh Kumar
n problem just because you create new ones > all the time. Are you closing it after you're done with it each time? > > As to your question about how to reuse the same one, the "singleton > pattern" is one solution. > > Best, > Erick > > On Mon, Jul 2, 2018 a

Creating single CloudSolrClient object which can be used throughout the application

2018-07-02 Thread Ritesh Kumar
indexed. Best, Ritesh Kumar

Re: Server refused connection at: http://localhost:xxxx/solr/collectionName

2018-07-02 Thread Ritesh Kumar
nodes and Zookeeper will take care of the rest, but, I was wondering if this is a good practice to query from SolrCloud. What if the Solr node goes down in the middle of bulk indexing. On Mon, Jul 2, 2018 at 3:37 PM Ritesh Kumar wrote: > I did use CloudSolrClient to query or index data. I did

Re: Server refused connection at: http://localhost:xxxx/solr/collectionName

2018-07-02 Thread Ritesh Kumar
before requesting Solr nodes with CloudSolrClient etc... > > Thanks, > Yasufumi > > 2018年7月2日(月) 16:49 Ritesh Kumar : > > > Hello Team, > > > > I have two Solr nodes running in cloud mode. I know that we send queries > > and updates directly to Solr's

Server refused connection at: http://localhost:xxxx/solr/collectionName

2018-07-02 Thread Ritesh Kumar
eried is running. I am able to index and fetch data. Please, help me. Best, Ritesh Kumar

RE: Create an index field of type dictionary

2018-06-26 Thread Ritesh Kumar (Avanade)
manner. Solr doesn't really deal at that level, it just searches tokens... Best, Erick On Tue, Jun 26, 2018 at 10:48 AM, Ritesh Kumar (Avanade) < v-kur...@microsoft.com.invalid> wrote: > Hello, > > > > Is it possible to create an index field of type *dictionary*. I

Create an index field of type dictionary

2018-06-26 Thread Ritesh Kumar (Avanade)
Hello, Is it possible to create an index field of type dictionary. I have seen stringarry, datetime, bool etc. but I am looking for a field type like list of objects. Thanks [OCP Logo] Ritesh Avanade Infrastructure Team +1 (425) 588-7853 v-kur...@micrsoft.com

What exactly is sharding in Solr

2018-06-22 Thread Ritesh Kumar
different modes we can set up Solt with. Best, Ritesh Kumar

Phrase boosting on multiple fields

2017-09-05 Thread ritesh kumar
fields to be queried upon. I could find some assistance from the code below but again it works on a single field only. q=java+design+patterns&defType=edismax&qf=name&pf2=name^30&ps=0 Any kind of suggestion would be helpful. Best, Ritesh Kumar

RE: Typical Error with live SOLR nodes

2016-08-10 Thread Ritesh Kumar (Avanade)
Hi All, Please provide some help in this issue. Ritesh K Infrastructure Sr. Engineer - Jericho Team Sales & Marketing Digital Services t +91-7799936921   v-kur...@microsoft.com -Original Message- From: Ritesh Kumar (Avanade) [mailto:v-kur...@microsoft.com] Sent: 10 August 2016 1

RE: Typical Error with live SOLR nodes

2016-08-10 Thread Ritesh Kumar (Avanade)
Hi All, We have 3 ZK VM's and 3 Solr VM's with SOLR 6 and we have implemented CDCR. (windows) A dedicated drive has been setup for SOLR & ZK separately. The issue we are facing is 2 nodes are showing together and 1 node separately in the same external zookeeper. Please note that restarting ZK w

Typical Error with live SOLR nodes

2016-08-10 Thread Ritesh Kumar (Avanade)
Hi All, We have 3 ZK VM's and 3 Solr VM's with SOLR 6 and we have implemented CDCR. (windows) A dedicated drive has been setup for SOLR & ZK separately. The issue we are facing is 2 nodes are showing together and 1 node separately in the same external zookeeper. Please note that restarting ZK w

RE: Solr Cloud with 5 servers cluster failed due to Leader out of memory

2016-08-08 Thread Ritesh Kumar (Avanade)
This is great but where can I do this change in SOLR 6 as I have implemented CDCR. Ritesh K Infrastructure Sr. Engineer – Jericho Team Sales & Marketing Digital Services t +91-7799936921   v-kur...@microsoft.com -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Se

RE: Issue faced while re-starting solr 6.1.0 after cleaning zk data.

2016-08-07 Thread Ritesh Kumar (Avanade)
Hi Naveen, I had the same issue, I did the below steps to fix it. 1. Stop SOLR service across all Solr VM’s. 2. Stop ZooKeeper service in all ZK VM’s. 3. Rename all the log files again eg: _log.1 [cid:image001.png@01D1F0C5.D8D498D0] 4. Start ZooKeeper service in al