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

public class IndexList extends Object implements Serializable
This class is not thead safe !

Copyright: Copyright (c) 2002

Company: Everest b.v.

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

    • IndexList

      public IndexList()
  • Method Details

    • add

      protected void add(IndexTerm term)
    • get

      protected IndexTerm get(int index)
    • indexOf

      protected int indexOf(IndexTerm term)
    • getSize

      protected int getSize()
    • getMaxFrequency

      protected int getMaxFrequency()
    • getWeight

      protected double getWeight(int index)
    • setWeight

      protected void setWeight(int index, double weight)
    • getFrequency

      protected int getFrequency(int index)