Author: ssmiweve Date: 2008-03-28 12:54:08 +0100 (Fri, 28 Mar 2008) New Revision: 6293
Modified: branches/2.16.0/query-api/src/main/java/no/sesat/search/query/token/TokenPredicate.java Log: comment referring to breaking up the TokenPredicates to match categories found in http://en.wikipedia.org/wiki/Portal:Contents/Categorical_index Modified: branches/2.16.0/query-api/src/main/java/no/sesat/search/query/token/TokenPredicate.java =================================================================== --- branches/2.16.0/query-api/src/main/java/no/sesat/search/query/token/TokenPredicate.java 2008-03-28 11:53:48 UTC (rev 6292) +++ branches/2.16.0/query-api/src/main/java/no/sesat/search/query/token/TokenPredicate.java 2008-03-28 11:54:08 UTC (rev 6293) @@ -24,7 +24,13 @@ import java.util.Set; import org.apache.commons.collections.Predicate; -/** Implementation of org.apache.commons.collections.Predicate for the terms in the Query. +/** A Categorisation of knowledge that attaches itself + * as meta-data to words and groups of words (clauses) within a query. <br/><br/> + * The break down of these categories should roughly follow what is found at + * http://en.wikipedia.org/wiki/Portal:Contents/Categorical_index + * + * <br/><br/> + * Implementation of org.apache.commons.collections.Predicate for the terms in the Query. * Predicates use TokenEvaluators to prove the Predicate's validity to the Query. * * @author <a href="mailto:[EMAIL PROTECTED]">Magnus Eklund</a> _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
