Re: Indexing strategies for user profiles

2019-12-10 Thread Dave
I would index the products a user purchased as well as the number of times purchased, then I would take a user, search their bought products boosted by how many times purchased, against other users, have a facet for products and filter out the top bought products that are not on the users alre

Indexing strategies for user profiles

2019-12-10 Thread Arnold Bronley
Hi, I have a Solr collection 'products' for different products that users interact with. With MoreLikeThis, I can retrieve for a given product another related product. Now, I want to create a Solr collection for users such that I can use MoreLikeThis approach between users and products. Not just t