Re: error message in solr logs

2012-08-09 Thread soni.s
Thanks for the reply Eric. But I am not very clear here because we have just one part of app which adds to the index. And if the code is sending wrong headers then it should do so for all records? Some parts of the code below. we use the SolrJ API as i mentioned earlier : . SolrInputDocument d

read write solr shard setup

2012-08-06 Thread soni.s
Hi, i am trying to use a read/write solr setup. what i mean is that i would have a common location for lucene indexes and configure one instance of solr for reads and another instance to only write new indexes. Both the instances pointing to the same index location. The approach is given here http

error message in solr logs

2012-08-06 Thread soni.s
Hi, we have a large lucene index base created using solr. Its split into 16 cores. Each core contains almost 10GB of indexes. We have deployed 8 instances of Solr hosting two cores each. The logic of identifying where the document resides based on the document id, is built within the application. T