Mario Zuniga wrote:
>
> Hi all,
>
> When I run Indexer -a, it stores all the URLs at the database (MySQL), but
> when I run a select * from url at the database, I see that the keywords
> field is blank for all the URLs in the url table.
> The website is in portuguese and this are my settings in the indexer.conf:
>
> LocalCharset iso-8859-1
> DefaultLang pt
>
> I appreciate any help,
Field "keywords" corresponds HTML meta tag:
<META NAME="Keywords" Content="....">
Probably your pages do not have this meta tag.
Word index is stored in separate table(s):
dict, ndict, dictXX, ndictXX
depending on DBMode being used.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]