Lance Norskog wrote:
I believe I saw in the Javadocs for Lucene that there is the ability to
return the unique values for one field for a search, rather than each
record. Is it possible to add this feature to Solr?  It is the equivalent of
'select distinct' in SQL.

Look into faceting:
http://wiki.apache.org/solr/SimpleFacetParameters

or maybe the Luke request handler:
http://wiki.apache.org/solr/LukeRequestHandler

ryan

Reply via email to