Hi All,

I have a use case where I need to group documents that have a same field
called bookName , meaning if there are a multiple documents with the same
bookName value and if the user input is searched by a query on  bookName ,
I need to be able to group all the documents by the same bookName together,
so that I could display them as a group in the UI.

What kind of support does Solr provide for such a scenario , and how should
I look at changing my schema.xml which as bookName as single valued text
field ?

Thanks.

Reply via email to