Re: two solr instances - index and commit

2007-11-20 Thread Otis Gospodnetic
http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Kasi Sankaralingam <[EMAIL PROTECTED]> To: "solr-user@lucene.apache.org" Sent: Tuesday, November 13, 2007 6:48:03 PM Subject: RE: two solr instances - index and commit This works, the only thing you need

RE: two solr instances - index and commit

2007-11-14 Thread Kasi Sankaralingam
, 2007 6:07 AM To: solr-user@lucene.apache.org Subject: Re: two solr instances - index and commit Solr-1 - for indexing instance - localhost:8880/solr_1 solr-2 - for search - localhost:8080/solr_2 (different port number than solr-1) Here is the list of steps what I tried. 1. in the Solr-1, index and

Re: two solr instances - index and commit

2007-11-14 Thread Jae Joo
Solr-1 - for indexing instance - localhost:8880/solr_1 solr-2 - for search - localhost:8080/solr_2 (different port number than solr-1) Here is the list of steps what I tried. 1. in the Solr-1, index and commit it. I could see all indexes in the data/index directory. How can I commit the index on

RE: two solr instances - index and commit

2007-11-13 Thread Kasi Sankaralingam
This works, the only thing you need to be aware of is the NFS problem if you are running in a distributed environment sharing a NFS partition. a) Index and commit on instance (Typically partitioned as an index server) b) Issue a commit on the search server (like a read only mode) Things to watch