Class IndexConfig.ConfigEntry

  • Enclosing class:
    IndexConfig

    public class IndexConfig.ConfigEntry
    extends Object
    A ConfigEntry provides informations about how to index a certion folder, which includes the name of the folder itself, the language-code for the contents of this folder, and the name of the Lucene Analyzer to use.
    Author:
    Matthias Müller
    • Constructor Detail

      • ConfigEntry

        public ConfigEntry​(String folder,
                           String language,
                           String analyzerClass)
    • Method Detail

      • getAnalyzer

        public org.apache.lucene.analysis.Analyzer getAnalyzer()
      • getFolder

        public String getFolder()
      • getLanguage

        public String getLanguage()
      • getAnalyzerClass

        public String getAnalyzerClass()