example :
select distinct(city) from employee_details where name="JOHN";
How to form select distinct(parameter) query in Apache Solr ?
example :
select distinct(city) from employee_details where name="JOHN";
How to form select distinct(parameter) query in Apache Solr ?
You can use facets to produce distinct values
try to run above query