In my Umbraco project, I have multiple Examine IndexSets defined in the configuration files. How can I programmatically retrieve an individual IndexSet's path?
I am aware of the Examine.LuceneEngine.Config.IndexSetCollection
but I cannot seem to get a populated instance of this object.
I have found the answer myself, so I thought I would share it:
And obviously I have all the properties of the set's directory from DirectoryInfo object too.
Hope this helps someone.