Re: Closed connection issue while doing dataimport

2017-04-02 Thread santosh sidnal
3/27/2017 7:13 PM, santosh sidnal wrote: > > i am facing closed connection issue while doing dataimporter, any > solution > > to this> stack trace is as below > > > > > > [3/27/17 8:54:41:399 CDT] 00b4 Oracle

SOLR scalability porblem

2017-03-30 Thread santosh sidnal
only 25 snap pull request to stage server instead of 100 snap-puller per server as current. Any new suggestions or reply to this email is greatly appreciated. Thanks in advance. -- Regards, Santosh Sidnal

Closed connection issue while doing dataimport

2017-03-27 Thread santosh sidnal
6 CDT] 00b4 SharedLogWrit 3 writeDataAndHeader - write complete, filePointer = 1784470 [3/27/17 8:54:41:406 CDT] 00b4 SharedLogWrit 3 writeDataAndHeader - freeSpace ptr = 1784470 [3/27/17 8:54:41:406 CDT] 000000b4 SharedLogWrit < writeDataAndHeader Exit -- Regards, Santosh Sidnal

Re: Index corruption with replication

2017-03-16 Thread santosh sidnal
astings > <hastings.recurs...@gmail.com> wrote: > > are you certain the schema is the same on both master and slave? I find > > that the schema file doesnt always go with the replication and if a field > > is different on the slave it will cause problems > > > > On

Index corruption with replication

2017-03-15 Thread Santosh Sidnal
Hi all, I am facing issues of index corruption at regular intervals of the time on live server where i pull index data from one master server. Can anyone please give us some ppinters why we are facing issue on regular interval of time? I am aware of how can we correct corrupted index but i am

Defining SOLR nested fields

2015-12-13 Thread santosh sidnal
here is appreciable. -- Regards, Santosh Sidnal

Data form cataloggroup and catalogentry cores

2015-07-09 Thread santosh sidnal
Hi All, Is there a way to get a combined data from 2 different cores together in a single call? like a data form both CatalogEntry and CatalogGroup cores in a single call to solr. -- Regards, Santosh Sidnal

Re: Query using doc Id

2014-07-22 Thread santosh sidnal
For eg, query docs whose doc Id is between 100 and 200 Thanks Regards Mukund -- Regards, Santosh Sidnal

Re: java.net.SocketException: Connection reset

2014-07-07 Thread santosh sidnal
Even i am facing same issue. AFTER doing a server restart again indexing can run fine once, but for second time same issue. On 3 Jul 2014 23:37, heaven aheave...@gmail.com wrote: Hi, trying DigitalOcean for Solr, everything seems well, except sometimes I see these errors:

Re: sort by an attribute values sequence

2014-04-03 Thread santosh sidnal
with a function that takes maximum value when producttype=C ... etc you can sort by function queries too. http://wiki.apache.org/solr/FunctionQuery Ahmet On Wednesday, April 2, 2014 1:52 PM, santosh sidnal sidnal.sant...@gmail.com wrote: Re-sending my e-mail. any pointers/ links for the issue

Re: sort by an attribute values sequence

2014-04-02 Thread santosh sidnal
Re-sending my e-mail. any pointers/ links for the issue will help me lot. Thanks in advance. On Tue, Apr 1, 2014 at 4:25 PM, santosh sidnal sidnal.sant...@gmail.comwrote: Hi All, We have a specific requirement of sorting the products as per a specific attribute value sequence. Any pointer

sort by an attribute values sequence

2014-04-01 Thread santosh sidnal
values, A, B, C, D. so while in solr query i can give either producttype asc, producttype desc. But I want get result in a specific way by saying first give me All results of values 'C' then B, A, D. -- Regards, Santosh Sidnal