Namazu-users-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
meta タグをフィールド指定検索に用いるには?
- From: "kaneshiro" <kaneshiro@xxxxxxxxxxxxxxxx>
- Date: Thu, 22 Mar 2001 14:30:07 +0900
- X-ml-name: namazu-users-ja
- X-mail-count: 01607
金城と申します。
metaタグのkeywordsをフィールド指定検索で使用したいのですが、検索結果に
keywordsを反映させることができません。
インデックス作成
>$mknmz -a -M .
*)mknmzrc ファイルは特に初期状態から編集していません。
*)NMZ.field.subject 等には、検索対象ファイルの情報が入っているのですが、
NMZ.field.keywords ファイルは検索対象ファイル件数分の空行が入っている
だけです。
また、検索コマンドは
>$namazu +keywords:hoge .
のように指定すれば良いのでしょうか?
どなたか良い方法をご存知でしたらご教授ください。
検索テストで使用しているhtmlファイルの例です。
------------------------------------------------------------
<html>
<head>
<title>title</title>
<meta http-equiv="content-type" content="text/html; charset=euc-jp">
<meta keywords="hoge">
<meta description="hoge">
</head>
<body>
sample
</body>
</html>
------------------------------------------------------------
------------------------------------------------------------
$ mknmz -C
Loaded rcfile: /etc/namazu/mknmzrc
System: linux
Namazu: 2.0.5
Perl: 5.00503
NKF: module_nkf
KAKASI: module_kakasi -ieuc -oeuc -w
ChaSen: no -j -F '%m '
Wakati: module_kakasi -ieuc -oeuc -w
Lang: en_US
Coding System: euc
CONFDIR: /etc/namazu
LIBDIR: /usr/share/namazu/pl
FILTERDIR: /usr/share/namazu/filter
TEMPLATEDIR: /usr/share/namazu/template
Supported media types:
application/x-bzip2
application/x-compress
application/x-gzip
message/news
message/rfc822
text/hnf
text/html
text/html; x-type=mhonarc
text/plain
text/plain; x-type=rfc
text/x-roff
[ikpdev@web02 namazu]$ mknmz -C
Loaded rcfile: /etc/namazu/mknmzrc
System: linux
Namazu: 2.0.5
Perl: 5.00503
NKF: module_nkf
KAKASI: module_kakasi -ieuc -oeuc -w
ChaSen: no -j -F '%m '
Wakati: module_kakasi -ieuc -oeuc -w
Lang: en_US
Coding System: euc
CONFDIR: /etc/namazu
LIBDIR: /usr/share/namazu/pl
FILTERDIR: /usr/share/namazu/filter
TEMPLATEDIR: /usr/share/namazu/template
Supported media types:
application/x-bzip2
application/x-compress
application/x-gzip
message/news
message/rfc822
text/hnf
text/html
text/html; x-type=mhonarc
text/plain
text/plain; x-type=rfc
text/x-roff
------------------------------------------------------------
/**
* kaneshiro@xxxxxxxxxxxxxxxx
*
* 金城浩一郎 k.kaneshiro
**/