Current Path : /usr/local/include/namazu/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/include/namazu/score.h |
#ifndef _SCORE_H #define _SCORE_H #include "libnamazu.h" /* for nmz_data */ extern void nmz_recompute_score( NmzResult *hlist ); extern void nmz_set_scoring( const char *str ); extern int nmz_is_tfidfmode( void ); extern void nmz_set_tfidfmode( int mode ); extern void nmz_set_doclength( char *str ); extern void nmz_set_freshness( char *str ); extern void nmz_set_urilength( char *str ); #endif /* _SCORE_H */