Re: Hierarchical Facets?

2006-11-03 Thread David Legg
I don't know about that ... CNET has hundreds of thousands of products, with tens of thousands facet constraints ... and Solr seems to be doing ok for us :) Touché... I'm impressed :-) Still... I've got to write an application that will allow users to assign a detailed subject classificat

Re: Hierarchical Facets?

2006-11-02 Thread David Legg
Chris, : > Are there any ideas on how to support hierarchical facets? It may be hard to roll out a truely "generic" way of sorting hierarchical counts that would be usefull for people. Thanks for the examples. I see what you mean about the difficulty in creating a generic facet framework

Re: Hierarchical Facets?

2006-11-02 Thread David Legg
Hi Yonik, Are there any ideas on how to support hierarchical facets? I've thought of some optimizations and general approach (not yet implemented) when it's a strict hierarchy. Thanks for your comments. Of the two approaches you mention (storing the full tag path or creating a strict facet hi

Hierarchical Facets?

2006-11-02 Thread David Legg
ntry facet is selected the State facet is displayed. This sounds workable (but long winded) and you'd have the extra problem that someone selecting 'London' from the City facet may get documents from both Canada and England etc. David Legg