I have a custom ISearchableContentType
I'm wondering once I create new content of that type, how long will it take before it shows up in the search index?
I have a custom ISearchableContentType
I'm wondering once I create new content of that type, how long will it take before it shows up in the search index?
I'm not following what to change
Use this constructor SearchIndexDocument(Guid contentId, Guid contentTypeId) (because its sets the Id, UniqueId, ContentId and contentTypeId) and remove the line that sets the Id.There looks to be some legacy cross-crossing of field setting from when Ids were integers and ContentId were not around and using this constructor avoids that.