On Fri, Aug 29, 2008 at 2:03 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > - allow more lower level index operations... create a new index at a > given spot, merge multiple indicies, etc.
- possibly add the ability to pull a lucene index from hdfs (via a plugin if we don't want a hard dependency on hdfs) or from another solr server (like the in-development java based replication will allow). > - make Solr more scalable and cloud computing friendly... make it > easier to create and deploy clusters/shards, as well as change the > size of clusters > - remove the single-master points of failure per-shard (support > or incorporate something like bailey) > - make it easier to deploy config changes (possibly use > zookeeper... prob want that for cluster management anyway) People interested in the scalability part should look at bailey (people got busy and discussion died down, but there's some interesting stuff). http://sourceforge.net/mailarchive/forum.php?forum_name=bailey-developers http://bailey.wiki.sourceforge.net/ -Yonik