Hi, In my company, we serve car manuals for different car manufacturers with their various makes and models. Typically, the search is always done within context of a car manufacturer, year, make and model. Is there a way in Solr to create indexes based on this criteria? Currently, the index contains all manufactueres, makes and models. This causes index to go over a terabyte. Hence, if we could teach solr to co-locate all the data for a particular manufactuere, make and model, that would be an ideal thing to do. I was wondering if this is possible?
Regards, Jim