... and I have a last question ... I have database [database1] table [articles] with fields [url,title,body] #--- I am trying to generate input file DBUSER=user DBPASSWORD=password dbi2omega database1 articles body > inputfile #--- Then trying to index it scriptindex /home/myindex indexscript inputfile #--- then trying to query it quest -d /home/myindex 'progamming' Nothing comes up! ... what I am doing wrong ... I need the following output - Relevance: 100% - Url: http://domainname.com - Title: Domain Name - Body: programming is fun ... bla bla bla -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060228/221b41f9/attachment.htm
Kevin SoftDev wrote:> ... and I have a last question ... > > I have database [database1] table [articles] with fields > [url,title,body] > > #--- I am trying to generate input file > DBUSER=user DBPASSWORD=password dbi2omega database1 articles body > > inputfile > > #--- Then trying to index it > scriptindex /home/myindex indexscript inputfilePost your indexscript and a couple of records out of inputfile Sam
On Tue, Feb 28, 2006 at 01:11:14AM -0800, Kevin SoftDev wrote:> quest -d /home/myindex 'progamming'Does it work better if you spell "programming" correctly? You're missing an "r" after the "g"! Cheers, Olly