Comment 2 for bug 1558618

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to searchlight (master)

Reviewed: https://review.openstack.org/295538
Committed: https://git.openstack.org/cgit/openstack/searchlight/commit/?id=cb2137bd23f112ff6cb64c13eb9a76f36eb3c9c8
Submitter: Jenkins
Branch: master

commit cb2137bd23f112ff6cb64c13eb9a76f36eb3c9c8
Author: Rick Aulino <email address hidden>
Date: Mon Mar 21 15:37:22 2016 -0600

    Re-indexing optimization for doc_type

    When the user calls the "index sync" command and specifies a
    document type (i.e. OS::Nova::Server) we will go to all plugins
    and have them re-index. Instead only the specified doc type(s)
    should re-index through their plugins. The other doc types should
    be transferred using internal ElasticSearch functionality, like
    the Helper reindex method. If no type is specified we will reindex
    through the plugins.

    Change-Id: Ida85002c306a52ccb6b5ec73a3dbe021bca333bc
    Closes-Bug: #1558618