Table of Contents

Interface IIndexBuilderSchemaUpdater

Namespace
Dynamicweb.Indexing
Assembly
Dynamicweb.Core.dll

Defines the Index builder schema update operations

public interface IIndexBuilderSchemaUpdater

Methods

UpdateSchema(SchemaDefinition)

Updates the selected schema according to builder settings

void UpdateSchema(SchemaDefinition schema)

Parameters

schema SchemaDefinition

Selected schema

To top