Class DictionaryItem

java.lang.Object
org.codelibs.fess.dict.DictionaryItem
Direct Known Subclasses:
CharMappingItem, KuromojiItem, ProtwordsItem, StemmerOverrideItem, StopwordsItem, SynonymItem

public abstract class DictionaryItem extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    protected long
    The unique identifier for this dictionary item
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for DictionaryItem.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the unique identifier for this dictionary item.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      protected long id
      The 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