7 #ifndef MULTITERMQUERY_H
8 #define MULTITERMQUERY_H
91 int32_t getTotalNumberOfTerms();
95 void clearTotalNumberOfTerms();
107 virtual int32_t hashCode();
114 void incTotalNumberOfTerms(int32_t inc);
117 friend class ScoringBooleanQueryRewrite;
145 static const int32_t DEFAULT_TERM_COUNT_CUTOFF;
157 virtual void setTermCountCutoff(int32_t count);
160 virtual int32_t getTermCountCutoff();
165 virtual void setDocCountPercent(
double percent);
168 virtual double getDocCountPercent();
172 virtual int32_t hashCode();