<div> ... and I have a last question ...</div>
<div> </div>
<div>I have database [database1] table [articles] with fields [url,title,body]</div>
<div> </div>
<div>#--- I am trying to generate input file</div>
<div>DBUSER=user DBPASSWORD=password dbi2omega database1 articles body > inputfile</div>
<div> </div>
<div>#--- Then trying to index it <br>scriptindex /home/myindex indexscript inputfile</div>
<div> </div>
<div>#--- then trying to query it <br>quest -d /home/myindex 'progamming' </div>
<div> </div>
<div>Nothing comes up! ... what I am doing wrong ...</div>
<div> </div>
<div>I need the following output</div>
<div> </div>
<div> - Relevance: 100%</div>
<div> - Url: <a href="http://domainname.com">http://domainname.com</a></div>
<div> - Title: Domain Name</div>
<div> - Body: programming is fun ... bla bla bla </div>
<div> </div>
<div> </div>
<div> </div>