Re: Closed connection issue while doing dataimport

2017-04-02 Thread santosh sidnal
value > should be set to 1 if you're using standard disks. If you're using SSD, > then you can bump it a little bit, because SSD can easily handle > multiple threads randomly writing to the disk. I don't know what values > are appropriate for SSD, but I would probably start with 2-4. > > Thanks, > Shawn > > -- Regards, Santosh Sidnal

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
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 Wed, Mar 15, 2017 at 12:08 PM, Santosh Sidnal < > sidnal.

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
g doc Id as a query parameter > > 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" wrote: > Hi, trying DigitalOcean for Solr, everything seems well, except sometimes I > see these errors: > java.net.SocketException: Connecti

Re: sort by an attribute values sequence

2014-04-02 Thread santosh sidnal
d work. > > If you can came up 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.s

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 wrote: > Hi All, > > We have a specific requirement of sorting the products as per a specific > attribute value sequence. Any pointer or so

sort by an attribute values sequence

2014-04-01 Thread santosh sidnal
owing 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