index records with similar value in solr – Apache
i have three docs to be indexed into solr . sample of the 3 docs has been given below. Doc 1:{ name:"alex" age:"25"} Doc 2:{ name:"alex" age:"29"} Doc 3:{ name:"benu" age:"29"} Suggest me a way to index this.