This file is indexed.

/usr/include/namazu/score.h is in libnmz7-dev 2.0.21-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#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 */