Home
last modified time | relevance | path

Searched refs:EXTENDED_QUERY (Results 1 – 4 of 4) sorted by relevance

/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dquery.cc218 typedef enum { NEW_QUERY, SAME_QUERY, EXTENDED_QUERY, BAD_QUERY } querytype; enumerator
389 if (termset.size() > n_old_terms) return EXTENDED_QUERY; in set_probabilistic()
2208 case EXTENDED_QUERY: in ensure_query_parsed()
H A DChangeLog5360 SAME_QUERY not EXTENDED_QUERY; remove duplicates from terms
6126 * For an EXTENDED_QUERY, force the first page of hits.
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dquery.cc235 typedef enum { NEW_QUERY, SAME_QUERY, EXTENDED_QUERY, BAD_QUERY } querytype; enumerator
468 if (termset.size() > n_old_terms) return EXTENDED_QUERY; in parse_queries()
2679 case EXTENDED_QUERY: in ensure_query_parsed()
H A DChangeLog6024 SAME_QUERY not EXTENDED_QUERY; remove duplicates from terms
6790 * For an EXTENDED_QUERY, force the first page of hits.