ExpandDecider subclass which rejects terms in a specified list.  
 More...
ExpandDecider subclass which rejects terms in a specified list. 
ExpandDeciderFilterTerms provides an easy way to filter out terms from a fixed list when generating an ESet. 
◆ ExpandDeciderFilterTerms()
template<class Iterator > 
  
  | 
        
          | Xapian::ExpandDeciderFilterTerms::ExpandDeciderFilterTerms | ( | Iterator | reject_begin, |  
          |  |  | Iterator | reject_end |  
          |  | ) |  |  |  | inline | 
 
The two iterators specify a list of terms to be rejected. 
- Parameters
- 
  
    | reject_begin | Begin iterator for the list of terms to reject. It can be any input_iterator type which returns std::string or char * (e.g. TermIterator or char **). |  | reject_end | End iterator for the list of terms to reject. |  
 
 
 
◆ operator()()
  
  | 
        
          | virtual bool Xapian::ExpandDeciderFilterTerms::operator() | ( | const std::string & | term | ) | const |  | virtual | 
 
 
The documentation for this class was generated from the following file: