On 5/7/07, James liu <[EMAIL PROTECTED]> wrote:
for example, my facet queries have 100.i wanna show top 10 facet queries. not show all unless user wanna know. I not find it when i read solr's wiki, maybe solr now not support it. maybe it is not needed.
Is it a web project? You could easily store all 100 facets, display the first ten and fill in the rest with some (hidden) javascript when the user clicks a button (or re-request the facets from Solr with a higher threshold). -Mike