Want to avoid setting the solr.xml in conf/Catalina/localhost

2013-06-14 Thread bsargurunathan
Hi All,

I want to avoid to set the solr.xml in the conf/Catalina/localhost path for
Tomcat server in Windows OS.

So please suggest me to do that with the sample configuration.



Thanks,
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Want-to-avoid-setting-the-solr-xml-in-conf-Catalina-localhost-tp4070485.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr4.3 Internationalization.

2013-06-07 Thread bsargurunathan
Guys,

Please clarify the following questions regarding Solr Internationalization.

1) Initially my requirement is need to support 2 languages(English & French)
for a Web application.
And we are using Mysql DB.

2) So please share good and easy approach to achieve it with some sample
configs.

3) And my question is whether I need to index the data with both
languages(English & French) with different cores?

4) Or indexing with English is only enough? So solr have any mechanism to
handle multiple languages while retrieving? If there anything share with
some sample configs.

Thanks
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr4-3-Internationalization-tp4068834.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr 4.3 with Internationalization.

2013-06-05 Thread bsargurunathan
Guys,

I am going to use the Solr4.3 to my Shopping cart project.
So I need to support my website with two languages(English and French).

So I want some guide for implement the internationalization with the
Slor4.3.
Please guide with some sample configuration to support the French language
with Solr4.3.

Thanks in advance.

Guru.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-3-with-Internationalization-tp4068368.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr Indexing with huge number of documents

2012-12-26 Thread bsargurunathan
Hi Everyone,

In Solr Indexing, I needs to index millions of millions records in single
time from xml file.
While I am doing the indexing, I am constructing the xml file and passing to
the solr.
But right now I am controlling the record count and based on the record
count the xml will create and it will index into solr.
But the requirement is the indexing should be happen continues, if I did not
control the the count I will get the Socket exception.

So what is the exact solution for that? How can I overcome it?


Thanks,
Guru 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Indexing-with-huge-number-of-documents-tp4029094.html
Sent from the Solr - User mailing list archive at Nabble.com.


RE: Solr Cloud Implementation with Apache Tomcat

2012-09-05 Thread bsargurunathan
Hi Markus,

Can you please tell me the exact file name in the tomcat folder?
Means where I have to set the properties?
I am using Windows machine and I have the Tomcat6.


Thanks,
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Cloud-Implementation-with-Apache-Tomcat-tp4005209p4005535.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr Cloud Implementation with Apache Tomcat

2012-09-05 Thread bsargurunathan
Hi Rafal,

I worked with standalone zookeeper, which is starting.
But the next step is, I want to configure the zookeeper with my solr cloud
using Apache Tomcat.
How it is really possible? Can you please tell me the steps, which I have to
follow to implement the Solr Cloud with Apache Tomcat. Thanks in advance..

Thanks,
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Cloud-Implementation-with-Apache-Tomcat-tp4005209p4005528.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr Cloud Implementation with Apache Tomcat

2012-09-04 Thread bsargurunathan
Hi folks,
I am trying the Solr cloud using Apache Tomcat.
In first I tried with Jetty server, which is mentioned in wiki.
It is working fine, but while I am trying with Tomcat it is failure.
Means solr is working, but solr cloud is not working.
My doubt is how to configure the zookeeper in Tomcat.


Thanks,
Guru




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Cloud-Implementation-with-Apache-Tomcat-tp4005209.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr Master/Slave setup issue

2012-08-28 Thread bsargurunathan
Hi iorixxx,
Thanks for the updates, its really helpful for me. But I want one more
clarification,

I am setting up the solrcofig.xml like as follows,


${enable.master:false}
commit
schema.xml,stopwords.txt


${enable.slave:false}
http://localhost:8080/ndxservice/registry/replication
00:00:5


In above config, I did the enable/disable of solr/master using
solrcore.properties file,
but I want set up the masterUrl from java code or my app setting.xml. How it
is really possible?

Thanks,
Guru




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Master-Slave-setup-issue-tp4003667p4003755.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr Master/Slave setup issue

2012-08-28 Thread bsargurunathan
Can you please share some samples for that?
I cant see anywhere that solrcore.properties file in my solr-3.5 package.
Can you please explain somewhat depth?



Thanks,
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Master-Slave-setup-issue-tp4003667p4003675.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr Master/Slave setup issue

2012-08-28 Thread bsargurunathan
Hi Guys,
I have a problem with Solr Master/Slave setup. Please clarify me.
I added the following things in my Master solrconfig.xml


   
 commit
 startup
 schema.xml,stopwords.txt
   
 

And I added following things in Slave solrconfig.xml,


   
 http://172.16.17.64:8080/ndxservice/registry/replication/
 00:00:60
   


So, my problem is, I want to avoid the hot coded masterUrl.
It should be coming by dynamically, how it is possible?
Because I am testing with different environment (i.e)BETA,UAT,PROD so I dont
want to change that setting manually for every war.

Thanks,
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Master-Slave-setup-issue-tp4003667.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr cloud Implementation

2012-08-27 Thread bsargurunathan
Hi Rafal,

Thanks for your advice, I checked in that url,
But they asked to download Solr 4.0 Beta or Greater,
But I am using Solr-3.5. Is it possible to implement the Solr Cloud using
Solr-3.5?

Thanks,
Guru 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-cloud-Implementation-tp4003455p4003463.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr cloud Implementation

2012-08-27 Thread bsargurunathan
Hi Guys,

I am very new for Solr Cloud,
Can you guys advice me the following questions?
Basic requirement for Implementing the Solr Cloud?(For ex: Solr Version,
Supporting OS..)
Right now I am using Solr 3.5, is it possible to implement the Solr Cloud in
that?
If I can? Please share any docs or reference urls.

Thanks,
Guru



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-cloud-Implementation-tp4003455.html
Sent from the Solr - User mailing list archive at Nabble.com.