if use 100 facets,,,it will cost more than use 10 facet.
so i think it maybe use two facet style. or facet's rule. if it like what you said,,i think i know hot to do. thks,Mike 2007/5/8, Mike Klaas <[EMAIL PROTECTED]>:
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
-- regards jl