Package org.codelibs.fess.dict
Class DictionaryItem
java.lang.Object
org.codelibs.fess.dict.DictionaryItem
- Direct Known Subclasses:
CharMappingItem,KuromojiItem,ProtwordsItem,StemmerOverrideItem,StopwordsItem,SynonymItem
Abstract base class for all dictionary items in the Fess search system.
Dictionary items are used to store entries in various dictionaries such as
synonyms, kuromoji, protwords, and stopwords dictionaries.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longThe unique identifier for this dictionary item -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()Gets the unique identifier for this dictionary item.
-
Field Details
-
id
protected long idThe unique identifier for this dictionary item
-
-
Constructor Details
-
DictionaryItem
public DictionaryItem()Default constructor for DictionaryItem. Creates a new dictionary item with default values.
-
-
Method Details
-
getId
public long getId()Gets the unique identifier for this dictionary item.- Returns:
- the ID of this dictionary item
-