Solr Cert Renewal Issue

2020-10-29 Thread Ritesh Kumar (Avanade)
tPathBuilder.build(Unknown Source) at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) at java.security.cert.CertPathBuilder.build(Unknown Source) ... 30 more Thanks Ritesh

RE: Invalid Date in Date Math String

2019-08-21 Thread Ritesh Kumar (Avanade)
have a successful rebuild without this error. Thanks Ritesh -Original Message- From: Grant Killian Sent: Wednesday, August 21, 2019 6:12 AM To: solr-user@lucene.apache.org Subject: RE: Invalid Date in Date Math String I happened to see this, Ritesh, so let me offer that this issue

RE: Invalid Date in Date Math String

2019-08-20 Thread Ritesh Kumar (Avanade)
Thanks Eric for the response! Regards Ritesh -Original Message- From: Erick Erickson Sent: Tuesday, August 20, 2019 4:34 PM To: solr-user@lucene.apache.org Subject: Re: Invalid Date in Date Math String You probably need to talk to the SiteCore people. The Apache project doesn’t have

Invalid Date in Date Math String

2019-08-20 Thread Ritesh Kumar (Avanade)
ception: System.Net.WebException Message: The remote server returned an error: (400) Bad Request. Source: System at System.Net.HttpWebRequest.GetResponse() at HttpWebAdapters.Adapters.HttpWebRequestAdapter.GetResponse() at SolrNet.Impl.SolrConnection.GetResponse(IHttpWebRequest request) at SolrNet.Impl.SolrConnection.PostStream(String relativeUrl, String contentType, Stream content, IEnumerable`1 parameters) Thanks Ritesh

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
the latest Solr (7.3+), try switching from TextField to > SortableTextField in your string_ci definition above. > > That type implicitly uses docValues and should return original text > for faceting purposes, while still allowing analyzers. > > Regards, >Alex. > On Thu,

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)
Hey Eric, Thanks for response, it was a Sitecore related modifications we had to do to make it work. Thanks Ritesh -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Tuesday, June 26, 2018 10:52 AM To: solr-user Subject: Re: Create an index field of type

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<mailto:v-kur...@micrsoft.

What exactly is sharding in Solr

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

Re: Filesystems supported by Solr

2018-03-02 Thread Ritesh Chaman
Hi team I am trying to deploy solr on my ADLS subscription. can you tell me if that is tested and is compatible. Regards On Tue, Feb 20, 2018 at 2:22 PM, Ritesh Chaman wrote: > Hi team > > May I know what all filesystems are supported by Solr. For eg ADLS,WASB, > S3 etc. Thanks. > > Ritesh >

Filesystems supported by Solr

2018-02-20 Thread Ritesh Chaman
Hi team May I know what all filesystems are supported by Solr. For eg ADLS,WASB, S3 etc. Thanks. Ritesh

Re: recurring Solr warning messages

2017-12-20 Thread Ritesh
Hi,Can someone respond on this please?Or, can you direct me to the right contact who may know about these issues.Regards,RiteshFrom: "Ritesh"<rved...@rediffmail.com>Sent: Tue, 19 Dec 2017 18:06:13To: <solr-user@lucene.apache.org>Subject: Re: recurring Solr warning message

Re: recurring Solr warning messages

2017-12-19 Thread Ritesh
on this?Regards,RiteshFrom: GitHub Staff <supp...@github.com>Sent: Thu, 14 Dec 2017 00:05:54To: Ritesh <rved...@rediffmail.com>Subject: Re: recurring Solr warni

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)
"F:\\solr-6.1.0\\server\\solr", "version":"6.1.0 4726c5b2d2efa9ba160b608d46a977d0a6b83f94 - jpountz - 2016-06- 13 09:46:58", "startTime":"2016-08-03T17:49:28.868Z", "uptime":"0 days, 0 hours, 5 minutes, 9 seconds", "me

Typical Error with live SOLR nodes

2016-08-10 Thread Ritesh Kumar (Avanade)
"F:\\solr-6.1.0\\server\\solr", "version":"6.1.0 4726c5b2d2efa9ba160b608d46a977d0a6b83f94 - jpountz - 2016-06- 13 09:46:58", "startTime":"2016-08-03T17:49:28.868Z", "uptime":"0 days, 0 hours, 5 minutes, 9 seconds", "me

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

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

2016-08-07 Thread Ritesh Kumar (Avanade)
all ZK VM’s. 5. Start SOLR service across all Solr VM’s. 6. Open the SOLR dashboard across all the 3 Solr VM’s and they should not show any error. 7. If the error persists, restart all the boxes. Ritesh K Infrastructure Sr. Engineer – Jericho Team Sales & Marketing Dig

Re: conf Folder is not getting created while creating a collection on solr cloud

2015-09-08 Thread Ritesh Sinha
e conf file in > > solr-5.3.0/server/solr/test_collection_shard1_replica1/? > > This is where Solr stores the indexes (in data\index) and normally I > don't > > touch anything in this folder. > > > > Regards, > > Edwin > > > > > > On 8 Se

conf Folder is not getting created while creating a collection on solr cloud

2015-09-08 Thread Ritesh Sinha
I am trying to create a collection on Solr cloud. I have created a 3 node zookeeper cluster on the same machine. using this command to start solr on three ports : bin/solr start cloud -z localhost:2181,localhost:2182,localhost:2183 -p 8983 bin/solr start cloud -z localhost:2181,localhost:2182,l

Re: Stemming words Using Solr

2015-09-04 Thread Ritesh Sinha
> As to using JSON, I'm not sure of the structure of the JSON you are > getting back, but you might find adding json.nl=map, which changes the > way it returns named lists, which may be easier to parse. > > Upayavira > > On Fri, Sep 4, 2015, at 10:14 AM, Ritesh

Re: Stemming words Using Solr

2015-09-04 Thread Ritesh Sinha
lrJ: FieldAnalysisRequest > > That uses the same HTTP call in the backend, but formats the result in a > Java friendly manner. > > Upayavira > > On Fri, Sep 4, 2015, at 05:52 AM, Ritesh Sinha wrote: > > Yeah, I got. Thanks. > > > > It returns a json which have the stem

Re: Stemming words Using Solr

2015-09-03 Thread Ritesh Sinha
; course > > returns an HTML web page. Instead, send the analysis URL fragment > > directly > > to the analysis API (not UI) for the Solr core, without the #. > > > > -- Jack Krupansky > > > > On Thu, Sep 3, 2015 at 8:45 AM, Ritesh Sinha < > > kumarrites

Re: Stemming words Using Solr

2015-09-03 Thread Ritesh Sinha
0' }; On Thu, Sep 3, 2015 at 4:12 PM, Upayavira wrote: > > > On Thu, Sep 3, 2015, at 11:19 AM, Ritesh Sinha wrote: > > I am learning solr and want to use solr for stemming words.I'll be > > passing > > the word to the solr and it should send the stemmed

Stemming words Using Solr

2015-09-03 Thread Ritesh Sinha
I am learning solr and want to use solr for stemming words.I'll be passing the word to the solr and it should send the stemmed word back.I know how to configure solr core for different stemming patterns and also i am able to view their stemmed words in the analyzer (solr admin ui) but i am not sure

Re: memory size

2009-11-11 Thread Ritesh Gurung
Depends on number of rows being fetched from Solr + php configuration + solr writer you are using json || xml etc. Rgds, Ritesh Gurung David Stuart wrote: > Hi > This is a php problem you need to increase your per thread memory > limit in your php.ini the field name is memory_limit &g

Re: A question about how to make schema.xml change take effect

2009-11-09 Thread Ritesh Gurung
Well everytime you make change in schema.xml file you need restart the tomcat server. On Tue, Nov 10, 2009 at 11:59 AM, Bertie Shen wrote: > Hey folks, > >  When I update schema.xml, I found most of time I do not need to restart > tomcat in order to make change take effect. But sometimes, I have

Re: Index structuring

2008-06-04 Thread Ritesh Ambastha
The number of docs I have indexed till now is : 1,633,570 I am bit afraid as the number of indexed docs will grow atleast 5-10 times in very near future. Regards, Ritesh Ambastha Shalin Shekhar Mangar wrote: > > A lot of this also depends on the number of documents. But w

Re: Index structuring

2008-06-04 Thread Ritesh Ambastha
Thanks Noble, That means, I can go ahead with single Index for long. :) Regards, Ritesh Ambastha Noble Paul നോബിള്‍ नोब्ळ् wrote: > > For the datasize you are proposing , single index should be fine .Just > give the m/c enough RAM > > Distributed search involves multipl

Re: Index structuring

2008-06-04 Thread Ritesh Ambastha
performance issue with partitioning? For eg: A query on 1GB and 500MB indexed data will take same time to give the result? Or lesser the index size, lesser the response time? Regards, Ritesh Ambastha Noble Paul നോബിള്‍ नोब्ळ् wrote: > > You could have been more specific on the datase

Index structuring

2008-05-31 Thread Ritesh Ambastha
should be the index structure? Do I need to follow some specific index structuring patterns/algos for handling such massive data? I am sorry as I may be sounding novice in this area. I would appreciate your thoughts/suggestions. Regards, Ritesh Ambastha -- View this message in context: http