solrj - Select distinct field from solr as like SQL: select distinct(name) from address -


i want select distinct values solr. right using query http://localhost/solr/mycore/select?q=type%3aitem&fl=number&wt=xml&indent=true

using query getting result duplicate ‘number’ well. how can filter these duplicate values. sql: select distinct(number) abcd;

not totally sure asking, possible ways need:


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -