Class IndexFileNameFilter

  • All Implemented Interfaces:
    FilenameFilter

    public class IndexFileNameFilter
    extends Object
    implements FilenameFilter
    Filename filter that accept filenames and extensions only created by Lucene.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • Method Detail

      • isCFSFile

        public boolean isCFSFile​(String name)
        Returns true if this is a file that would be contained in a CFS file. This function should only be called on files that pass the above "accept" (ie, are already known to be a Lucene index file).