Class PredicateTreeAnnotations
java.lang.Object
com.yahoo.search.predicate.annotator.PredicateTreeAnnotations
Holds annotations for all the features of a predicate.
This is sufficient information to insert the predicate into a PredicateIndex.
- Author:
- Magnar Nedland
-
Field Summary
Modifier and TypeFieldDescriptionfinal Map<Long,
List<IntervalWithBounds>> final Map<IndexableFeatureConjunction,
List<Integer>> final int
final int
-
Constructor Summary
ConstructorDescriptionPredicateTreeAnnotations
(int minFeature, int intervalEnd, Map<Long, List<Integer>> intervalMap, Map<Long, List<IntervalWithBounds>> boundsMap, Map<IndexableFeatureConjunction, List<Integer>> featureConjunctions) -
Method Summary
-
Field Details
-
minFeature
public final int minFeature -
intervalEnd
public final int intervalEnd -
intervalMap
-
boundsMap
-
featureConjunctions
-
-
Constructor Details
-
PredicateTreeAnnotations
-