Table of Contents

Interface IIndexBuilderSchemaUpdater

Namespace
Dynamicweb.Indexing
Assembly
Dynamicweb.Indexing.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