Where to set Shards.tolerant to true ?

2016-04-22 Thread sangeetha.subraman...@gtnexus.com
Hey guys, I am trying to implement Distributed search with Master Slave server. Search requests goes to Slave Servers. I am planning to have a load balancer before the Slave servers. So here is the custom search handler which is defined. *:*

Commit after every document - alternate approach

2016-03-02 Thread sangeetha.subraman...@gtnexus.com
Hi All, I am trying to understand on how we can have commit issued to solr while indexing documents. Around 200K to 300K document/per hour with an avg size of 10 KB size each will be getting into SOLR . JAVA code fetches the document from MQ and streamlines it to SOLR. The problem is the

SnapPuller Exception in Slave server

2015-11-07 Thread sangeetha.subraman...@gtnexus.com
Hi All, I am using solr 4.5.1 with Master and Slave architecture. I am seeing the below exception in the Slave server SnapPuller Master at: not available. Index fetch failed. Exception: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: I

Warning : Import command failed . another import is running

2015-08-04 Thread sangeetha.subraman...@gtnexus.com
Hi All, I have enabled auto indexing via Data Import option. I see below warning occur on a daily basis not at regular specific time. Could someone please tell me why I am seeing below warning , Aug 3, 2015 1:01:34 PM org.apache.solr.handler.dataimport.DataImporter runCmd WARNING: Import

RE: SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-31 Thread sangeetha.subraman...@gtnexus.com
Thanks Yonik and Shawn. 8000-7fff change worked. Thanks Sangeetha -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: 29 July 2015 18:39 To: solr-user@lucene.apache.org Subject: Re: SOLR Exception with SOLR Cloud 5.1 setup on Linux On 7/28/2015 5:10 PM,

How to upgrade SOLR from 4.0 to 5.1 on Windows

2015-07-31 Thread sangeetha.subraman...@gtnexus.com
Hi, I would like to know how to upgrade SOLR from version 4 to 5.1. I did find the below wiki links which says what are the changes available. https://cwiki.apache.org/confluence/display/solr/Upgrading+Solr https://cwiki.apache.org/confluence/display/solr/Major+Changes+from+Solr+4+to+Solr+5

Exceptions in Tomcat - Master Server

2015-07-31 Thread sangeetha.subraman...@gtnexus.com
Hi All, We have SOLR 4.1 Master and Replica setup using Tomcat service . Lately I am seeing below two exceptions in Master server logs. *Socket Connection org.apache.solr.handler.ReplicationHandler$DirectoryFileStream write WARNING: Exception while writing response for params:

SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-28 Thread sangeetha.subraman...@gtnexus.com
Hi, I have set up SOLR Cloud comprising of 2 solr instances and zookeeper in separate instance. Have created one shard in one of the solr node and the other solr node act as a replica for that shard. I am able to post documents through UI. But while trying to connect from Java layer I am

Re: SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-28 Thread sangeetha.subraman...@gtnexus.com
Yes I did create two shards and two replicas and later dropped the other one.. Version is 5.1 . can you please tell me how this can be fixed ?? Thanks Sangeetha Sent from mobile On Jul 28, 2015 8:46 PM, Shawn Heisey apa...@elyograg.org wrote: On 7/28/2015 8:22 AM, sangeetha.subraman

What is the best practice to Backup and delete a core from SOLR Master-Slave architecture

2015-05-06 Thread sangeetha.subraman...@gtnexus.com
Hi, I am a newbie to SOLR. I have setup Master Slave configuration with SOLR 4.0. I am trying to identify what is the best way to backup an old core and delete the same so as to free up space from the disk. I did get the information on how to unload a core and delete the indexes from the

RE: What is the best way of Indexing different formats of documents?

2015-04-08 Thread sangeetha.subraman...@gtnexus.com
Hi Swaraj, Thanks for the answers. From my understanding We can index, · Using DIH from db · Using DIH from filesystem - this is where I am concentrating on. o For this we can use SolrJ with Tika(solr cell) from Java layer in order to extract the content and send the data

What is the best way of Indexing different formats of documents?

2015-04-07 Thread sangeetha.subraman...@gtnexus.com
Hi, I am a newbie to SOLR and basically from database background. We have a requirement of indexing files of different formats (x12,edifact, csv,xml). The files which are inputted can be of any format and we need to do a content based search on it. From the web I understand we can use TIKA

Help needed in Indexing and Search on xml content

2014-09-25 Thread sangeetha.subraman...@gtnexus.com
Hi Team, I am a newbie to SOLR. I have got search fields stored in a xml file which is stored in MSSQL. I want to index on the content of the xml file in SOLR. We need to provide search based on the fields present in the XML file. The reason why we are storing the input details as XML file is