Class IndexableFeatureConjunction


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

      • 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 Detail

      • IndexableFeatureConjunction

        public IndexableFeatureConjunction​(com.yahoo.document.predicate.FeatureConjunction conjunction)