Re: Create 2 index with solr

2011-12-13 Thread pratikmhta
Thank you Dimitry Kan -- View this message in context: http://lucene.472066.n3.nabble.com/Create-2-index-with-solr-tp2730485p3581568.html Sent from the Solr - User mailing list archive at Nabble.com.

Create 2 index with solr

2011-03-25 Thread Amel Fraisse
Hi, I am using Solr to index documents. And I would index my documents with 2 different analyzer and generate 2 index. So I don't know how I could generate 2 different index? Thank you for your help. Amel.

Re: Create 2 index with solr

2011-03-25 Thread Dmitry Kan
Hi Amel, If you copy example dir from the solr distribution dir to example2 and change jetty's port in the example2/etc/jetty.xml to something different from the one in example/etc/jetty.xml, you'll effectively have two different servers with two separate SOLRs. Now you can independently modify