Class IndexableFeatureConjunction

java.lang.Object
com.yahoo.search.predicate.index.conjunction.IndexableFeatureConjunction

public class IndexableFeatureConjunction extends Object
IndexableFeatureConjunction is a post-processed FeatureConjunction which can be indexed by ConjunctionIndex.
Author:
bjorncs
  • Field Details

    • id

      public final long id
      Conjunction id
    • k

      public final int k
      K value - number of non-negated operands
    • features

      public final Set<Long> features
    • negatedFeatures

      public final Set<Long> negatedFeatures
  • Constructor Details

    • IndexableFeatureConjunction

      public IndexableFeatureConjunction(com.yahoo.document.predicate.FeatureConjunction conjunction)
  • Method Details