I'm new to hybris and I'm having problems with the usage of SOLR.
I have a catalog with prices and I want to use webservices because I have a custom UI and I want to use hybris as backend.
What I do is simply map the electronicsSolr index to my site and start a full indexation. Afterwards, when I invoke the webservice ../rest/v1/{webSiteName/catalogs/{catalogName}/{catalogVersion/?options=CATEGORIES, PRODUCTS - I see everything...
but when I call rest/v1/{webSiteName/products?query:price-asc:category:{myCategory} some of the products are missing. can you give me na idea where do I make a mistake? Probably I have to set up something in the electornicsIndex that I'm using but I dont know what...