protected static class MatchingQueryTerms.QueryTermProperties extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| MatchingQueryTerms.QueryTermProperties(int _index) | 
| MatchingQueryTerms.QueryTermProperties(int _index,
                                      double w)A constructor for setting the weight of a term. | 
| MatchingQueryTerms.QueryTermProperties(int _index,
                                      double w,
                                      EntryStatistics _stats)A constructor for setting the weight of a term
 and its term code. | 
| MatchingQueryTerms.QueryTermProperties(int _index,
                                      double w,
                                      WeightingModel model)A constructor for setting the weight and a 
 term score modifier for a term. | 
| MatchingQueryTerms.QueryTermProperties(int _index,
                                      double w,
                                      WeightingModel model,
                                      EntryStatistics _stats)A constructor for setting a weight, a term score modifier 
 and the term code for a query term. | 
| MatchingQueryTerms.QueryTermProperties(int _index,
                                      EntryStatistics _stats)An constructor for setting the term code 
 of a query term. | 
| MatchingQueryTerms.QueryTermProperties(int _index,
                                      WeightingModel model)A constructor for setting a term score modifier for a term. | 
| MatchingQueryTerms.QueryTermProperties(int _index,
                                      WeightingModel model,
                                      EntryStatistics _stats)A constructor for setting a term score modifier for a term 
 and its term code. | 
public MatchingQueryTerms.QueryTermProperties(int _index)
public MatchingQueryTerms.QueryTermProperties(int _index,
                                      EntryStatistics _stats)
_stats - the statistics of the query termpublic MatchingQueryTerms.QueryTermProperties(int _index,
                                      double w)
w - double the weight of a query term.public MatchingQueryTerms.QueryTermProperties(int _index,
                                      WeightingModel model)
model - WeightingModel modifier associated with a query term.public MatchingQueryTerms.QueryTermProperties(int _index,
                                      double w,
                                      WeightingModel model)
w - double the weight of a query term.model - WeightingModel modifier associated with a query term.public MatchingQueryTerms.QueryTermProperties(int _index,
                                      double w,
                                      EntryStatistics _stats)
w - double the weight of a query term._stats - statistics of the query termpublic MatchingQueryTerms.QueryTermProperties(int _index,
                                      WeightingModel model,
                                      EntryStatistics _stats)
model - WeightingModel modifier associated with a query term._stats - statistics of the query termpublic MatchingQueryTerms.QueryTermProperties(int _index,
                                      double w,
                                      WeightingModel model,
                                      EntryStatistics _stats)
w - double the weight of a query term.model - WeightingModel modifier associated with a query term._stats - statistics of the query termTerrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow