i used to use document.add_term("term"); to associate document with a term that did not appear in html, but add_term function might have changed, as i no longer get results for associated terms. what would be the new way to do it ? Thank You
On Sat, Jul 12, 2008 at 10:53:15AM +0200, aergis at gmail.com wrote:> i used to use document.add_term("term"); to associate document with a > term that did not appear in html, but add_term function might have changed, > as i no longer get results for associated terms. > what would be the new way to do it ?Hmm, well nothing has changed with add_term(). There are some tips for debugging this sort of issue here: http://trac.xapian.org/wiki/FAQ/NoMatches Cheers, Olly