Now we plan to release Solr to search for an e-commerce site with smooth directory navigation.
We have a small complex data schema for a product attribute and its specification, which are dynamic.
Of course, we cannot understand how to map this data in Solr? Do I need to have two indexes: one for the product index and the other for the specification attribute that maps to the product or to only one schema.
But like, any example will be great.
source
share