Re: Dynamic Solr indexing

2010-03-10 Thread Jan Høydahl / Cominvent
, keeping external dependencies to > minimum. Is SolrCloud 'ready for primetime' production at present? > > > > Apologies for all the questions - Is SolrCloud marked for inclusion in 1.5? > > > > Many thanks! > > Peter > > > > > &

RE: Dynamic Solr indexing

2010-03-01 Thread Peter S
thing like Hadoop ipc)? If so, this makes it a nice tight package, keeping external dependencies to minimum. Is SolrCloud 'ready for primetime' production at present? Apologies for all the questions - Is SolrCloud marked for inclusion in 1.5? Many thanks! Peter > Su

Re: Dynamic Solr indexing

2010-03-01 Thread Jan Høydahl / Cominvent
Hi, In current version you need to handle the cluster layout yourself, both on indexing and search side, i.e. route documents to shards as you please, and know what shards to search. We try to address how to make this easier in http://wiki.apache.org/solr/SolrCloud - have a look at it. The ide

Dynamic Solr indexing

2010-03-01 Thread Peter S
Hi, I wonder if anyone could shed some insight on a dynamic indexing question...? The basic requirement is this: Indexing: A process writes to an index, and when it reaches a certain size (say, 1GB), a new index (core) is 'automatically' created/deployed (i.e. the process doesn't kn