search for: get_string_arg

Displaying 1 result from an estimated 1 matches for "get_string_arg".

2005 Mar 31
1
omindex and scriptindex question
...os = index_text(keywords, newdocument, stemmer, pos + 100); Code snippet from scriptindex.cc Xapian::termpos wordcount = 0; ........... for (i = v.begin(); i != v.end(); ++i) { ...................... case Action::INDEX: wordcount = index_text(value, doc, stemmer, weight, i->get_string_arg(), wordcount); break;