Re: Sql entity processor sortedmapbackedcache out of memory issue

2019-04-12 Thread Nitin Kumar
Is caching works with other entity processor like SolrEntityprocessor? On Fri 12 Apr, 2019, 3:10 PM Srinivas Kashyap, wrote: > Hi Shawn/Mikhail Khludnev, > > I was going through Jira https://issues.apache.org/jira/browse/SOLR-4799 > and see, I can do my intended activity by specifying zipper. >

Re: Solr ignores configuration file

2019-04-08 Thread Nitin Kumar
One workaround is while indexing add +2 hours. On Mon 8 Apr, 2019, 4:16 PM , wrote: > > Dear recipients, > > Can you help me with the following issue: > > I should present my time stamps in solr in UTC+2 instead of UTC. How can > I do it ? > > I've created the following question in StackOverflow

Solr 7.2.1 Master-slave replication Issue

2018-06-14 Thread Nitin Kumar
Hi, Facing issue in Solr 7.2.1 Master-slave replication, Master-slave replication is working fine. But if I disable replication from master, Slaves shows no data (numFound=0). Slave in not serving data, it had before replication. I suspect, Index generation is getting updated in slave, which was

Re: Learning to Rank (LTR) with grouping

2018-04-19 Thread Nitin Kumar
Can anybody please share, ltr and group together works fine in which solr version. On Wed, Apr 18, 2018 at 3:47 PM, Diego Ceccarelli (BLOOMBERG/ LONDON) < dceccarel...@bloomberg.net> wrote: > I just updated the PR to upstream - I still have to fix some things in > distribute mode, but unit tests

Re: polygon self-crossing

2017-06-04 Thread Nitin Kumar
Yes, decompose into multi polygon. On 05-Jun-2017 6:11 AM, "rgamarra" wrote: > Hi there all, > > I'm using the RPT field type to perform geospatial polygonal searches (e.g. > https://cwiki.apache.org/confluence/display/solr/Spatial+Search)/ > > How do you recommend with self-crossing polygons (8

SOLR JOIN

2017-02-28 Thread Nitin Kumar
Hi, Can we use join query for more than 2 cores in solr. If yes, please provide reference or example. Thanks, Nitin

JOIN query

2017-02-28 Thread Nitin Kumar
Hi, Can we use join query for more than 2 cores in solr. If yes, please provide reference or example. Thanks, Nitin

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-04 Thread Nitin Kumar
Please check doc's unique key(Id). All keys shd be unique. Else docs having same id will be replaced. On 04-Sep-2016 12:13 PM, "Ganesh M" wrote: > Hi, > we are keep sending documents to Solr from our app server. Single document > per request, but in parallel of 10 request hits solr cloud in a se