SolrCloud state

2011-09-21 Thread Miguel Coxo
Hi there.

I'm starting a new project using solr and i would like to know if solr is
able to setup a cluster with fault tolerance.

I'm setting up an environment with two shards. Each shard should have a
replica.

What i would like to know is if a shard master fails will the replica be
"promoted" to a master. Or will it remain search only and only recover when
a new master is setup.

Also how is the document indexing distributed by the shards? Can i add a new
shard dynamically?

All the best, Miguel Coxo.


Re: SRW/U and OAI-PMH servers over solr

2009-03-26 Thread Miguel Coxo
How can i access your oai interface (server) ?


On Wed, Mar 25, 2009 at 9:01 PM, Ryan McKinley  wrote:

> I implemented OAI-PMH for solr a few years back for the Massachusetts
> library system...  it appears not to be running right now, but check...
> http://www.digitalcommonwealth.org/
>
> It would be great to get that code revived and live open source somewhere.
>  As is, it uses a pre 1.3 release that was patched to do support modifiable
> fields.  (If I did it again, I would suggest keeping a parallel SQL database
> for some of this stuff)
>
> ryan
>
>
>
> On Mar 25, 2009, at 3:30 PM, Miguel Coxo wrote:
>
>  Hello there,
>>
>> I'm looking for a way to implement SRW/U and a OAI-PMH servers over solr,
>> similar to what i have found here:
>> http://marc.info/?l=solr-dev&m=116405019011211&w=2 . Well actually if it
>> is
>> decoupled (not a plugin) would be ok, if not better =).
>>
>> I wanted to know if anyone knows if there is something available out there
>> that accomplishes this.
>>
>> For what i have found so far, OCLC has both server implementations
>> available. I haven't looked too deep into the SRW/U one, but the OAI-PMH
>> can
>> be configured to work with solr (by implementing a class that does the
>> actual calls to the data provider).
>>
>> Any information that you guys can provide is welcome =).
>>
>> --
>> All the best, Miguel Coxo.
>>
>
>


-- 
Cumprimentos, Miguel Coxo.


SRW/U and OAI-PMH servers over solr

2009-03-25 Thread Miguel Coxo
Hello there,

I'm looking for a way to implement SRW/U and a OAI-PMH servers over solr,
similar to what i have found here:
http://marc.info/?l=solr-dev&m=116405019011211&w=2 . Well actually if it is
decoupled (not a plugin) would be ok, if not better =).

I wanted to know if anyone knows if there is something available out there
that accomplishes this.

For what i have found so far, OCLC has both server implementations
available. I haven't looked too deep into the SRW/U one, but the OAI-PMH can
be configured to work with solr (by implementing a class that does the
actual calls to the data provider).

Any information that you guys can provide is welcome =).

-- 
All the best, Miguel Coxo.