Try our conversational search powered by Generative AI!

Search index processor problem

Vote:
 

Hi!

Could someone explain to me what has happened when the Commerce search index goes into state Invalid?

At first the index got invalid when I published a product but that was solved via this discussion:

http://world.episerver.com/forum/developer-forum/Episerver-Commerce/Thread-Container/2016/12/problem-with-internal-search-in-commerce-catalog/

Now, I recover the index and it stays valid for a couple of hours and suddenly it is invalid again.

So, to try to figure out why this is happening I would like to understand what is actually happening when the index gets the state Invalid?
And if someone has ideas how to fix it, please let me know.

Thanks!

/Kristoffer

#175427
Edited, Feb 20, 2017 9:37
Vote:
 

Today I found this in my log the approxiamtly when the index got invalid.

2017-02-20 16:40:19,997 [106] ERROR Direktronik.Integration.Service.ProductCatalogService: Could not update variant 38-0589
System.ComponentModel.DataAnnotations.ValidationException: Media is not found. Navigate to Assets tab and remove it in order to publish.
   at EPiServer.Core.ContentProvider.ThrowValidationException(ICollection`1 errors)
   at EPiServer.Core.ContentProvider.Validate(IContent content, ContentSaveValidationContext saveValidationContext)
   at EPiServer.Core.Internal.DefaultContentRepository.Save(IContent content, SaveAction action, AccessLevel access)
   at Direktronik.Integration.Service.FactoryService`3.UpdateVariant(DRVariant variant, VariantClass variantClass)
   at Direktronik.Integration.Service.ProductCatalogService.HandleVariant[TProduct,TNode,TVariant](VariantClass variantClass, FactoryService`3 factoryService, ContentReference cateRef)

Could this in validate the index? I have it in s try/catch so the error is handled.

I there anyway to vallidate the entity before publishing it?

/Kristoffer

#175446
Feb 20, 2017 17:02
Vote:
 

Hi Kristoffer,


Did you solve this problem (was it Find configuration related)?
We are investigating a similar problem..

/Johan

#188302
Feb 19, 2018 13:41
Vote:
 

I would suggest to update the titlte to "Search index processor", as it's less confusing. (You might want to remove the company name from the log if that's sensitive information)

The processor is known to be not perfectly stable. If you are using Commerce 10.6 or newer, I suggest to disable the event-driven indexing and turn on the search index build (not the Full search index rebuild) scheduled job, and let it run every 5 minutes instead. 

#188303
Feb 19, 2018 14:12
Vote:
 

Ok, how do I disable that? Just remove from the settings from the Mediachase.Search.config?

#188304
Feb 19, 2018 14:16
Vote:
 

You just need to add this configuration to web.config of both CMS and Commerce Manager site 

https://world.episerver.com/documentation/Release-Notes/ReleaseNote/?releaseNoteId=COM-5861 

https://world.episerver.com/releases/episerver---update-194/

#188305
Edited, Feb 19, 2018 14:20
Vote:
 

Hi,

Where can I find the "Search index build" job (can't see it in scheduled Job list). Equal to Incremental Search Index Job?

#188434
Feb 23, 2018 10:46
Vote:
 

Yes, that is it 

#188435
Feb 23, 2018 10:47
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.