Hi, Two questions.
1) The State Interface which is inside the TokenEvaluationEnging interface (TokenEvaluationEngine.java, SESAT query API) has two interesting functions/signatures: getKnownPredicates and getPossiblePredicates. What's the difference between these two? 2) The getKnownPredicates seems to not return any EXACT_ predicates, why is this? The getPossiblePredicate do, but it doesn't seem to always be an exact hit. E.g. cxt.getQuery().getEvaluationState().getKnownPredicates() (taken from a result handler) doesn't contain the EXACT_NEWSCASE predicate nor any other exact predicates when searching for "adeccoligaen" (I added the EXACT_NEWSCASE predicate to SESAT for this occation). ..getPossiblePredicates() do, however, contain the EXACT_NEWSCASE predicate when searching for e.g. "adeccoligaen 2009" which isn't an exact hit in the given list. Is this supposed to work, or is there any other ways of doing this? Thanks -- Magne _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
