Package com.yahoo.search.predicate.index.conjunction
package com.yahoo.search.predicate.index.conjunction
-
ClassDescriptionRepresents a conjunction hit.Conjunction id format: bit 31-1: id/hash bit 0: 0: negated, 1: not negatedConjunction id posting list iterator for a single feature/assignment (e.g. a=b).A searchable index of conjunctions (see
FeatureConjunction
/IndexableFeatureConjunction
).A builder forConjunctionIndex
.IndexableFeatureConjunction is a post-processedFeatureConjunction
which can be indexed byConjunctionIndex
.