Dear user and dev lists, We are loading files from a directory and would like to index a portion of each file path as a field as well as the text inside the file.
E.g., on HDFS we have this file path: /user/andrew/1234/1234/file.pdf And we would like the "1234" token parsed from the file path and indexed as an additional field that can be searched on. >From my initial searches I can't see how to do this easily, so would I need to write some custom code, or a plugin? Thanks!