Package org.codelibs.fess.app.service
Class StopwordsService
- java.lang.Object
-
- org.codelibs.fess.app.service.StopwordsService
-
public class StopwordsService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DictionaryManagerdictionaryManagerprotected FessConfigfessConfig
-
Constructor Summary
Constructors Constructor Description StopwordsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(String dictId, StopwordsItem stopwordsItem)org.dbflute.optional.OptionalEntity<StopwordsFile>getStopwordsFile(String dictId)org.dbflute.optional.OptionalEntity<StopwordsItem>getStopwordsItem(String dictId, long id)List<StopwordsItem>getStopwordsList(String dictId, StopwordsPager stopwordsPager)voidstore(String dictId, StopwordsItem stopwordsItem)
-
-
-
Field Detail
-
dictionaryManager
protected DictionaryManager dictionaryManager
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getStopwordsList
public List<StopwordsItem> getStopwordsList(String dictId, StopwordsPager stopwordsPager)
-
getStopwordsFile
public org.dbflute.optional.OptionalEntity<StopwordsFile> getStopwordsFile(String dictId)
-
getStopwordsItem
public org.dbflute.optional.OptionalEntity<StopwordsItem> getStopwordsItem(String dictId, long id)
-
store
public void store(String dictId, StopwordsItem stopwordsItem)
-
delete
public void delete(String dictId, StopwordsItem stopwordsItem)
-
-