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