On Dec 10, 2007, at 8:54 AM, Sean Laval wrote:
eg. category/subcategory/subsubcategory?
such that if you search for category, you get all those documents
that have been tagged with the category AND any sub categories. If
this is possible I think I'll investigate using solr in place of
some existing code we have that deals with indexing and searching
of such data.
sort of. you can index a field literally as "category/subcategory/
subsubcategory" and query for category/* to get all documents in that
category and below.
Erik