Skip to main content
August 26, 2011
Question

Searchable Folders

  • August 26, 2011
  • 1 reply
  • 294 views

I have a folder structure something like this

2011\committee\specific_committee

2010\committee\specific_committee

I want to be able to search the sepicific committee for all/each year(s).

I know I could use a verity collection and change the folder structure to

committee/2011/specific_committee

               /2010/specific_committee

Is it possible to make a search with the 1st folder structure?

    This topic has been closed for replies.

    1 reply

    Inspiring
    August 26, 2011

    A) don't use Verity.  It's dead, and being removed completed from CF in CF10.  Use Solr.

    B) I'd perhaps index each folder separately, but add appropriate CATEGORY values when doing so.  Unless there's a way of i9ndexing the top-level directory AND provide category variations on a dir by dir basis.

    Read these docs:

    CFINDEX:

    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d04.html

    Indexing collections that contain categories:

    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec0ef2f-7ff6.html#WSc3ff6d0ea77859461172e0811cbec22c24-7b31

    Google results for "solr facted search":

    http://www.google.com/search?hl=en&q=solr%20faceted%20search&spell=1&sa=X

    --

    Adam