cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XXXProduct item type not indexing in solr using anonymous

Former Member
0 Likes
317

Hi all,

I created an item type that extend Product, added access rights for customerGroup but when i index in solr using anonymous it does not return any product but if i use admin it return all product including unapproved products.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

It is due to search restrictions, if you run the Index in Admin mode it will ignore search restrictions and create the index document. If you run in anonymous mode, it will evaluate all search restrictions.Look into the restriction and do necessary changes or else configure your solr jobs to run in admin mode.