Changeset 1788


Ignore:
Timestamp:
2000-12-13T16:26:44+13:00 (23 years ago)
Author:
kjm18
Message:

hack for highlighting - only has the original terms, not the equivalent terms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mgppqueryfilter.cpp

    r1663 r1788  
    197197      terminfo.term = (*terms_here).termstr;
    198198      terminfo.freq = (*terms_here).termfreq;
     199
     200      // this bit gets the matchTerms ie the equivalent (stem/casefold) terms
     201      // there is no info in termvariants at this stage - need to modify mgpp
     202      // to get this info
     203      /*
    199204      if (terms_first) {
    200205    text_tset::iterator termvariants_here = queryresults.termvariants.begin();
     
    206211      }
    207212      terms_first = false;
     213      */
     214      // for now, just put the original terms in
     215      terminfo.matchTerms.push_back(terminfo.term);
    208216
    209217      response.termInfo.push_back (terminfo);
Note: See TracChangeset for help on using the changeset viewer.