I am considering RavenDb to implement an ‘advanced faceted search’ scenario.
I have to deal with a complex hierarchical taxonomy and shared facets across the different branches of the tree while supporting full text search and all other basic features.
Is there any resource out there that document how to do this using the RavenDb API?
Insanely complex paper on the subject: Beyond Basic Faceted Search
Solr’s way: HierarchicalFaceting
Finally..