I want to cluster my indexed data in solr. Each solr document contains the following fields : id, title, url.
I have read solr 7.7 docs and the clustering algorithm mentioned there is applied only to the search result of each single query. And my need is a full index clustering based on the document title.
Anyone could help?