On Thu, Dec 1, 2011 at 3:39 PM, Mark Miller <markrmil...@gmail.com> wrote: > On Thu, Dec 1, 2011 at 10:08 AM, Jamie Johnson <jej2...@gmail.com> wrote: > >> I am currently looking at the latest solrcloud branch and was >> wondering if there was any documentation on configuring the >> DistributedUpdateProcessor? What specifically in solrconfig.xml needs >> to be added/modified to make distributed indexing work? >> > > > Hi Jaime - take a look at solrconfig-distrib-update.xml in > solr/core/src/test-files > > You need to enable the update log, add an empty replication handler def, > and an update chain with solr.DistributedUpdateProcessFactory in it.
One also needs an indexed _version_ field defined in schema.xml for versioning to work. -Yonik http://www.lucidimagination.com