Ignore:
Timestamp:
2008-07-17T17:12:19+12:00 (16 years ago)
Author:
mdewsnip
Message:

Search result document numbers are now represented with a text_t rather than an int, in preparation for changing Lucene to return the Greenstone document OIDs directly rather than looking them up as a separate step. This is better for efficiency and is also required for incremental building.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/colservr/queryfilter.h

    r15558 r16445  
    8383
    8484  text_t get_filter_name () {return "QueryFilter";}
    85   bool translate(dbclass *db_ptr, int docnum, text_t &trans_OID);
     85  bool translate(dbclass *db_ptr, text_t& docnum, text_t &trans_OID);
    8686  bool need_matching_docs (int filterResultOptions);
    8787  bool need_term_info (int filterResultOptions);
Note: See TracChangeset for help on using the changeset viewer.