I'm indexing some documents and I need to group them by an specific ID and return the top 5 matches. Is this possible to do? I was looking at the documentation and I was not able to find any information.
We are currently using SOLR and we do have that option where we can select an ID and group the search results for that ID and return the top 5 matches on that group.