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 ?
Copyright © 2021 Jogjafile Inc.
You can use facets to produce distinct values
try to run above query