You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Darren Govoni (Commented) (JIRA)" <ji...@apache.org> on 2011/11/09 19:11:52 UTC

[jira] [Commented] (SOLR-2358) Distributing Indexing

    [ https://issues.apache.org/jira/browse/SOLR-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13147200#comment-13147200 ] 

Darren Govoni commented on SOLR-2358:
-------------------------------------

My use case for this is to permit effective indexing on local nodes across a cluster by local processes - in a "shared nothing" architecture as much as is possible. Let's say I have 100 machines each with their own Solr server. Each machine will process data and commit index writes locally. This avoids global locking and also 100 x n number of threads hitting a central server/port (which won't scale). It should be possible then, to reconcile the 100 x n indexes either at query time (federated search) or merge time (distributed merge). In my scenario, I'm not as concerned about replication or redundancy from the cloud. Cheers.
                
> Distributing Indexing
> ---------------------
>
>                 Key: SOLR-2358
>                 URL: https://issues.apache.org/jira/browse/SOLR-2358
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud, update
>            Reporter: William Mayor
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2358.patch
>
>
> The first steps towards creating distributed indexing functionality in Solr

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org