This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Indexing folders?

Is it possible to index folders using the filesystem connector?

The goal is to be able to browse a file structure via IDOL queries

The solution I have come up with doesn't work for traversing through multiple levels of folders with no contents

Parents
  • 0  

    On a per document basis, you can write a Lua script in connector that splits DREREFERENCE into fields that represent the folder structure.   Lua parse_csv() where delimiter is / should work.

    I think this is what you were asking to do.  If not, then please re-phrase. 

Reply
  • 0  

    On a per document basis, you can write a Lua script in connector that splits DREREFERENCE into fields that represent the folder structure.   Lua parse_csv() where delimiter is / should work.

    I think this is what you were asking to do.  If not, then please re-phrase. 

Children
  • 0 in reply to   

    That's as far as I got, however it isn't quite meeting the requirements - is it possible to index them such that they appear as their own "hits" so that they can be subject to sorting/filtering/paging?