Package org.codelibs.fess.app.service
Class StopwordsService
java.lang.Object
org.codelibs.fess.app.service.StopwordsService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(String dictId, StopwordsItem stopwordsItem) org.dbflute.optional.OptionalEntity<StopwordsFile>getStopwordsFile(String dictId) org.dbflute.optional.OptionalEntity<StopwordsItem>getStopwordsItem(String dictId, long id) getStopwordsList(String dictId, StopwordsPager stopwordsPager) voidstore(String dictId, StopwordsItem stopwordsItem)
-
Field Details
-
dictionaryManager
-
fessConfig
-
-
Constructor Details
-
StopwordsService
public StopwordsService()
-
-
Method Details
-
getStopwordsList
-
getStopwordsFile
-
getStopwordsItem
-
store
-
delete
-