Package org.appng.search.indexer
Class IndexConfig.ConfigEntry
- java.lang.Object
-
- org.appng.search.indexer.IndexConfig.ConfigEntry
-
- Enclosing class:
- IndexConfig
public class IndexConfig.ConfigEntry extends Object
AConfigEntryprovides 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 LuceneAnalyzerto use.- Author:
- Matthias Müller
-
-
Constructor Summary
Constructors Constructor Description ConfigEntry(String folder, String language, String analyzerClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.analysis.AnalyzergetAnalyzer()StringgetAnalyzerClass()StringgetFolder()StringgetLanguage()
-