Package org.codelibs.fess.app.service
Class StopwordsService
- java.lang.Object
-
- org.codelibs.fess.app.service.StopwordsService
-
public class StopwordsService extends java.lang.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(java.lang.String dictId, StopwordsItem stopwordsItem)org.dbflute.optional.OptionalEntity<StopwordsFile>getStopwordsFile(java.lang.String dictId)org.dbflute.optional.OptionalEntity<StopwordsItem>getStopwordsItem(java.lang.String dictId, long id)java.util.List<StopwordsItem>getStopwordsList(java.lang.String dictId, StopwordsPager stopwordsPager)voidstore(java.lang.String dictId, StopwordsItem stopwordsItem)
-
-
-
Field Detail
-
dictionaryManager
protected DictionaryManager dictionaryManager
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getStopwordsList
public java.util.List<StopwordsItem> getStopwordsList(java.lang.String dictId, StopwordsPager stopwordsPager)
-
getStopwordsFile
public org.dbflute.optional.OptionalEntity<StopwordsFile> getStopwordsFile(java.lang.String dictId)
-
getStopwordsItem
public org.dbflute.optional.OptionalEntity<StopwordsItem> getStopwordsItem(java.lang.String dictId, long id)
-
store
public void store(java.lang.String dictId, StopwordsItem stopwordsItem)
-
delete
public void delete(java.lang.String dictId, StopwordsItem stopwordsItem)
-
-