7 #ifndef MULTITERMQUERY_H
8 #define MULTITERMQUERY_H
92 int32_t getTotalNumberOfTerms();
96 void clearTotalNumberOfTerms();
108 virtual int32_t hashCode();
115 void incTotalNumberOfTerms(int32_t inc);
118 friend class ScoringBooleanQueryRewrite;
148 static const int32_t DEFAULT_TERM_COUNT_CUTOFF;
160 virtual void setTermCountCutoff(int32_t count);
163 virtual int32_t getTermCountCutoff();
168 virtual void setDocCountPercent(
double percent);
171 virtual double getDocCountPercent();
175 virtual int32_t hashCode();