Uses of Interface
org.apache.lucene.analysis.util.ResourceLoader
-
Packages that use ResourceLoader Package Description org.apache.lucene.analysis.util -
-
Uses of ResourceLoader in org.apache.lucene.analysis.util
Methods in org.apache.lucene.analysis.util with parameters of type ResourceLoader Modifier and Type Method Description protected List<String>AbstractAnalysisFactory. getLines(ResourceLoader loader, String resource)Returns the resource's lines (with content treated as UTF-8)protected CharArraySetAbstractAnalysisFactory. getSnowballWordSet(ResourceLoader loader, String wordFiles, boolean ignoreCase)same asAbstractAnalysisFactory.getWordSet(ResourceLoader, String, boolean), except the input is in snowball format.protected CharArraySetAbstractAnalysisFactory. getWordSet(ResourceLoader loader, String wordFiles, boolean ignoreCase)Returns asCharArraySetfrom wordFiles, which can be a comma-separated list of filenames
-