I am trying to run a filter which will help in fetching file which starts with name "file*" only
Now, I can filter based on filepath, but cant filter it with name.
/test/ * / * / * /file* - not working
/test/ * / * / * /(file)*txt - not working
/test/ * / * / * /[file]txt - not working
/test/ * / * / * /{file}.txt - not working
/test/ * / * / * /file?????? - not working
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.