namazu-ml(ring)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IMGタグのALTの検索を外すには



むらかみ@会津大院です。

> はるです。
> Namazuのデフォルトの検索では、IMGタグのALTの検索をしていますが
> この検索を外すことは可能でしょうか?

mknmz のソースの get_img_alt をコメント・アウトして
インデクスを作成しなおせば可能なんではないでしょうか。
#試して無いんですが、、、

# HTML 用のフィルタ
sub html_filter ($$$$$) {
    my ($contents, $weighted_str, $title, $fields, $headings) = @_;

    escape_lt_gt($contents);
    get_html_title($contents, $weighted_str, $title);
    get_author($contents, $fields);
    get_meta_info($contents, $weighted_str);
    get_img_alt($contents);
    ~~~~~~~~~~~~~~~~~~~~~~~ この部分


% University of AIZU 
% Ryuusei Murakami / d8011205@xxxxxxxxxxxx 
% http://himalayas.u-aizu.ac.jp/~murakami/