java.lang.Object
com.aquima.interactions.matching.impl.functions.fulltext.Dictionary
All Implemented Interfaces:
Serializable

public class Dictionary extends Object implements Serializable

Copyright: Copyright (c) 2002

Company: Everest b.v.

Since:
6.2
Author:
O. Kerpershoek
See Also:
  • Constructor Details

  • Method Details

    • get

      protected IndexTerm get(String word)
    • contains

      protected boolean contains(String word)
    • dump

      protected StringBuffer dump()
    • normalize

      protected final String normalize(String token)
    • isLetter

      protected final boolean isLetter(char c)