Re: SolrCloud graph status is out of date

2013-01-09 Thread Zeng Lames
the logs to see if you can narrow in on the > reason for the recovery_failed. > > - Mark > > On Jan 9, 2013, at 8:52 PM, Zeng Lames wrote: > > > Hi , > > > > we meet below strange case in production environment. from the Solr Admin > > Console -> Clou

Re: SolrCloud graph status is out of date

2013-01-10 Thread Zeng Lames
n Jan 10, 2013, at 12:41 AM, Zeng Lames wrote: > > > thanks Mark. will further dig into the logs. there is another problem > > related. > > > > we have collections with 3 shards (2 nodes in one shard), the collection > > have about 1000 records in it. but unfortunat

Re: SolrCloud graph status is out of date

2013-01-10 Thread Zeng Lames
thanks Mark. looking forward it On Fri, Jan 11, 2013 at 9:28 AM, Mark Miller wrote: > Looks like we are talking about making a release candidate next week. > > Mark > > Sent from my iPhone > > On Jan 10, 2013, at 7:50 PM, Zeng Lames wrote: > > > thanks Mark. may

Re: Can we retrieve deleted records before optimized

2012-10-16 Thread Zeng Lames
> Document document = input.document(i, fieldSelector); > // analyze its field values here... > } > } > [/code] > > I haven't compiled this code myself, you'll need to experiment with it. > > Dmitry > > On Tue, Oct 16, 2012 at 11:06 AM, Zeng Lames wrote: >

How to migrate index from 3.6 to 4.0 with solrcloud

2012-11-01 Thread Zeng Lames
Dear all, we have an existing index with solr 3.6, and now we want to migrate it to Solr4.0 with shard (2 shards, 2 nodes in a shard). The question are: 1.which node should i copy the existing index files to? any node in any shard ? 2. if copy the index files into any one of nodes, can it be rep

Re: How to migrate index from 3.6 to 4.0 with solrcloud

2012-11-02 Thread Zeng Lames
t > copying the shards to some node on the cloud won't work. > > In either case, you'll have to re-indexing everything fresh. > > Best > Erick > > > On Thu, Nov 1, 2012 at 9:34 PM, Zeng Lames wrote: > > > Dear all, > > > > we have an existing

Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-05 Thread Zeng Lames
s "shard splitting" which is > certainly on the roadmap but not implemented yet. To expand the > number of shards you'll have to reconfigure, then re-index. > > Best > Erick > > > On Mon, Nov 5, 2012 at 4:09 AM, Zeng Lames wrote: > > > Dear All, > > >

Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-05 Thread Zeng Lames
btw, where can i find all the items in the road map? thanks! On Tue, Nov 6, 2012 at 8:55 AM, Zeng Lames wrote: > hi Erick, thanks for your kindly response. hv got the information from the > SolrCloud wiki. > think we may need to defined the shard numbers when we really rollout it. &

Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-06 Thread Zeng Lames
x27;t had time to actually implement yet. > > You can track this at: https://issues.apache.org/jira/browse/SOLR-2592 > > Best > Erick > > > > On Mon, Nov 5, 2012 at 7:57 PM, Zeng Lames wrote: > > > btw, where can i find all the items in the road map? thanks! > > > &