Uses of Class
org.codelibs.fess.dict.DictionaryFile.PagingList
-
-
Uses of DictionaryFile.PagingList in org.codelibs.fess.dict
Methods in org.codelibs.fess.dict that return DictionaryFile.PagingList Modifier and Type Method Description abstract DictionaryFile.PagingList<T>DictionaryFile. selectList(int offset, int size) -
Uses of DictionaryFile.PagingList in org.codelibs.fess.dict.kuromoji
Methods in org.codelibs.fess.dict.kuromoji that return DictionaryFile.PagingList Modifier and Type Method Description DictionaryFile.PagingList<KuromojiItem>KuromojiFile. selectList(int offset, int size) -
Uses of DictionaryFile.PagingList in org.codelibs.fess.dict.mapping
Methods in org.codelibs.fess.dict.mapping that return DictionaryFile.PagingList Modifier and Type Method Description DictionaryFile.PagingList<CharMappingItem>CharMappingFile. selectList(int offset, int size) -
Uses of DictionaryFile.PagingList in org.codelibs.fess.dict.protwords
Methods in org.codelibs.fess.dict.protwords that return DictionaryFile.PagingList Modifier and Type Method Description DictionaryFile.PagingList<ProtwordsItem>ProtwordsFile. selectList(int offset, int size) -
Uses of DictionaryFile.PagingList in org.codelibs.fess.dict.stemmeroverride
Methods in org.codelibs.fess.dict.stemmeroverride that return DictionaryFile.PagingList Modifier and Type Method Description DictionaryFile.PagingList<StemmerOverrideItem>StemmerOverrideFile. selectList(int offset, int size) -
Uses of DictionaryFile.PagingList in org.codelibs.fess.dict.stopwords
Methods in org.codelibs.fess.dict.stopwords that return DictionaryFile.PagingList Modifier and Type Method Description DictionaryFile.PagingList<StopwordsItem>StopwordsFile. selectList(int offset, int size) -
Uses of DictionaryFile.PagingList in org.codelibs.fess.dict.synonym
Methods in org.codelibs.fess.dict.synonym that return DictionaryFile.PagingList Modifier and Type Method Description DictionaryFile.PagingList<SynonymItem>SynonymFile. selectList(int offset, int size)
-