RE: SolrCloud Indexing question

2013-08-07 Thread Kalyan Kuram
on > > On 8/6/2013 12:55 PM, Kalyan Kuram wrote: > > Hi AllI need suggestion on how to send indexing commands to 2 different > > solr server,Basically i want to mirror my index,here is the scenarioi have > > 2 cluster, > > each cluster has one master and 2 slaves

SolrCloud Indexing question

2013-08-06 Thread Kalyan Kuram
Hi AllI need suggestion on how to send indexing commands to 2 different solr server,Basically i want to mirror my index,here is the scenarioi have 2 cluster, each cluster has one master and 2 slaves with external zookeeper in the fronti need suggestion on what solr api class i should use to send

URLDatasource Authentication

2013-07-23 Thread Kalyan Kuram
Hi I am trying to access xml files which are stored in our cms,how do i pass username/passwd to dih so i can get all xml files its throwing exception java.io.IOException: Server returned HTTP response code: 401 for URL: http://admin:admin...@cms1.zinio.com.com//articles/100850443.xml Is ther

RE: Solr Shards and ZooKeeper

2013-06-12 Thread Kalyan Kuram
It worked ,i followed steps only difference i erased everything and started from scratch again > From: kalyan.ku...@live.com > To: solr-user@lucene.apache.org > Subject: Solr Shards and ZooKeeper > Date: Wed, 12 Jun 2013 14:51:41 -0400 > > Hi allI am trying to configure external zookeeper with s

Solr Shards and ZooKeeper

2013-06-12 Thread Kalyan Kuram
Hi allI am trying to configure external zookeeper with solr instances which has to have 2 shards.I tried the introductory solrcloud wiki page and lucidworks solrcloud page it works just fine(embedded zookeeper),The problem i have is start solr with 2 shards when i have external zookeeper,i cant

RE: Strip HTML Tags and Store

2013-05-31 Thread Kalyan Kuram
uot;], > "features":["\nThis is a test line >."], > "other_t":"Other text", > "more_t":"Some more text. The end", > > That stripped the HTML only from the "features" field, and expanded the > name

Strip HTML Tags and Store

2013-05-30 Thread Kalyan Kuram
Hi AllI am trying to understand what gets stored when i configure a field indexed and stored for example i have this in my schema.xmland I was expecting that solr will

RE: Export Index and Re-Index XML

2013-04-23 Thread Kalyan Kuram
gt; -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > 23. apr. 2013 kl. 02:11 skrev Kalyan Kuram : > > > Thank you all very much for your help.I do have field configured as stored > > and index,i did read th

RE: Export Index and Re-Index XML

2013-04-22 Thread Kalyan Kuram
is always best to keep a copy of your raw source data separate from the > data you add to Solr. Or, at least make sure any important data is "stored". > > In short, you need to model your data for "reindexing", which is a fact of > life in Solr land. > >

Export Index and Re-Index XML

2013-04-22 Thread Kalyan Kuram
Hi AllI am new to solr and i wanted to know if i can export the Index as XML and then re-index back into Solr,The reason i need to do this is i misconfigured fieldtype and to make it work i need to re-index the content Kalyan