Re: Indexing HTML files in SOLR

2010-06-20 Thread seesiddharth
Thank you so much for your help... I will try it... -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-HTML-files-in-SOLR-tp896530p910555.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing HTML files in SOLR

2010-06-17 Thread seesiddharth
Thank you so much for the reply...The link suggested by you is helpful but they have explain everything with use of curl command which I don't want to use. I was more interested in uploading the .html documents using HTTP web request. So I have stored all .html files at one location then

Indexing HTML files in SOLR

2010-06-15 Thread seesiddharth
Hi, I am using SOLR with Apache Tomcat. I have some .html files(contains the articles) stored at XYZ location. How can I index these .html files in SOLR? Regards, Siddharth -- View this message in context:

Re: Indexing Problem with SOLR multicore

2010-06-14 Thread seesiddharth
Hi Chris, Thank you so much for the help reply to my query However my problem got resolved. There was a configuration problem in my solrconfig.xml file. The tag dataDir was not configured properly that is why both core were directing to the same directory for indexing. Regards,

Indexing Problem with SOLR multicore

2010-06-10 Thread seesiddharth
Hi, I am using SOLR with Tomcat server. I have configured two multicore inside the SOLR home directory. The solr.xml file looks like solr persistent=true sharedLib=lib cores adminPath=/admin/cores core name=MyTestCore1 instanceDir=MyTestCore1 dataDir=MyTestCore1/data / core