Package org.terrier.matching
Class MatchingQueryTerms.MatchingTerm
- java.lang.Object
-
- org.terrier.structures.collections.MapEntry<Operator,MatchingQueryTerms.QueryTermProperties>
-
- org.terrier.matching.MatchingQueryTerms.MatchingTerm
-
- All Implemented Interfaces:
java.util.Map.Entry<Operator,MatchingQueryTerms.QueryTermProperties>
- Enclosing class:
- MatchingQueryTerms
public static class MatchingQueryTerms.MatchingTerm extends MapEntry<Operator,MatchingQueryTerms.QueryTermProperties> implements java.util.Map.Entry<Operator,MatchingQueryTerms.QueryTermProperties>
-
-
Constructor Summary
Constructors Constructor Description MatchingTerm(Operator _key, MatchingQueryTerms.QueryTermProperties _value)
-
-
-
Constructor Detail
-
MatchingTerm
public MatchingTerm(Operator _key, MatchingQueryTerms.QueryTermProperties _value)
-
-