Solr Faceting result with more than just count -
This is what I need: I have a list of products listed in the Solar and Canned, Other category names and category multiple fields I would like to faceting on the class, but want to have all the category id, category name and category with the numerator number along with the numerator number. Is this possible? Or do I have to faceting only for classroom IDs and inquiries from another request or our SQL Server database should get the rest of the information from that category?
If the slight increase in index size does not matter to you, then you can change the schema And if you are able to do a full reindex, then add a new area 'categoryFacet' for it. This new area will keep the information described in your query.
Most likely, you will solve this by editing the SELECT statement used for indexing it.
Comments
Post a Comment