Developer forum

Forum » Development » No IndexBuilderExtender for SqlIndexBuilder?

No IndexBuilderExtender for SqlIndexBuilder?

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

I have the following class for DW 8 to extend a SqlIndexBuilder:

public class PublicationsIndexBuilderExtender : IndexBuilderExtenderBase<SqlIndexBuilder>

When I build an index the constructor is called once, but ExtendDocument is never called. When I search the DW 8 and 9 code for ExtendDocument, I never see it used in the context of a SqlIndexBuilder.

Is this not implemented? Is there another way to extend a SQL-based index?

Thanks!

Imar


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Hi Imar

That seems to not be implemented - just implemented it on 9, TFS#58856, out with the next release of the Dynamicweb.Indexing package.

BR Nicolai

Votes for this answer: 1

 

You must be logged in to post in the forum