
// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

if (typeof this['CatalogSearchIndex'] == 'undefined') this.CatalogSearchIndex = {};

CatalogSearchIndex._path = '/BernsteinPortal/dwr';

CatalogSearchIndex.getSearchIndex = function(p0, p1, p2, p3, p4, p5, p6, callback) {
  dwr.engine._execute(CatalogSearchIndex._path, 'CatalogSearchIndex', 'getSearchIndex', p0, p1, p2, p3, p4, p5, p6, callback);
};


